Note: Calculation is approximate based on public data. Prices may change, check official websites.
Google Gemini 2.0 Flash Experimental (free) Token Cost Calculator
Utilize this calculator to estimate the token cost when working with the Google Gemini 2.0 Flash Experimental (free) model.
Gemini 2.0 Flash Experimental (free) provides a significantly faster "time to first token" (TTFT) while maintaining quality comparable to larger models. It features notable enhancements in multimodal understanding, coding capabilities, complex instruction following, and function calling for more seamless agentic experiences.
The pricing structure for this model is:
- Input tokens: $0.1 per 1 million tokens
- Output tokens: $0.4 per 1 million tokens
- The model supports a context window of up to 1,048,576 tokens.
The cost is calculated using the formula:
Total Cost = (((Input Tokens / 1,000,000) * Input Cost per 1M) + ((Output Tokens / 1,000,000) * Output Cost per 1M)) * Number of Requests
Example: For 200,000 input tokens and 100,000 output tokens in one request:
- Input Cost: (200,000 / 1,000,000) * $0.1 = $0.02
- Output Cost: (100,000 / 1,000,000) * $0.4 = $0.04
- Total Cost: $0.02 + $0.04 = $0.06