Google's newest Gemini on Kyma, pairing a 1M-token context window with text, image, audio, and video inputs — the model to reach for when a request needs to see, hear, or read a lot at once.
Modalities
Text+Image → Text
Input
$0.3375 /1M
Output
$1.35 /1M
Cached input
$0.03375 /1M90% off
Context
1M
Speed
fast
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#8
of 87 active models
Tokens served
86.9M
all-time
Success rate
100%
last 7 days
Top apps using this model
Public apps sending the most traffic to this model — a signal of what real workloads it fits.
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$35.03
$1.17 / day on Gemini 3 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.
When to use Gemini 3 Flash
Where this model earns its cost — and where it doesn't.
Gemini 3 Flash is the newest Gemini from Google, built for long-context work and reasoning. It sits in Kyma's frontier-open quality tier and accepts text, images, audio, and video in a single request, returning text — with extended reasoning available when the problem calls for it.
On Kyma it's a top-10 model by production traffic — ranked 8th of 62 by tokens served, with a 99.8% success rate across recent requests. Python apps and the OpenClaw coding agent lead its traffic. Every call gets automatic failover if a serving path degrades, and prompt caching bills repeated prompt prefixes at 10% of the input rate, which matters at this context size — resending a large cached prefix costs a fraction of the first pass.
The 1,048,576-token context window comes with function calling and structured outputs, so the long context is usable inside agent pipelines, not just for one-off summarization.
Whole-corpus analysis
The 1M-token window fits entire codebases, document sets, or transcript archives in one request instead of a retrieval pipeline.
Video and audio understanding
Send recordings, screen captures, or audio directly — no separate transcription step — and ask questions about what's in them.
Vision tasks
Screenshots, diagrams, charts, and scanned documents go in as images alongside your text prompt.
Reasoning over long inputs
Extended reasoning plus the huge context handles analysis that requires holding a lot of material in view at once.
Long-context agents
Function calling and structured outputs keep multi-step agents reliable even as the working context grows toward the 1M-token window.
Not ideal for: Single responses that need to run very long — output is capped at 8K tokens per request, so generating a book-length draft means chunking; and it sits in the premium cost tier, so high-volume simple tasks are cheaper on a lighter model.
How it compares
Against the peers people actually weigh it against.
| Spec | Gemini 3 Flash | Gemini 3.5 Flash Lite | Gemini 3.6 Flash |
|---|---|---|---|
| Input /1M | $0.3375 | $0.405 | $2.025 |
| Output /1M | $1.35 | $3.375 | $10.125 |
| Context | 1M | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Speed | fast | fast | 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-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-flash", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Gemini 3 Flash?
How much does the Gemini 3 Flash API cost?
Does Gemini 3 Flash support function calling?
How do I use Gemini 3 Flash?
Can Gemini 3 Flash understand video and audio, or just images?
How does prompt caching change the cost of working with large prompts?
Why use Gemini 3 Flash through Kyma?
More models by Google
See all 18 →| Model | Context | Input | Output |
|---|---|---|---|
| 1M | $2.025 | $10.125 | |
| 1M | $0.405 | $3.375 | |
| — | $0.0635 / min | ||
| 1M | $2.025 | $12.15 | |
| 128K | $0.0702 | $0.2006 | |
| — | $0.0389 / min | ||
| — | $0.046 / image | ||
| — | $0.0026 / min | ||