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-3-5-haiku-20241022",
  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-haiku-4-5-20251001",
 24      "name": "Claude 4.5 Haiku",
 25      "cost_per_1m_in": 1,
 26      "cost_per_1m_out": 5,
 27      "cost_per_1m_in_cached": 1.25,
 28      "cost_per_1m_out_cached": 0.09999999999999999,
 29      "context_window": 200000,
 30      "default_max_tokens": 32000,
 31      "can_reason": true,
 32      "has_reasoning_efforts": false,
 33      "supports_attachments": true
 34    },
 35    {
 36      "id": "claude-opus-4-1-20250805",
 37      "name": "Claude Opus 4.1",
 38      "cost_per_1m_in": 15,
 39      "cost_per_1m_out": 75,
 40      "cost_per_1m_in_cached": 18.75,
 41      "cost_per_1m_out_cached": 1.5,
 42      "context_window": 200000,
 43      "default_max_tokens": 32000,
 44      "can_reason": true,
 45      "supports_attachments": true
 46    },
 47    {
 48      "id": "claude-opus-4-20250514",
 49      "name": "Claude Opus 4",
 50      "cost_per_1m_in": 15,
 51      "cost_per_1m_out": 75,
 52      "cost_per_1m_in_cached": 18.75,
 53      "cost_per_1m_out_cached": 1.5,
 54      "context_window": 200000,
 55      "default_max_tokens": 32000,
 56      "can_reason": true,
 57      "supports_attachments": true
 58    },
 59    {
 60      "id": "claude-sonnet-4-20250514",
 61      "name": "Claude Sonnet 4",
 62      "cost_per_1m_in": 3,
 63      "cost_per_1m_out": 15,
 64      "cost_per_1m_in_cached": 3.75,
 65      "cost_per_1m_out_cached": 0.3,
 66      "context_window": 200000,
 67      "default_max_tokens": 50000,
 68      "can_reason": true,
 69      "supports_attachments": true
 70    },
 71    {
 72      "id": "claude-3-7-sonnet-20250219",
 73      "name": "Claude 3.7 Sonnet",
 74      "cost_per_1m_in": 3,
 75      "cost_per_1m_out": 15,
 76      "cost_per_1m_in_cached": 3.75,
 77      "cost_per_1m_out_cached": 0.3,
 78      "context_window": 200000,
 79      "default_max_tokens": 50000,
 80      "can_reason": true,
 81      "supports_attachments": true
 82    },
 83    {
 84      "id": "claude-3-5-haiku-20241022",
 85      "name": "Claude 3.5 Haiku",
 86      "cost_per_1m_in": 0.7999999999999999,
 87      "cost_per_1m_out": 4,
 88      "cost_per_1m_in_cached": 1,
 89      "cost_per_1m_out_cached": 0.08,
 90      "context_window": 200000,
 91      "default_max_tokens": 5000,
 92      "can_reason": false,
 93      "supports_attachments": true
 94    },
 95    {
 96      "id": "claude-3-5-sonnet-20240620",
 97      "name": "Claude 3.5 Sonnet (Old)",
 98      "cost_per_1m_in": 3,
 99      "cost_per_1m_out": 15,
100      "cost_per_1m_in_cached": 3.75,
101      "cost_per_1m_out_cached": 0.3,
102      "context_window": 200000,
103      "default_max_tokens": 5000,
104      "can_reason": false,
105      "supports_attachments": true
106    },
107    {
108      "id": "claude-3-5-sonnet-20241022",
109      "name": "Claude 3.5 Sonnet (New)",
110      "cost_per_1m_in": 3,
111      "cost_per_1m_out": 15,
112      "cost_per_1m_in_cached": 3.75,
113      "cost_per_1m_out_cached": 0.3,
114      "context_window": 200000,
115      "default_max_tokens": 5000,
116      "can_reason": false,
117      "supports_attachments": true
118    }
119  ]
120}