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: 豆包 Doubao
description: 豆包(火山方舟)模型配置(文本 / 图像理解 / 图像生成 / 向量)
title: Doubao
description: Doubao (Volcengine Ark) model configuration (Text / Image Understanding / Image Generation / Embedding)
---
豆包火山方舟支持文本对话、图像理解、图像生成Seedream和向量能力一份 `ark_api_key` 即可启用全部能力。
Doubao (Volcengine Ark) supports text chat, image understanding, image generation (Seedream), and embedding. A single `ark_api_key` enables all capabilities.
<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 @@ description: 豆包(火山方舟)模型配置(文本 / 图像理解 / 图
}
```
| 参数 | 说明 |
| Parameter | Description |
| --- | --- |
| `model` | 可填 `doubao-seed-2-0-pro-260215``doubao-seed-2-0-code-preview-260215``doubao-seed-2-0-lite-260215` |
| `ark_api_key` | 在 [火山方舟控制台](https://console.volcengine.com/ark/region:ark+cn-beijing/apikey) 创建 |
| `ark_base_url` | 可选,默认为 `https://ark.cn-beijing.volces.com/api/v3` |
| `model` | Can be `doubao-seed-2-0-pro-260215`, `doubao-seed-2-0-code-preview-260215`, `doubao-seed-2-0-lite-260215`, etc. |
| `ark_api_key` | Create one in the [Volcengine Ark Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apikey) |
| `ark_base_url` | Optional, defaults to `https://ark.cn-beijing.volces.com/api/v3` |
## 图像理解
## Image Understanding
配置 `ark_api_key` Agent Vision 工具会自动使用 `doubao-seed-2-0-pro-260215` 识别图像,无需额外配置。
Once `ark_api_key` is configured, the Agent's Vision tool automatically uses `doubao-seed-2-0-pro-260215` to recognize images, with no extra setup required.
如需手动指定 Vision 模型:
To manually specify a Vision model:
```json
{
@@ -40,7 +40,7 @@ description: 豆包(火山方舟)模型配置(文本 / 图像理解 / 图
}
```
## 图像生成
## Image Generation
```json
{
@@ -52,9 +52,9 @@ description: 豆包(火山方舟)模型配置(文本 / 图像理解 / 图
}
```
可选模型:`seedream-5.0-lite``seedream-4.5`
Available models: `seedream-5.0-lite`, `seedream-4.5`.
## 向量
## Embedding
```json
{
@@ -63,4 +63,4 @@ description: 豆包(火山方舟)模型配置(文本 / 图像理解 / 图
}
```
默认模型 `doubao-embedding-vision-251215`(多模态 embedding可在配置文件中通过 `embedding_dimensions` 指定 1024 或 2048 维。修改 embedding 后需执行 `/memory rebuild-index` 命令重建索引。
The default model is `doubao-embedding-vision-251215` (multimodal embedding); the dimension (1024 or 2048) can be set via `embedding_dimensions` in the configuration file. After changing the embedding, run `/memory rebuild-index` to rebuild the index.