Google's newest Flash tier. 1M context, accepts text, image, audio and video, and costs less per output token than 3.5 Flash.
Modalities
Text+Image → Text
Input
$2.02 /1M
Output
$10.13 /1M
Cached input
$0.20 /1M90% off
Context
1M
Speed
fast
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$241
$8.02 / day on Gemini 3.6 Flash
Same workload on:
Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.
How it compares
Against the peers people actually weigh it against.
| Spec | Gemini 3.6 Flash | Gemma 4 31B | Gemini 3.5 Flash |
|---|---|---|---|
| Input /1M | $2.02 | $0.14 | $2.02 |
| Output /1M | $10.13 | $0.46 | $12.15 |
| Context | 1M | 128K | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | No | Yes |
| Speed | fast | medium | fast |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gemini-3.6-flash", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gemini-3.6-flash", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.