gemini-3.8-flash β API, Pricing & Context Window | Vivgrid
gemini-3.8-flash on Vivgrid: Google's newest fast agentic model with a 1M-token context window, 128K max output, and full text, image, video, audio, and PDF input.
gemini-3.8-flash is Google's newest fast Gemini model, built for agentic coding loops and multi-step tool use. It keeps the line's 1M-token context window, doubles the max output to 128K tokens, and accepts text, image, video, audio, and PDF inputs.
On Vivgrid, gemini-3.8-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.8-flash |
| Best for | Coding |
| Context window | 1,000,000 tokens |
| Max output | 128,000 tokens |
| Modalities | Text, Image, Video, Audio, Pdf |
| Tool / function calling | Yes |
| Knowledge cutoff | 2026-08 |
| Acceleration | π Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $0.75 | $0.15 | $3.75 |
Quick start
Call gemini-3.8-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.8-flash",
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Input and output are priced identically to gemini-3.7-flash at $0.75 per 1M input tokens and $3.75 per 1M output tokens. Cached input is $0.15 per 1M β twice gemini-3.7-flash's introductory cached rate β so cache-heavy workloads should compare the two before switching.
Ideal use cases
- Rapid agentic loops with heavy tool calling
- Long-form generation that needs more than a 64K output ceiling
- Long-context understanding up to 1M tokens
- High-volume multimodal reasoning and summarization
Related models
- gemini-3.7-flash β prior flash generation, cheaper cached input
- gemini-3.1-pro-preview β higher-end Gemini for coding
- claude-fable-5-1 β Anthropic's most capable model
deepseek-v4-pro
deepseek-v4-pro on Vivgrid: DeepSeek's flagship coding model with a 1M-token context window, up to 384K output tokens, and competitive pricing.
gemini-3.7-flash
gemini-3.7-flash on Vivgrid: Google's latest fast agentic model with a 1M-token context window, at introductory pricing through 2026.