Note: Calculation is approximate based on public data. Prices may change, check official websites.
This calculator helps you estimate the cost of using the OpenAI: o3 model with its 200,000 token context window. Input and output token costs are based on official OpenAI pricing.
How it works:
The cost is calculated based on the number of input tokens and output tokens you process, multiplied by the number of requests.
Formula:
Cost = (Number of input tokens / 1,000,000 * Input cost per 1M tokens + Number of output tokens / 1,000,000 * Output cost per 1M tokens) * Number of requests
For OpenAI: o3:
Input cost: $2 per 1 million tokens
Output cost: $8 per 1 million tokens
Example:
If you process 50,000 input tokens and generate 10,000 output tokens in 5 requests:
Input cost = (50,000 / 1,000,000) * $2 * 5 = $0.50
Output cost = (10,000 / 1,000,000) * $8 * 5 = $0.40
Total cost = $0.50 + $0.40 = $0.90