feat: add claude-opus-4-6 and claude-sonnet-4-6 (no slug)
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:
42
pricing.json
42
pricing.json
@@ -1,4 +1,46 @@
|
|||||||
{
|
{
|
||||||
|
"claude-opus-4-6": {
|
||||||
|
"provider": "anthropic",
|
||||||
|
"mode": "chat",
|
||||||
|
"input_cost_per_token": 0.000005,
|
||||||
|
"output_cost_per_token": 0.000025,
|
||||||
|
"max_input_tokens": 1000000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"input_cost_per_token_above_200k_tokens": 0.00001,
|
||||||
|
"output_cost_per_token_above_200k_tokens": 0.0000375,
|
||||||
|
"cache_creation_input_token_cost": 0.00000625,
|
||||||
|
"cache_creation_input_token_cost_above_200k_tokens": 0.0000125,
|
||||||
|
"cache_read_input_token_cost": 5E-7,
|
||||||
|
"cache_read_input_token_cost_above_200k_tokens": 0.000001,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_parallel_function_calling": true,
|
||||||
|
"supports_reasoning": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true
|
||||||
|
},
|
||||||
|
"claude-sonnet-4-6": {
|
||||||
|
"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
|
||||||
|
},
|
||||||
"claude-opus-4.6": {
|
"claude-opus-4.6": {
|
||||||
"provider": "anthropic",
|
"provider": "anthropic",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
|
|||||||
Reference in New Issue
Block a user