Models

gemini-3.6-flash β€” API, Pricing & Context Window | Vivgrid

gemini-3.6-flash on Vivgrid: Google's fast agentic model with a 1M-token context window, tuned for coding loops and multi-step tool use.

gemini-3.6-flash is Google's fast Gemini model for the agentic era, built for code generation, multi-step orchestration, and spatial reasoning at flash speed. It keeps a 1M-token context window and accepts text, image, video, audio, and PDF inputs, and is more token-efficient than gemini-3.5-flash β€” finishing comparable multi-step workflows in fewer turns.

On Vivgrid, gemini-3.6-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.6-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
$1.50$0.15$7.50

Quick start

Call gemini-3.6-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.6-flash",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

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