Note: Calculation is approximate based on public data. Prices may change, check official websites.
The AllenAI: Olmo 3 7B Instruct Token Cost Calculator helps estimate the expenses for using the Olmo 3 7B Instruct language model, developed by AllenAI.
This calculator determines the total cost based on the number of input and output tokens and the number of requests made to the model. The Olmo 3 7B Instruct model is designed for instruction-following, question-answering, and conversational dialogue, offering a context window of 65536 tokens.
The pricing for this model is:
- Input tokens: $0.1 per 1 million tokens
- Output tokens: $0.2 per 1 million tokens
The calculation is performed using the following formula:
Cost = ((Input Tokens / 1,000,000) * $0.1) + ((Output Tokens / 1,000,000) * $0.2) * Number of Requests
Example:
If you process 500,000 input tokens and 150,000 output tokens in a single request:
Cost = ((500,000 / 1,000,000) * $0.1) + ((150,000 / 1,000,000) * $0.2) * 1
Cost = (0.5 * $0.1) + (0.15 * $0.2)
Cost = $0.05 + $0.03
Total Cost = $0.08
You can also calculate the cost in EUR by providing an exchange rate.