From 9ad502dd1572a1794ef6bced1eb3e180d1736cd9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 21 Apr 2026 18:51:51 -0700 Subject: [PATCH] fix moonshot/kimi-k2.6 pricing and add reasoning support --- model_prices_and_context_window.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 91278a56b44..303c48717f5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -22887,15 +22887,17 @@ "supports_vision": true }, "moonshot/kimi-k2.6": { - "input_cost_per_token": 6e-07, + "cache_read_input_token_cost": 1.6e-07, + "input_cost_per_token": 9.5e-07, "litellm_provider": "moonshot", "max_input_tokens": 262144, "max_output_tokens": 262144, "max_tokens": 262144, "mode": "chat", - "output_cost_per_token": 2.8e-06, - "source": "https://platform.kimi.ai/docs/guide/kimi-k2-6-quickstart", + "output_cost_per_token": 4e-06, + "source": "https://platform.kimi.ai/docs/pricing/chat-k26", "supports_function_calling": true, + "supports_reasoning": true, "supports_tool_choice": true, "supports_video_input": true, "supports_vision": true