{
  "name": "Google Gemini",
  "id": "gemini",
  "type": "google",
  "api_key": "$GEMINI_API_KEY",
  "api_endpoint": "$GEMINI_API_ENDPOINT",
  "default_large_model_id": "gemini-2.5-pro",
  "default_small_model_id": "gemini-2.5-flash",
  "models": [
    {
      "id": "gemini-3-pro-preview",
      "name": "Gemini 3 Pro (Preview)",
      "cost_per_1m_in": 2,
      "cost_per_1m_out": 12,
      "cost_per_1m_in_cached": 0,
      "cost_per_1m_out_cached": 0.2,
      "context_window": 1048576,
      "default_max_tokens": 64000,
      "can_reason": true,
      "has_reasoning_efforts": false,
      "supports_attachments": true
    },
    {
      "id": "gemini-3-flash-preview",
      "name": "Gemini 3 Flash (Preview)",
      "cost_per_1m_in": 0.5,
      "cost_per_1m_out": 3,
      "cost_per_1m_in_cached": 0,
      "cost_per_1m_out_cached": 0.05,
      "context_window": 1048576,
      "default_max_tokens": 50000,
      "can_reason": true,
      "supports_attachments": true
    },
    {
      "id": "gemini-2.5-pro",
      "name": "Gemini 2.5 Pro",
      "cost_per_1m_in": 1.25,
      "cost_per_1m_out": 10,
      "cost_per_1m_in_cached": 0,
      "cost_per_1m_out_cached": 0.125,
      "context_window": 1048576,
      "default_max_tokens": 50000,
      "can_reason": true,
      "supports_attachments": true
    },
    {
      "id": "gemini-2.5-flash",
      "name": "Gemini 2.5 Flash",
      "cost_per_1m_in": 0.3,
      "cost_per_1m_out": 2.5,
      "cost_per_1m_in_cached": 0,
      "cost_per_1m_out_cached": 0.03,
      "context_window": 1048576,
      "default_max_tokens": 50000,
      "can_reason": true,
      "supports_attachments": true
    }
  ]
}
