--- title: Kimi (Moonshot) description: Kimi (Moonshot) model configuration --- ```json { "model": "kimi-k2.5", "moonshot_api_key": "YOUR_API_KEY" } ``` | Parameter | Description | | --- | --- | | `model` | Options include `kimi-k2.5`, `kimi-k2`, `moonshot-v1-8k`, `moonshot-v1-32k`, `moonshot-v1-128k` | | `moonshot_api_key` | Create at [Moonshot Console](https://platform.moonshot.cn/console/api-keys) | OpenAI-compatible configuration is also supported: ```json { "bot_type": "openai", "model": "kimi-k2.5", "open_ai_api_base": "https://api.moonshot.cn/v1", "open_ai_api_key": "YOUR_API_KEY" } ```