gemini.json

 1{
 2  "name": "Google Gemini",
 3  "id": "gemini",
 4  "type": "gemini",
 5  "api_key": "$GEMINI_API_KEY",
 6  "api_endpoint": "$GEMINI_API_ENDPOINT",
 7  "default_model_id": "gemini-2.5-pro",
 8  "models": [
 9    {
10      "id": "gemini-2.5-pro",
11      "model": "Gemini 2.5 Pro",
12      "cost_per_1m_in": 1.25,
13      "cost_per_1m_out": 10,
14      "cost_per_1m_in_cached": 1.625,
15      "cost_per_1m_out_cached": 0.31,
16      "context_window": 1048576,
17      "default_max_tokens": 65536,
18      "can_reason": true,
19      "supports_attachments": true
20    },
21    {
22      "id": "gemini-2.5-flash",
23      "model": "Gemini 2.5 Flash",
24      "cost_per_1m_in": 0.3,
25      "cost_per_1m_out": 2.5,
26      "cost_per_1m_in_cached": 0.3833,
27      "cost_per_1m_out_cached": 0.075,
28      "context_window": 1048576,
29      "default_max_tokens": 65535,
30      "can_reason": true,
31      "supports_attachments": true
32    }
33  ]
34}