Back to Models
Gemini 2.0 Flash
FeaturedActivegemini-2.0-flashLatest Gemini model with enhanced capabilities
Technical Specifications
Context Length1000K tokens
Max Output8K tokens
Available Providers2
Lowest Input Price$100000.00/1M tokens
Lowest Output Price$100000.00/1M tokens
Capabilities
chatvisioncodefunction_calling
Provider Availability & Pricing
| Provider | Provider Model ID | Input Price (per 1M tokens) | Output Price (per 1M tokens) | Status |
|---|---|---|---|---|
Google | gemini-2.0-flash-exp | $100000.00 | $400000.00 | active |
Groq | gemma2-9b-it | $100000.00 | $100000.00 | active |
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gemini-2.0-flash",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Gemini 2.0 Flash?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.