Gemini Live 2.5 Flash

Model details

Gemini Live 2.5 Flash

Model
gemini-live-2.5-flash
Provider
google
API
google-generative-ai
Base URL
https://generativelanguage.googleapis.com/v1beta
Input
text, image
Reasoning
Yes
Context window
128,000
Max tokens
8,000
Cost / million input
$0.5
Cost / million output
$2
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "google": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "gemini-live-2.5-flash",
          "name": "Gemini Live 2.5 Flash",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 8000,
          "cost": {
            "input": 0.5,
            "output": 2,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "google-generative-ai",
      "baseUrl": "https://generativelanguage.googleapis.com/v1beta"
    }
  }
}