Skip to content

Commit d619c99

Browse files
docs: kimi doc (#1112)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
1 parent f4f61c4 commit d619c99

5 files changed

Lines changed: 53 additions & 1 deletion

File tree

docs/core/models/kimi.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Kimi"
3+
description: "This guide walks you through setting up your Kimi (Moonshot AI) API key within Eigent to enable the Kimi model for your AI workforce."
4+
---
5+
6+
### Prerequisites
7+
8+
- **Get your API Key:** If you haven't already, generate a key in the Kimi
9+
([Moonshot AI](https://platform.moonshot.ai/)) developer console.
10+
- **Copy the Key:** Keep your API key ready to paste.
11+
12+
### Configuration Steps
13+
14+
#### 1. Access Application Settings
15+
16+
- Launch Eigent and navigate to the **Home Page**.
17+
- Click on the **Settings** tab (usually located in the sidebar or top
18+
navigation).
19+
20+
![Kimi 1 Pn](/docs/images/model_setting.png)
21+
22+
#### 2. Locate Model Configuration
23+
24+
- In the Settings menu, find and select the **Models** section.
25+
- Scroll down to the **Custom Model** area.
26+
- Look for the **Moonshot** card.
27+
28+
![Kimi 2 Pn](/docs/images/kimi_1.png)
29+
30+
#### 3. Enter API Details
31+
32+
Click on the Moonshot card and fill in the following fields:
33+
34+
- **API Key:** Paste the key you generated from the Kimi console.
35+
- **API Host:** Enter the appropriate API endpoint host (for example,
36+
`https://api.moonshot.ai/v1`).
37+
- **Model Type:** Enter the specific model version you wish to use.
38+
- _Example:_ `kimi-k2.5`
39+
- **Save:** Click the **Save** button to apply your changes.
40+
41+
![Kimi 3 Pn](/docs/images/kimi_2.png)
42+
43+
#### 4. Set as Default & Verify
44+
45+
- Once saved, the **"Set as Default"** button on the Moonshot card will be
46+
selected/active.
47+
- **You are ready to go.** Your Eigent agents can now utilize the Kimi model.
48+
49+
![Kimi 4 Pn](/docs/images/kimi_3.png)
50+
51+
---

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"/core/models/byok",
6969
"/core/models/local-model",
7070
"/core/models/gemini",
71-
"/core/models/minimax"
71+
"/core/models/minimax",
72+
"/core/models/kimi"
7273
]
7374
},
7475
"/core/tools",

docs/images/kimi_1.png

172 KB
Loading

docs/images/kimi_2.png

174 KB
Loading

docs/images/kimi_3.png

172 KB
Loading

0 commit comments

Comments
 (0)