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