diff --git a/openhands/usage/llms/moonshot.mdx b/openhands/usage/llms/moonshot.mdx index f03ec945..ac9add6a 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,12 @@ 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, 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.