From a11710944680e098da9ab8457d77a21a2e38701a Mon Sep 17 00:00:00 2001 From: Chesars Date: Fri, 13 Mar 2026 23:01:00 -0300 Subject: [PATCH] fix(model-prices): add missing jp.anthropic.claude-sonnet-4-6 Bedrock entry Fixes #22972 The Japan (jp.) cross-region inference profile for Claude Sonnet 4.6 was missing from the model pricing JSON while all other regions (us, eu, au, global) were present. Added with the same 10% regional markup pricing as other regional entries. --- model_prices_and_context_window.json | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index e4e96b02a8a..ce177a70459 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1269,6 +1269,36 @@ "supports_vision": true, "tool_use_system_prompt_tokens": 346 }, + "jp.anthropic.claude-sonnet-4-6": { + "cache_creation_input_token_cost": 4.125e-06, + "cache_creation_input_token_cost_above_200k_tokens": 8.25e-06, + "cache_read_input_token_cost": 3.3e-07, + "cache_read_input_token_cost_above_200k_tokens": 6.6e-07, + "input_cost_per_token": 3.3e-06, + "input_cost_per_token_above_200k_tokens": 6.6e-06, + "litellm_provider": "bedrock_converse", + "max_input_tokens": 200000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 1.65e-05, + "output_cost_per_token_above_200k_tokens": 2.475e-05, + "search_context_cost_per_query": { + "search_context_size_high": 0.01, + "search_context_size_low": 0.01, + "search_context_size_medium": 0.01 + }, + "supports_assistant_prefill": true, + "supports_computer_use": true, + "supports_function_calling": true, + "supports_pdf_input": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": true, + "tool_use_system_prompt_tokens": 346 + }, "anthropic.claude-sonnet-4-20250514-v1:0": { "cache_creation_input_token_cost": 3.75e-06, "cache_read_input_token_cost": 3e-07,