mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-01 16:29:26 +08:00
20 lines
559 B
Plaintext
20 lines
559 B
Plaintext
---
|
|
title: 豆包 Doubao
|
|
description: 豆包 (火山方舟) 模型配置
|
|
---
|
|
|
|
# 豆包 (Doubao)
|
|
|
|
```json
|
|
{
|
|
"model": "doubao-seed-2-0-code-preview-260215",
|
|
"ark_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| 参数 | 说明 |
|
|
| --- | --- |
|
|
| `model` | 可填 `doubao-seed-2-0-code-preview-260215`、`doubao-seed-2-0-pro-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` |
|