Back to Models
Gemini 2.5 Flash
Activegemini-2.5-flashGoogle Gemini 2.5 Flash — fast reasoning model with a thinking budget. Billed output includes thinking (thoughts) tokens.
Technical Specifications
Context Length1049K tokens
Max Output66K tokens
Available Providers1
Lowest Input Price$0.30/1M tokens
Lowest Output Price$2.50/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.5-flash | $0.30 | $2.50 | 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.5-flash",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Gemini 2.5 Flash?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.