docs: make English the default docs language and fix link paths

This commit is contained in:
zhayujie
2026-05-31 17:52:22 +08:00
parent 126649f70f
commit 7bf4ef3d05
231 changed files with 8999 additions and 8974 deletions

View File

@@ -1,15 +1,15 @@
---
title: Kimi
description: KimiMoonshot)模型配置(文本对话 + 图像理解)
description: Kimi (Moonshot) model configuration (Text Chat + Image Understanding)
---
Kimi 由 Moonshot 提供,支持文本对话与图像理解,`kimi-k2.x` 系列原生支持视觉。
Kimi is provided by Moonshot and supports both text chat and image understanding. The `kimi-k2.x` series natively supports vision.
<Tip>
通过 Web 控制台的「模型管理」页面可一站式配置以下全部能力,无需手动改配置文件。
All capabilities below can be configured in one place via the "Model Management" page in the Web Console, with no need to manually edit the configuration file.
</Tip>
## 文本对话
## Text Chat
```json
{
@@ -18,17 +18,17 @@ Kimi 由 Moonshot 提供,支持文本对话与图像理解,`kimi-k2.x` 系
}
```
| 参数 | 说明 |
| Parameter | Description |
| --- | --- |
| `model` | 可填 `kimi-k2.6``kimi-k2.5``kimi-k2``moonshot-v1-8k``moonshot-v1-32k``moonshot-v1-128k` |
| `moonshot_api_key` | [Moonshot 控制台](https://platform.moonshot.cn/console/api-keys) 创建 |
| `moonshot_base_url` | 可选,默认为 `https://api.moonshot.cn/v1` |
| `model` | Can be `kimi-k2.6`, `kimi-k2.5`, `kimi-k2`, `moonshot-v1-8k`, `moonshot-v1-32k`, `moonshot-v1-128k` |
| `moonshot_api_key` | Create one in the [Moonshot Console](https://platform.moonshot.cn/console/api-keys) |
| `moonshot_base_url` | Optional, defaults to `https://api.moonshot.cn/v1` |
## 图像理解
## Image Understanding
配置 `moonshot_api_key` Agent Vision 工具会自动使用 `kimi-k2.6` 识别图像,无需额外配置。
Once `moonshot_api_key` is configured, the Agent's Vision tool automatically uses `kimi-k2.6` to recognize images, with no extra setup required.
如需手动指定 Vision 模型:
To manually specify a Vision model:
```json
{