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_efforts": "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-6",
 38      "name": "Claude Opus 4.6",
 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_efforts": "medium",
 48      "supports_attachments": true
 49    },
 50    {
 51      "id": "claude-opus-4-5-20251101",
 52      "name": "Claude Opus 4.5",
 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": 200000,
 58      "default_max_tokens": 64000,
 59      "can_reason": true,
 60      "supports_attachments": true
 61    },
 62    {
 63      "id": "claude-haiku-4-5-20251001",
 64      "name": "Claude 4.5 Haiku",
 65      "cost_per_1m_in": 1,
 66      "cost_per_1m_out": 5,
 67      "cost_per_1m_in_cached": 1.25,
 68      "cost_per_1m_out_cached": 0.1,
 69      "context_window": 200000,
 70      "default_max_tokens": 64000,
 71      "can_reason": true,
 72      "has_reasoning_efforts": false,
 73      "supports_attachments": true
 74    },
 75    {
 76      "id": "claude-opus-4-1-20250805",
 77      "name": "Claude Opus 4.1",
 78      "cost_per_1m_in": 15,
 79      "cost_per_1m_out": 75,
 80      "cost_per_1m_in_cached": 18.75,
 81      "cost_per_1m_out_cached": 1.5,
 82      "context_window": 200000,
 83      "default_max_tokens": 32000,
 84      "can_reason": true,
 85      "supports_attachments": true
 86    },
 87    {
 88      "id": "claude-opus-4-20250514",
 89      "name": "Claude Opus 4",
 90      "cost_per_1m_in": 15,
 91      "cost_per_1m_out": 75,
 92      "cost_per_1m_in_cached": 18.75,
 93      "cost_per_1m_out_cached": 1.5,
 94      "context_window": 200000,
 95      "default_max_tokens": 32000,
 96      "can_reason": true,
 97      "supports_attachments": true
 98    },
 99    {
100      "id": "claude-sonnet-4-20250514",
101      "name": "Claude Sonnet 4",
102      "cost_per_1m_in": 3,
103      "cost_per_1m_out": 15,
104      "cost_per_1m_in_cached": 3.75,
105      "cost_per_1m_out_cached": 0.3,
106      "context_window": 200000,
107      "default_max_tokens": 64000,
108      "can_reason": true,
109      "supports_attachments": true
110    }
111  ]
112}