Google's newest Flash tier, and the first in the family to pair a 1M-token context with a 64K output ceiling — eight times what 3.6 Flash and 3.5 Flash Lite will emit in one response.
Modalities
Text+Image → Text
Input
$0.5063 /1M50% off
Output
$2.531 /1M50% off
Cached input
$0.05061 /1M90% off
Context
1M
Speed
fast
Below release
Not established
Weights
Not published
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$60.14
$2.00 / day on Gemini 3.7 Flash
Same workload on:
Estimates use list pricing with cached input at this model's own cached rate. Actual bills depend on real token counts, and every response includes its exact cost.
When to use Gemini 3.7 Flash
Where this model earns its cost — and where it doesn't.
Gemini 3.7 Flash is Google's August 2026 Flash-tier release. It accepts text, image, audio, video and file input and returns text, and unlike the 3.6 tier it supports structured outputs alongside tool calling and reasoning.
The practical difference from the rest of the Flash family is the output ceiling: 65,536 tokens against 8,192 on 3.6 Flash and 3.5 Flash Lite. Work that had to be chunked because the reply would not fit — full document translations, long structured extractions, whole-file rewrites — fits in one request.
On Kyma it serves through an OpenAI-compatible endpoint with automatic failover to a second independent route. Prompt caching is supported and repeated prefixes bill at this model's cached input rate. Every response carries the exact request cost in usage.cost and names the model that answered in the X-Kyma-Model header.
Long-form structured extraction
Reads a 1M-token corpus and emits tens of thousands of tokens of schema-constrained JSON in a single response.
Whole-document translation and rewriting
The 64K output ceiling fits an entire long document's rewritten text without splitting the job into chunks.
Multimedia review
Takes video, audio and images alongside a text prompt and returns a long written analysis in one pass.
High-volume multimodal agents
Tool calling, reasoning and structured outputs on one request, at the Flash tier's cost and latency.
Not ideal for: Do not reach for this when a short reply is all you need and cost is the deciding factor — the cheaper Flash tiers answer the same short prompts, and the large output ceiling buys nothing you will use.
How it compares
Against the peers people actually weigh it against.
| Spec | Gemini 3.7 Flash | Gemini 3.5 Flash Lite | Gemini 3.1 Pro |
|---|---|---|---|
| Input /1M | $0.5063 | $0.405 | $2.70 |
| Output /1M | $2.531 | $3.375 | $16.20 |
| Context | 1M | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Speed | fast | fast | medium |
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.7-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.7-flash", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Gemini 3.7 Flash?
How much does the Gemini 3.7 Flash API cost?
Does Gemini 3.7 Flash support function calling?
Are the weights for Gemini 3.7 Flash publicly available?
Is Gemini 3.7 Flash ever served below the precision its creator released it at?
How do I use Gemini 3.7 Flash?
How is this different from Gemini 3.6 Flash?
Does prompt caching work on this model?
Can it accept file input?
More models by Google
See all 20 →| Model | Context | Input | Output |
|---|---|---|---|
| 1M | $1.013 | $5.063 | |
| 1M | $0.405 | $3.375 | |
| — | $0.0635 / min | ||
| 1M | $2.025 | $12.15 | |
| 128K | $0.0763 | $0.218 | |
| — | $0.0389 / min | ||
| — | $0.061 / image | ||
| 1M | $2.70 | $16.20 | |