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-3-pro-preview",
12      "name": "Gemini 3 Pro (Preview)",
13      "cost_per_1m_in": 2,
14      "cost_per_1m_out": 12,
15      "cost_per_1m_in_cached": 0,
16      "cost_per_1m_out_cached": 0.2,
17      "context_window": 1048576,
18      "default_max_tokens": 65536,
19      "can_reason": true,
20      "has_reasoning_efforts": false,
21      "supports_attachments": true
22    },
23    {
24      "id": "gemini-3-flash-preview",
25      "name": "Gemini 3 Flash (Preview)",
26      "cost_per_1m_in": 0.5,
27      "cost_per_1m_out": 3,
28      "cost_per_1m_in_cached": 0,
29      "cost_per_1m_out_cached": 0.05,
30      "context_window": 1048576,
31      "default_max_tokens": 65536,
32      "can_reason": true,
33      "supports_attachments": true
34    },
35    {
36      "id": "gemini-2.5-pro",
37      "name": "Gemini 2.5 Pro",
38      "cost_per_1m_in": 1.25,
39      "cost_per_1m_out": 10,
40      "cost_per_1m_in_cached": 1.625,
41      "cost_per_1m_out_cached": 0.31,
42      "context_window": 1048576,
43      "default_max_tokens": 50000,
44      "can_reason": true,
45      "supports_attachments": true
46    },
47    {
48      "id": "gemini-2.5-flash",
49      "name": "Gemini 2.5 Flash",
50      "cost_per_1m_in": 0.3,
51      "cost_per_1m_out": 2.5,
52      "cost_per_1m_in_cached": 0.3833,
53      "cost_per_1m_out_cached": 0.075,
54      "context_window": 1048576,
55      "default_max_tokens": 50000,
56      "can_reason": true,
57      "supports_attachments": true
58    },
59    {
60      "id": "claude-opus-4-5@20251101",
61      "name": "Claude Opus 4.5",
62      "cost_per_1m_in": 5,
63      "cost_per_1m_out": 25,
64      "cost_per_1m_in_cached": 6.25,
65      "cost_per_1m_out_cached": 0.50,
66      "context_window": 200000,
67      "default_max_tokens": 64000,
68      "can_reason": true,
69      "supports_attachments": true
70    },
71    {
72      "id": "claude-haiku-4-5@20251001",
73      "name": "Claude 4.5 Haiku",
74      "cost_per_1m_in": 1,
75      "cost_per_1m_out": 5,
76      "cost_per_1m_in_cached": 1.25,
77      "cost_per_1m_out_cached": 0.09999999999999999,
78      "context_window": 200000,
79      "default_max_tokens": 32000,
80      "can_reason": true,
81      "has_reasoning_efforts": false,
82      "supports_attachments": true
83    },
84    {
85      "id": "claude-sonnet-4-5@20250929",
86      "name": "Claude Sonnet 4.5",
87      "cost_per_1m_in": 3,
88      "cost_per_1m_out": 15,
89      "cost_per_1m_in_cached": 3.75,
90      "cost_per_1m_out_cached": 0.3,
91      "context_window": 200000,
92      "default_max_tokens": 50000,
93      "can_reason": true,
94      "supports_attachments": true
95    }
96  ]
97}