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": 200000,
 18      "default_max_tokens": 50000,
 19      "can_reason": true,
 20      "supports_attachments": true
 21    },
 22    {
 23      "id": "claude-sonnet-4-5-20250929",
 24      "name": "Claude Sonnet 4.5",
 25      "cost_per_1m_in": 3,
 26      "cost_per_1m_out": 15,
 27      "cost_per_1m_in_cached": 3.75,
 28      "cost_per_1m_out_cached": 0.3,
 29      "context_window": 200000,
 30      "default_max_tokens": 50000,
 31      "can_reason": true,
 32      "supports_attachments": true
 33    },
 34    {
 35      "id": "claude-opus-4-6",
 36      "name": "Claude Opus 4.6",
 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": 126000,
 43      "can_reason": true,
 44      "supports_attachments": true
 45    },
 46    {
 47      "id": "claude-opus-4-5-20251101",
 48      "name": "Claude Opus 4.5",
 49      "cost_per_1m_in": 5,
 50      "cost_per_1m_out": 25,
 51      "cost_per_1m_in_cached": 6.25,
 52      "cost_per_1m_out_cached": 0.50,
 53      "context_window": 200000,
 54      "default_max_tokens": 50000,
 55      "can_reason": true,
 56      "supports_attachments": true
 57    },
 58    {
 59      "id": "claude-haiku-4-5-20251001",
 60      "name": "Claude 4.5 Haiku",
 61      "cost_per_1m_in": 1,
 62      "cost_per_1m_out": 5,
 63      "cost_per_1m_in_cached": 1.25,
 64      "cost_per_1m_out_cached": 0.09999999999999999,
 65      "context_window": 200000,
 66      "default_max_tokens": 32000,
 67      "can_reason": true,
 68      "has_reasoning_efforts": false,
 69      "supports_attachments": true
 70    },
 71    {
 72      "id": "claude-opus-4-1-20250805",
 73      "name": "Claude Opus 4.1",
 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-opus-4-20250514",
 85      "name": "Claude Opus 4",
 86      "cost_per_1m_in": 15,
 87      "cost_per_1m_out": 75,
 88      "cost_per_1m_in_cached": 18.75,
 89      "cost_per_1m_out_cached": 1.5,
 90      "context_window": 200000,
 91      "default_max_tokens": 32000,
 92      "can_reason": true,
 93      "supports_attachments": true
 94    },
 95    {
 96      "id": "claude-sonnet-4-20250514",
 97      "name": "Claude Sonnet 4",
 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": 50000,
104      "can_reason": true,
105      "supports_attachments": true
106    }
107  ]
108}