We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866887 commit 3d61081Copy full SHA for 3d61081
internal/providers/configs/anthropic.json
@@ -19,6 +19,18 @@
19
"can_reason": true,
20
"supports_attachments": true
21
},
22
+ {
23
+ "id": "claude-opus-4-5-20251101",
24
+ "name": "Claude Opus 4.5",
25
+ "cost_per_1m_in": 5,
26
+ "cost_per_1m_out": 25,
27
+ "cost_per_1m_in_cached": 6.25,
28
+ "cost_per_1m_out_cached": 0.50,
29
+ "context_window": 200000,
30
+ "default_max_tokens": 50000,
31
+ "can_reason": true,
32
+ "supports_attachments": true
33
+ },
34
{
35
"id": "claude-haiku-4-5-20251001",
36
"name": "Claude 4.5 Haiku",
0 commit comments