Gemini

Gemini 3.7 Flash

Chat
Not available
Get started

Google's next-gen fast multimodal model targeting coding and agentic workflows, with an aggressive introductory price cut. Supports text, images, audio, video, and PDFs.

Context
1Mtokens
Max output
64Ktokens
Latency
~11ms
Released
2026-08-13

Pricing

$ / 1M tokens
Input
$0.75/M
Output
$3.75/M
Cache Read
$0.075/M
Cache Write
$1.00/M

Capabilities

5 listed
  • Chat
  • Tool Use
  • Reasoning
  • Coding
  • Analysis

Code examples

POST /v1/chat/completions
python
from openai import OpenAI

client = OpenAI(
    api_key="your_api_key",
    base_url="https://api.modelstack.cc/v1",
)

response = client.chat.completions.create(
    model="gemini-3.7-flash",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Related models

Frequently asked questions

How is Gemini 3.7 Flash billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for Gemini 3.7 Flash?expand_more
Gemini 3.7 Flash has a 1M context window and supports up to 64K of output.
How can I call Gemini 3.7 Flash through ModelStack?expand_more
Use the model ID `gemini-3.7-flash` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does Gemini 3.7 Flash support?expand_more
Gemini 3.7 Flash supports: Chat, Tool Use, Reasoning, Coding, Analysis.