Gemini 3.7 Flash API
A new fast multimodal model in the Gemini 3 family, released in August 2026, built for low-cost, high-throughput multimodal understanding. It accepts text, image, video, audio and document inputs with a 1M-token context, suited to large-scale processing, batch workloads and real-time interactions.
- Reasoning
- Tool use
- Long context
gemini-3.7-flashUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1beta/models/gemini-3.7-flash:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello"
}
}
]
}'Related models
FAQ
Frequently asked questions
What is Gemini 3.7 Flash best suited for?
Gemini 3.7 Flash is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Gemini 3.7 Flash priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Gemini 3.7 Flash?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started