mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-01 16:29:26 +08:00
28 lines
618 B
Plaintext
28 lines
618 B
Plaintext
---
|
|
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": "chatGPT",
|
|
"model": "kimi-k2.5",
|
|
"open_ai_api_base": "https://api.moonshot.cn/v1",
|
|
"open_ai_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|