mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: mamoodi <mamoodiha@gmail.com> Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
26 lines
787 B
Plaintext
26 lines
787 B
Plaintext
---
|
|
title: Moonshot AI
|
|
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.
|
|
|
|
### Setup
|
|
|
|
1. Sign up for an account at [Moonshot AI Platform](https://platform.moonshot.ai/)
|
|
2. Generate an API key from your account settings
|
|
3. Configure OpenHands to use Moonshot AI:
|
|
|
|
| Setting | Value |
|
|
| --- | --- |
|
|
| LLM Provider | `moonshot` |
|
|
| LLM Model | `kimi-k2-0711-preview` |
|
|
| 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.
|
|
|