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 <amp@ampcode.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user