From c8fdd1de19a4a2761196b048786a3c86181fd3f4 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Fri, 20 Feb 2026 19:19:13 +0800 Subject: [PATCH] fix: update claude-sonnet-4-6 max_input_tokens to 1M (per Anthropic official) Amp-Thread-ID: https://ampcode.com/threads/T-019c509f-39d4-72ca-a037-51c081f5e32d Co-authored-by: Amp --- pricing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pricing.json b/pricing.json index 95d261d..e364911 100644 --- a/pricing.json +++ b/pricing.json @@ -25,7 +25,7 @@ "mode": "chat", "input_cost_per_token": 0.000003, "output_cost_per_token": 0.000015, - "max_input_tokens": 200000, + "max_input_tokens": 1000000, "max_output_tokens": 64000, "max_tokens": 64000, "input_cost_per_token_above_200k_tokens": 0.000006,