Models

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

gemini-2.0-flash on Vivgrid: Google's efficient multimodal model with a 1M-token context window across text, image, video, audio and PDF.

gemini-2.0-flash is an efficient, broadly compatible multimodal model from Google, with a 1M-token context window and support for text, image, video, audio, and PDF. It's a dependable option for established integrations and cost-aware workloads.

Vivgrid serves gemini-2.0-flash as a globally centralized model through its unified, OpenAI-compatible API and single billing surface.

Specifications

ProviderGoogle
Model IDgemini-2.0-flash
Best forGeneral-purpose
Context window1,048,576 tokens
ModalitiesText, Image, Video, Audio, Pdf
Tool / function callingYes
Knowledge cutoff2024-06
Acceleration🌐 Global (Centralized)

Pricing

Pricing for gemini-2.0-flash matches the provider's published rates. See live pricing in the Vivgrid Console.

Quick start

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

Ideal use cases

  • Existing multimodal apps built on Gemini 2.0
  • High-volume, cost-sensitive workloads
  • Media ingestion and document understanding
  • A baseline for evaluating newer Gemini models

On this page