The Gemini 3.7 Flash API gives developers programmatic access to Google's newest generally available Flash model. Released on August 13, 2026, it is designed for software engineering, web development, multimodal document work, and multi-step agents that need stronger instruction following and more reliable tool use than the previous Flash release.
Gemini 3.7 Flash accepts text, images, video, audio, and PDF input, but it returns text only. It is therefore suitable for understanding a product screenshot, reviewing a recorded workflow, extracting evidence from reports, or reasoning across a repository. It is not a native image, video, or audio generation model.
On GPTProto, developers can access the model without maintaining a separate balance for every provider. The same key can route requests across 200+ supported models, making it easier to compare Gemini with alternatives or add a fallback without opening another provider account. The live pricing panel is the source of truth for current Gemini 3.7 Flash API pricing and the displayed 40% discount.
| Specification |
Gemini 3.7 Flash |
| Provider |
Google |
| Release status |
Generally available (GA) |
| Release date |
August 13, 2026 |
| Official model ID |
gemini-3.7-flash |
| Input modalities |
Text, image, video, audio, and PDF |
| Output modality |
Text |
| Input token limit |
1,048,576 tokens |
| Maximum output |
65,536 tokens |
| Thinking levels |
low, medium (default), high |
| Supported upstream capabilities |
Caching, function calling, structured outputs, code execution, file search, URL context, search and Maps grounding, Computer Use (preview) |
| Not supported upstream |
minimal thinking, native image generation, audio generation, and Live API |
| Consumption options upstream |
Standard, Batch, Flex, and Priority |
Gemini 3.7 Flash API Applications
The Gemini 3.7 Flash API is best suited to workloads that combine several steps instead of asking for a single short answer. For coding, it can inspect repository context, trace an issue across files, propose a minimal patch, and explain the change. For frontend work, a screenshot or design reference can be included with the request so the model can compare the intended layout with the implementation.
For agent workflows, the model can decide when to call a function, interpret tool results, and return a response that follows a JSON schema. Practical uses include support-ticket triage, document-to-database extraction, compliance review, internal research, and workflow automation. Developers can lower reasoning for time-sensitive classification or raise it for difficult debugging and planning tasks.
Its multimodal input is also useful for knowledge work. A single workflow can combine PDFs, charts, screenshots, recorded meetings, and written instructions. Because output remains text, use a dedicated generation model when the final deliverable must be an image, video, or audio file.
Gemini 3.7 Flash vs Gemini 3.6 Flash
Gemini 3.7 Flash keeps the same 1,048,576-token input limit, 65,536-token output limit, and broad input modalities as Gemini 3.6 Flash. The reason to upgrade is not a larger context window. It is the improvement in coding, web development, document comprehension, instruction following, and agent execution.
Google's launch evaluations report the following changes. These are provider-reported benchmark results, not independent GPTProto tests.
| Evaluation |
Gemini 3.7 Flash |
Gemini 3.6 Flash |
Reported change |
| FrontierCode 1.1 Main |
43.6% |
34.4% |
+9.2 points |
| DeepSWE v1.1 |
65.3% |
49.0% |
+16.3 points |
| WebDev Arena |
1588 Elo |
1538 Elo |
+50 Elo |
| GDP.pdf |
34.0% |
22.0% |
+12.0 points |
| AutomationBench |
30.4% |
17.0% |
+13.4 points |
There is one compatibility tradeoff: Gemini 3.6 Flash accepts minimal, low, medium, and high thinking levels, while 3.7 supports only low, medium, and high. If an existing workflow relies on near-zero thinking for simple, high-volume requests, keep 3.6 in an A/B test or compare it with a Flash-Lite model before migrating all traffic.
Migration Details to Check Before You Switch
Changing the model name is only the first step. Use the following checklist before replacing Gemini 3.6 Flash, Gemini 3.5 Flash, Gemini 3 Flash Preview, or Gemini 3.1 Pro in an existing application:
Use the exact model string exposed in GPTProto documentation. Google's official stable ID is gemini-3.7-flash; confirm that the GPTProto route uses the same string before publishing or deploying.
Do not send thinking_level: "minimal". Google documents medium as the default and returns a validation error when minimal is selected.
For native Gemini Interactions API migrations, remove deprecated temperature, top_p, top_k, and candidate_count settings, replace thinking_budget with thinking_level, and remove prefilled model turns.
Keep multimodal expectations precise: images, audio, video, and PDFs are input formats, while the response is text.
Do not assume every upstream Google tool is automatically available through an OpenAI-compatible route. Check the live GPTProto API documentation for supported parameters, tools, file handling, and response fields.
Run a canary test with your own coding tasks, schemas, tool calls, latency targets, and token budgets before moving all requests.
This migration guidance is a major difference between a basic model listing and a usable Gemini 3.7 Flash API access page: it tells developers which existing requests can fail even when the new model ID is correct.
When Should You Choose Gemini 3.7 Flash?
Choose Gemini 3.7 Flash when a workload needs a long context window, multiple input formats, stronger first-pass coding, or multi-step tool orchestration at a lower token price than larger flagship models. Keep Gemini 3.6 Flash when minimal thinking is important or when an existing application has not yet passed its regression tests.
For Grok 4.6 vs Gemini 3.7 Flash, the decision is more specific. Gemini accepts audio, video, and PDF input and offers more than twice Grok's context window. Grok 4.6 adds an xhigh reasoning option and SpaceXAI documents no fixed text-output limit. Neither model is universally better, so route representative tasks through both before selecting a default.
| Decision factor |
Gemini 3.7 Flash |
Gemini 3.6 Flash |
Grok 4.6 |
| Best fit |
Coding, design adherence, multimodal documents, multi-step agents |
Existing Flash workflows and minimal-thinking traffic |
Coding and agents needing xhigh reasoning or very long text output |
| Context window |
1,048,576 tokens |
1,048,576 tokens |
500,000 tokens |
| Native inputs |
Text, image, video, audio, PDF |
Text, image, video, audio, PDF |
Text, image |
| Text output limit |
65,536 tokens |
65,536 tokens |
No fixed limit documented by SpaceXAI |
| Reasoning control |
Low, medium, high |
Minimal, low, medium, high |
Low, medium, high, xhigh |
| Official short-context token price* |
$0.75 input / $3.75 output through Dec. 31, 2026 |
$0.75 input / $3.75 output through Dec. 31, 2026 |
$2 input / $6 output below 200K input tokens |
*Official provider pricing is shown only for model selection context. Use GPTProto's live pricing panel for the rate billed through GPTProto.