gemini-3.7-flash β API, Pricing & Context Window | Vivgrid
gemini-3.7-flash on Vivgrid: Google's latest fast agentic model with a 1M-token context window, at introductory pricing through 2026.
gemini-3.7-flash is Google's latest fast Gemini model, built for agentic coding loops and multi-step tool use. It keeps a 1M-token context window and accepts text, image, video, audio, and PDF inputs.
On Vivgrid, gemini-3.7-flash runs as a globally centralized model reachable through the same OpenAI-compatible endpoint and unified key as every other model in the catalog.
Specifications
| Provider | |
| Model ID | gemini-3.7-flash |
| Best for | Coding |
| Context window | 1,000,000 tokens |
| Max output | 64,000 tokens |
| Modalities | Text, Image, Video, Audio, Pdf |
| Tool / function calling | Yes |
| Knowledge cutoff | 2025-01 |
| Acceleration | π Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $0.75 | $0.075 | $3.75 |
Quick start
Call gemini-3.7-flash through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/chat/completions \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.7-flash",
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Introductory pricing
The rates above are Google's introductory prices and apply through December 31, 2026. From January 1, 2027 the standard rates take effect: $1.50 input, $0.15 cached input, and $7.50 output per 1M tokens.
Ideal use cases
- Rapid agentic loops with heavy tool calling
- Full-stack code generation and refactoring at low cost
- Long-context understanding up to 1M tokens
- High-volume multimodal reasoning and summarization
Related models
- gemini-3.6-flash β prior flash generation
- gemini-3.1-pro-preview β higher-end Gemini for coding
- gpt-5.6-luna β comparable fast agentic option