Models

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

ProviderGoogle
Model IDgemini-3.7-flash
Best forCoding
Context window1,000,000 tokens
Max output64,000 tokens
ModalitiesText, Image, Video, Audio, Pdf
Tool / function callingYes
Knowledge cutoff2025-01
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$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

On this page