From c145bf8b0345dd76daaf64a8109bb2940be06dc1 Mon Sep 17 00:00:00 2001 From: Rahil Date: Sat, 18 Jul 2026 15:28:51 -0400 Subject: [PATCH 1/2] docs: update moonshot provider docs to only include exposed models and deprecate kimi-k2-0711-preview --- openhands/usage/llms/moonshot.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openhands/usage/llms/moonshot.mdx b/openhands/usage/llms/moonshot.mdx index f03ec9457..376ab3271 100644 --- a/openhands/usage/llms/moonshot.mdx +++ b/openhands/usage/llms/moonshot.mdx @@ -5,7 +5,7 @@ description: How to use Moonshot AI models with OpenHands ## Using Moonshot AI with OpenHands -[Moonshot AI](https://platform.moonshot.ai/) offers several powerful models, including Kimi-K2, which has been verified to work well with OpenHands. +[Moonshot AI](https://platform.moonshot.ai/) offers several powerful models, including Kimi-K3, which has been verified to work well with OpenHands. ### Setup @@ -16,10 +16,13 @@ description: How to use Moonshot AI models with OpenHands | Setting | Value | | --- | --- | | LLM Provider | `moonshot` | -| LLM Model | `kimi-k2-0711-preview` | +| LLM Model | `kimi-k3` | | API Key | Your Moonshot API key | ### Recommended Models -- `moonshot/kimi-k2-0711-preview` - Kimi-K2 is Moonshot's most powerful model with a 131K context window, function calling support, and web search capabilities. +- `moonshot/kimi-k3` - Moonshot's most powerful model with a 1M context window, image input support, and reasoning capabilities. +- `moonshot/kimi-k2.7-code` - Optimized for code tasks with a 256K context window and reasoning support. +- `moonshot/kimi-k2.7-code-highspeed` - High-speed variant of Kimi-K2.7-code with a 256K context window. +- `moonshot/kimi-k2.6` - Capable model with a 256K context window, image/video input support, and reasoning capabilities. From d36675e7e2d99dbaafe37629ebb872792ac56e29 Mon Sep 17 00:00:00 2001 From: Rahil Date: Sat, 18 Jul 2026 15:40:44 -0400 Subject: [PATCH 2/2] docs: rewording capabilities of each recommended moonshot model --- openhands/usage/llms/moonshot.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openhands/usage/llms/moonshot.mdx b/openhands/usage/llms/moonshot.mdx index 376ab3271..ac9add6af 100644 --- a/openhands/usage/llms/moonshot.mdx +++ b/openhands/usage/llms/moonshot.mdx @@ -21,8 +21,7 @@ description: How to use Moonshot AI models with OpenHands ### Recommended Models -- `moonshot/kimi-k3` - Moonshot's most powerful model with a 1M context window, image input support, and reasoning capabilities. -- `moonshot/kimi-k2.7-code` - Optimized for code tasks with a 256K context window and reasoning support. -- `moonshot/kimi-k2.7-code-highspeed` - High-speed variant of Kimi-K2.7-code with a 256K context window. -- `moonshot/kimi-k2.6` - Capable model with a 256K context window, image/video input support, and reasoning capabilities. +- `moonshot/kimi-k3` - Moonshot's most powerful model with a 1M context window, multimodal input support, strong reasoning, and tool calling capabilities. +- `moonshot/kimi-k2.7-code` - Optimized for code tasks with a 256K context window. +- `moonshot/kimi-k2.7-code-highspeed` - High-speed variant of Kimi-K2.7-code.