Change summary
internal/providers/configs/bedrock.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
Detailed changes
@@ -19,6 +19,18 @@
"can_reason": true,
"supports_attachments": true
},
+ {
+ "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
+ "name": "AWS Claude Haiku 4.5",
+ "cost_per_1m_in": 0.8,
+ "cost_per_1m_out": 4,
+ "cost_per_1m_in_cached": 1,
+ "cost_per_1m_out_cached": 0.08,
+ "context_window": 200000,
+ "default_max_tokens": 50000,
+ "can_reason": false,
+ "supports_attachments": true
+ },
{
"id": "anthropic.claude-opus-4-1-20250805-v1:0",
"name": "AWS Claude Opus 4.1",