From 9af3363c2fd646bc5fc8945c22258c9e8fb368dd Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 21 Sep 2026 23:18:18 +0000 Subject: [PATCH] fix(bedrock): add bare moonshotai.kimi-k3 cost map entry mirroring the global inference profile Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- model_prices_and_context_window.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 6a414a0908e..b9b47fd45b5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -76879,6 +76879,26 @@ "supports_vision": true, "supports_web_search": true }, + "moonshotai.kimi-k3": { + "cache_creation_input_token_cost": 3.75e-06, + "cache_read_input_token_cost": 3e-07, + "input_cost_per_token": 3e-06, + "litellm_provider": "bedrock_converse", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aws.amazon.com/bedrock/pricing/", + "supports_audio_input": false, + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_system_messages": true, + "supports_tool_choice": true, + "supports_vision": true + }, "global.moonshotai.kimi-k3": { "cache_creation_input_token_cost": 3.75e-06, "cache_read_input_token_cost": 3e-07,