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-6",
  8  "default_small_model_id": "claude-haiku-4-5-20251001",
  9  "models": [
 10    {
 11      "id": "claude-sonnet-4-6",
 12      "name": "Claude Sonnet 4.6",
 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": 1000000,
 18      "default_max_tokens": 64000,
 19      "can_reason": true,
 20      "reasoning_levels": ["low", "medium", "high", "max"],
 21      "default_reasoning_effort": "medium",
 22      "supports_attachments": true
 23    },
 24    {
 25      "id": "claude-sonnet-4-5-20250929",
 26      "name": "Claude Sonnet 4.5",
 27      "cost_per_1m_in": 3,
 28      "cost_per_1m_out": 15,
 29      "cost_per_1m_in_cached": 3.75,
 30      "cost_per_1m_out_cached": 0.3,
 31      "context_window": 200000,
 32      "default_max_tokens": 64000,
 33      "can_reason": true,
 34      "supports_attachments": true
 35    },
 36    {
 37      "id": "claude-opus-4-7",
 38      "name": "Claude Opus 4.7",
 39      "cost_per_1m_in": 5,
 40      "cost_per_1m_out": 25,
 41      "cost_per_1m_in_cached": 6.25,
 42      "cost_per_1m_out_cached": 0.50,
 43      "context_window": 1000000,
 44      "default_max_tokens": 126000,
 45      "can_reason": true,
 46      "reasoning_levels": ["low", "medium", "high", "max"],
 47      "default_reasoning_effort": "medium",
 48      "supports_attachments": true
 49    },
 50    {
 51      "id": "claude-opus-4-6",
 52      "name": "Claude Opus 4.6",
 53      "cost_per_1m_in": 5,
 54      "cost_per_1m_out": 25,
 55      "cost_per_1m_in_cached": 6.25,
 56      "cost_per_1m_out_cached": 0.50,
 57      "context_window": 1000000,
 58      "default_max_tokens": 126000,
 59      "can_reason": true,
 60      "reasoning_levels": ["low", "medium", "high", "max"],
 61      "default_reasoning_effort": "medium",
 62      "supports_attachments": true
 63    },
 64    {
 65      "id": "claude-opus-4-5-20251101",
 66      "name": "Claude Opus 4.5",
 67      "cost_per_1m_in": 5,
 68      "cost_per_1m_out": 25,
 69      "cost_per_1m_in_cached": 6.25,
 70      "cost_per_1m_out_cached": 0.50,
 71      "context_window": 200000,
 72      "default_max_tokens": 64000,
 73      "can_reason": true,
 74      "supports_attachments": true
 75    },
 76    {
 77      "id": "claude-haiku-4-5-20251001",
 78      "name": "Claude 4.5 Haiku",
 79      "cost_per_1m_in": 1,
 80      "cost_per_1m_out": 5,
 81      "cost_per_1m_in_cached": 1.25,
 82      "cost_per_1m_out_cached": 0.1,
 83      "context_window": 200000,
 84      "default_max_tokens": 64000,
 85      "can_reason": true,
 86      "has_reasoning_efforts": false,
 87      "supports_attachments": true
 88    },
 89    {
 90      "id": "claude-opus-4-1-20250805",
 91      "name": "Claude Opus 4.1",
 92      "cost_per_1m_in": 15,
 93      "cost_per_1m_out": 75,
 94      "cost_per_1m_in_cached": 18.75,
 95      "cost_per_1m_out_cached": 1.5,
 96      "context_window": 200000,
 97      "default_max_tokens": 32000,
 98      "can_reason": true,
 99      "supports_attachments": true
100    },
101    {
102      "id": "claude-opus-4-20250514",
103      "name": "Claude Opus 4",
104      "cost_per_1m_in": 15,
105      "cost_per_1m_out": 75,
106      "cost_per_1m_in_cached": 18.75,
107      "cost_per_1m_out_cached": 1.5,
108      "context_window": 200000,
109      "default_max_tokens": 32000,
110      "can_reason": true,
111      "supports_attachments": true
112    },
113    {
114      "id": "claude-sonnet-4-20250514",
115      "name": "Claude Sonnet 4",
116      "cost_per_1m_in": 3,
117      "cost_per_1m_out": 15,
118      "cost_per_1m_in_cached": 3.75,
119      "cost_per_1m_out_cached": 0.3,
120      "context_window": 200000,
121      "default_max_tokens": 64000,
122      "can_reason": true,
123      "supports_attachments": true
124    }
125  ]
126}