Google

Google

Gemini 3.7 Flash

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.

$0.5063$1.013 /1M input$2.531$5.063 /1M output
50% off· ends Aug 21Returns to $1.013 /1M input and $5.063 /1M output on Aug 21.
Hobby10 req/day · 2K in / 500 out
~$0.68/mo
Production1,000 req/day · 2K in / 500 out
~$68.34/mo
Scale20,000 req/day · 2K in / 500 out
~$1,367/mo
+ Estimate your workload
1,000
2,000
500
30%

Estimated monthly cost

$60.14

$2.00 / day on Gemini 3.7 Flash

Same workload on:

Gemini 3.5 Flash Lite$74.92+25%
Gemini 3.1 Pro$405+573%

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

Updated 2026-08-14

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.

SpecGemini 3.7 FlashGemini 3.5 Flash LiteGemini 3.1 Pro
Input /1M$0.5063$0.405$2.70
Output /1M$2.531$3.375$16.20
Context1M1M1M
ToolsYesYesYes
ReasoningYesYesYes
Speedfastfastmedium

Quick start

Up and running in under two minutes.

  1. 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. 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. 3

    Stream responses

    Add "stream": true to 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?

Gemini 3.7 Flash has a 1M-token context window — roughly 1542 pages of text in a single request.

How much does the Gemini 3.7 Flash API cost?

$0.5063 per 1M input tokens and $2.531 per 1M output tokens (on offer until Aug 21, then $1.013/$5.063), with cached input at $0.05061/1M — 90% off the input rate on repeated prompt prefixes. No subscription; you pay only for what you use.

Does Gemini 3.7 Flash support function calling?

Yes — Gemini 3.7 Flash supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

Are the weights for Gemini 3.7 Flash publicly available?

No. Google does not publish Gemini 3.7 Flash's weights — it is reachable through an API rather than as a file you can download and run (https://deepmind.google/models/model-cards/gemini-3-7-flash/, read 2026-08-14). That is Google's decision about their own product, not a limitation of Kyma.

Is Gemini 3.7 Flash ever served below the precision its creator released it at?

Kyma cannot say, and for this model nobody can. Google does not publish Gemini 3.7 Flash's weights, so there is no released checkpoint whose precision a route could be measured against. We publish "not established" rather than reading a low format as a downgrade: on several models in this catalogue a low format is exactly how the creator ships it.

How do I use Gemini 3.7 Flash?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to gemini-3.7-flash. Signing up is free and includes $0.50 of credit — no card required.

How is this different from Gemini 3.6 Flash?

Two things: the output ceiling rises from 8,192 to 65,536 tokens, and structured outputs are supported where 3.6 Flash does not support them. Both models take a 1M-token context and both accept text, image, audio and video.

Does prompt caching work on this model?

Yes. Repeated prompt prefixes bill at this model's cached input rate, and the saving is reported per request in usage.cache_discount.

Can it accept file input?

Yes. Alongside text, image, audio and video, this tier accepts file input — the widest input set of any model in the Gemini Flash family on Kyma.

Start with $0.50 free credit — no card required.Create account →

More models by Google

See all 20
ModelContextInputOutput
GoogleGemini 3.6 Flash1M$1.013$5.063
GoogleGemini 3.5 Flash Lite1M$0.405$3.375
GoogleGemini 3.5 Live Translate$0.0635 / min
GoogleGemini 3.5 Flash1M$2.025$12.15
GoogleGemma 4 31B128K$0.0763$0.218
GoogleGemini 3.1 Flash Live$0.0389 / min
GoogleNano Banana 3 Flash$0.061 / image
GoogleGemini 3.1 Pro1M$2.70$16.20