anthropic.json

 1{
 2  "name": "Anthropic",
 3  "id": "anthropic",
 4  "type": "anthropic",
 5  "api_key": "$ANTHROPIC_API_KEY",
 6  "api_endpoint": "$ANTHROPIC_API_ENDPOINT",
 7  "default_large_model_id": "claude-sonnet-4-5-20250929",
 8  "default_small_model_id": "claude-haiku-4-5-20251001",
 9  "models": [
10    {
11      "id": "claude-sonnet-4-5-20250929",
12      "name": "Claude Sonnet 4.5",
13      "cost_per_1m_in": 3,
14      "cost_per_1m_out": 15,
15      "cost_per_1m_in_cached": 3.75,
16      "cost_per_1m_out_cached": 0.3,
17      "context_window": 200000,
18      "default_max_tokens": 50000,
19      "can_reason": true,
20      "supports_attachments": true
21    },
22    {
23      "id": "claude-opus-4-6",
24      "name": "Claude Opus 4.6",
25      "cost_per_1m_in": 5,
26      "cost_per_1m_out": 25,
27      "cost_per_1m_in_cached": 6.25,
28      "cost_per_1m_out_cached": 0.50,
29      "context_window": 200000,
30      "default_max_tokens": 126000,
31      "can_reason": true,
32      "supports_attachments": true
33    },
34    {
35      "id": "claude-opus-4-5-20251101",
36      "name": "Claude Opus 4.5",
37      "cost_per_1m_in": 5,
38      "cost_per_1m_out": 25,
39      "cost_per_1m_in_cached": 6.25,
40      "cost_per_1m_out_cached": 0.50,
41      "context_window": 200000,
42      "default_max_tokens": 50000,
43      "can_reason": true,
44      "supports_attachments": true
45    },
46    {
47      "id": "claude-haiku-4-5-20251001",
48      "name": "Claude 4.5 Haiku",
49      "cost_per_1m_in": 1,
50      "cost_per_1m_out": 5,
51      "cost_per_1m_in_cached": 1.25,
52      "cost_per_1m_out_cached": 0.09999999999999999,
53      "context_window": 200000,
54      "default_max_tokens": 32000,
55      "can_reason": true,
56      "has_reasoning_efforts": false,
57      "supports_attachments": true
58    },
59    {
60      "id": "claude-opus-4-1-20250805",
61      "name": "Claude Opus 4.1",
62      "cost_per_1m_in": 15,
63      "cost_per_1m_out": 75,
64      "cost_per_1m_in_cached": 18.75,
65      "cost_per_1m_out_cached": 1.5,
66      "context_window": 200000,
67      "default_max_tokens": 32000,
68      "can_reason": true,
69      "supports_attachments": true
70    },
71    {
72      "id": "claude-opus-4-20250514",
73      "name": "Claude Opus 4",
74      "cost_per_1m_in": 15,
75      "cost_per_1m_out": 75,
76      "cost_per_1m_in_cached": 18.75,
77      "cost_per_1m_out_cached": 1.5,
78      "context_window": 200000,
79      "default_max_tokens": 32000,
80      "can_reason": true,
81      "supports_attachments": true
82    },
83    {
84      "id": "claude-sonnet-4-20250514",
85      "name": "Claude Sonnet 4",
86      "cost_per_1m_in": 3,
87      "cost_per_1m_out": 15,
88      "cost_per_1m_in_cached": 3.75,
89      "cost_per_1m_out_cached": 0.3,
90      "context_window": 200000,
91      "default_max_tokens": 50000,
92      "can_reason": true,
93      "supports_attachments": true
94    }
95  ]
96}