vertexai.json

 1{
 2  "name": "Google Vertex AI",
 3  "id": "vertexai",
 4  "type": "google-vertex",
 5  "api_key": "",
 6  "api_endpoint": "",
 7  "default_large_model_id": "gemini-2.5-pro",
 8  "default_small_model_id": "gemini-2.5-flash",
 9  "models": [
10    {
11      "id": "gemini-2.5-pro",
12      "name": "Gemini 2.5 Pro",
13      "cost_per_1m_in": 1.25,
14      "cost_per_1m_out": 10,
15      "cost_per_1m_in_cached": 1.625,
16      "cost_per_1m_out_cached": 0.31,
17      "context_window": 1048576,
18      "default_max_tokens": 50000,
19      "can_reason": true,
20      "supports_attachments": true
21    },
22    {
23      "id": "gemini-2.5-flash",
24      "name": "Gemini 2.5 Flash",
25      "cost_per_1m_in": 0.3,
26      "cost_per_1m_out": 2.5,
27      "cost_per_1m_in_cached": 0.3833,
28      "cost_per_1m_out_cached": 0.075,
29      "context_window": 1048576,
30      "default_max_tokens": 50000,
31      "can_reason": true,
32      "supports_attachments": true
33    },
34    {
35      "id": "claude-haiku-4-5@20251001",
36      "name": "Claude 4.5 Haiku",
37      "cost_per_1m_in": 1,
38      "cost_per_1m_out": 5,
39      "cost_per_1m_in_cached": 1.25,
40      "cost_per_1m_out_cached": 0.09999999999999999,
41      "context_window": 200000,
42      "default_max_tokens": 32000,
43      "can_reason": true,
44      "has_reasoning_efforts": false,
45      "supports_attachments": true
46    },
47    {
48      "id": "claude-sonnet-4-5@20250929",
49      "name": "Claude Sonnet 4.5",
50      "cost_per_1m_in": 3,
51      "cost_per_1m_out": 15,
52      "cost_per_1m_in_cached": 3.75,
53      "cost_per_1m_out_cached": 0.3,
54      "context_window": 200000,
55      "default_max_tokens": 50000,
56      "can_reason": true,
57      "supports_attachments": true
58    }
59  ]
60}