Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions openhands/usage/llms/moonshot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.