From 6e18e11a6ff3498d3fa6f9c257ff70824d9ab299 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Sun, 15 Feb 2026 21:15:28 +0800 Subject: [PATCH] feat: add anthropic/anthropic/claude-sonnet-4.5 (double slug) Amp-Thread-ID: https://ampcode.com/threads/T-019c509f-39d4-72ca-a037-51c081f5e32d Co-authored-by: Amp --- pricing.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pricing.json b/pricing.json index b75f417..69e6cbc 100644 --- a/pricing.json +++ b/pricing.json @@ -41,6 +41,27 @@ "supports_tool_choice": true, "supports_vision": true }, + "anthropic/anthropic/claude-sonnet-4.5": { + "provider": "anthropic", + "mode": "chat", + "input_cost_per_token": 0.000003, + "output_cost_per_token": 0.000015, + "max_input_tokens": 200000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "input_cost_per_token_above_200k_tokens": 0.000006, + "output_cost_per_token_above_200k_tokens": 0.0000225, + "cache_creation_input_token_cost": 0.00000375, + "cache_read_input_token_cost": 3E-7, + "cache_creation_input_token_cost_above_200k_tokens": 0.0000075, + "cache_read_input_token_cost_above_200k_tokens": 6E-7, + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": true + }, "cerebras/zai-glm-4.6": { "provider": "cerebras", "mode": "chat",