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
| Provider | |
| Model ID | gemini-3.6-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 |
|---|---|---|
| $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
Related models
- gemini-3.5-flash β prior flash generation
- gemini-3.1-pro-preview β higher-end Gemini for coding
- gpt-5.6-luna β comparable fast agentic option