# EVA Gateway 模型列表

EVA Gateway 通过统一的 OpenAI Compatible API 提供大语言模型（LLM）、语音识别（ASR）和语音合成（TTS）能力。

## 使用说明

- 请求中的 `model` 必须使用表格里的模型名称，包括厂商前缀、连字符和版本号。
- LLM 使用 `/llm/v1` 接口前缀；ASR 和 TTS 使用 `/v1` 接口前缀。调用方法参阅 [EVA Gateway 接入文档](https://eva.autoarkai.com/api-docs/guide/gateway-api)。

## LLM

| 模型 ID                                                                                                                                                                  | 上下文长度    | `temperature`                                    | 最大输出长度 `max_completion_tokens` （不可与 max_tokens 字段同时设置） | 最大回答长度`max_tokens` | 思考模式开关                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- | ------------------------------------------------ | ----------------------------------------------------------------------- | ------------------------ | ------------------------------------- |
| [`aliyun-qwen3.6-flash`](https://bailian.console.aliyun.com/cn-beijing/?spm=5176.29597918.J_SEsSjsNv72yRuRFS2VknO.2.53277b081CTJT0&tab=api#/api/?type=model&url=3016807) | `1M tokens`   | `[0, 2)`；默认值思考模式 `0.6`、非思考模式 `0.7` | `[1, 65536]`                                                            | 不传                     | `enable_thinking`: `true`/`false`     |
| [`aliyun-qwen3.7-plus`](https://bailian.console.aliyun.com/cn-beijing/?spm=5176.29597918.J_SEsSjsNv72yRuRFS2VknO.2.53277b081CTJT0&tab=api#/api/?type=model&url=3016807)  | `1M tokens`   | `[0, 2)`；默认值思考模式 `0.6`、非思考模式 `0.7` | `[1, 131072]`                                                           | 不传                     | `enable_thinking`: `true`/`false`     |
| [`volcengine-doubao-seed-2.0-mini`](https://console.volcengine.com/ark/region:cn-beijing/docs/82379/1494384?lang=zh)                                                     | `256K tokens` | `[0, 2]`；默认 `1.0`                             | `[1, 65536]`                                                            | `128k tokens`；默认4k    | `thinking.type`: `enabled`/`disabled` |
| [`volcengine-doubao-seed-2.0-lite`](https://console.volcengine.com/ark/region:cn-beijing/docs/82379/1494384?lang=zh)                                                     | `256K tokens` | `[0, 2]`；默认 `1.0`                             | `[1, 65536]`                                                            | `128k tokens`；默认4k    | `thinking.type`: `enabled`/`disabled` |
| [`volcengine-doubao-seed-2.1-pro`](https://console.volcengine.com/ark/region:cn-beijing/docs/82379/1494384?lang=zh)                                                      | `256K tokens` | `[0, 2]`；默认 `1.0`                             | `[1, 65536]`                                                            | `256k tokens`；默认4k    | `thinking.type`: `enabled`/`disabled` |

## ASR

| 模型 ID                                                                                                                                                          | `audio_format`                                                        | `sample_rate`（Hz）               | 热词     | `stream=true` | 输入限制                         | 支持语言                                 |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------- | -------- | ------------- | -------------------------------- | ---------------------------------------- |
| `ark-asr-flash`                                                                                                                                                  | `pcm`、`wav`                                                          | 仅 `16000`；默认 `16000`          | 支持     | 增量文本      | 不超过 `30 秒`                   | 多语种                                   |
| `ark-asr-plus`                                                                                                                                                   | `pcm`、`wav`                                                          | 仅 `16000`；默认 `16000`          | 支持     | 增量文本      | 不超过 `30 秒`                   | 多语种                                   |
| [`aliyun-fun-asr-realtime`](https://help.aliyun.com/zh/model-studio/fun-asr-realtime-python-sdk?spm=a2c4g.11186623.help-menu-2400256.d_2_5_0_0_3.44ba1cccChG6YM) | `pcm`、`wav`、`mp3`、`opus`、`speex`、`aac`、`amr`                    | `8000`、`16000`；默认 `16000`     | 暂不支持 | 全量文本      | 不超过 `20 MB`；单声道           | 多语种及方言                             |
| [`tencentcloud-16k-zh-en`](https://cloud.tencent.com/document/product/1093/52097)                                                                                | `wav`、`pcm`、`ogg-opus`、`speex`、`silk`、`mp3`、`m4a`、`aac`、`amr` | `8000`、`16000`；默认 `16000`     | 支持     | 不支持流式    | Gateway 上传上限 `20 MB`         | 中文、英文、粤语及 `9` 种中文方言        |
| [`volcengine-bigmodel`](https://www.volcengine.com/docs/6561/1354869)                                                                                            | `pcm`、`wav`、`ogg`、`mp3`                                            | 仅 `16000`；默认 `16000`          | 支持     | 全量文本      | 不超过 `20 MB`；默认单声道       | 中文、英文及 `8` 种中文方言              |
| [`zhipu-glm-asr-2512`](https://docs.bigmodel.cn/api-reference/%E6%A8%A1%E5%9E%8B-api/%E8%AF%AD%E9%9F%B3%E8%BD%AC%E6%96%87%E6%9C%AC)                              | `wav`、`mp3`                                                          | 自动识别；传入值会被 Gateway 忽略 | 支持     | 增量文本      | 不超过 `20 MB`，且不超过 `30 秒` | 中文（含主要方言）、英语及数十种其他语言 |

## TTS

| 模型 ID                                                                                                                        | 支持语言                 | 输入限制                                    | 音色                                                                                                                                                              | `response_format`                       | `sample_rate`（Hz）                                                        | `speed`                   | `pitch_rate`             |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------ | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | -------------------------------------------------------------------------- | ------------------------- | ------------------------ |
| `ark-tts-flash`                                                                                                                | 中文、英文等 `10` 种语言 | 不超过 `200` 个字符                         | 默认 `en_female_iris`；[音色列表](https://eva.autoarkai.com/models/voices)                                                                                        | 仅 `pcm`；默认 `pcm`                    | 仅 `44100`；默认 `44100`                                                   | `[0.25, 4.0]`；默认 `1.0` | 不支持，不传             |
| [`aliyun-cosyvoice-v3-flash`](https://help.aliyun.com/zh/model-studio/cosyvoice-python-sdk)                                    | 中文（普通话）、英文     | 不超过 `20000` 个字符                       | 默认 `longjielidou_v3`；[音色列表](https://help.aliyun.com/zh/model-studio/cosyvoice-voice-list)                                                                  | `pcm`、`wav`、`mp3`；默认 `pcm`         | `8000`、`16000`、`22050`、`24000`、`44100`、`48000`；默认 `16000`          | `[0.5, 2.0]`；默认 `1.0`  | `[0.5, 2.0]`；默认 `1.0` |
| [`aliyun-cosyvoice-v3-plus`](https://help.aliyun.com/zh/model-studio/cosyvoice-python-sdk)                                     | 中文（普通话）、英文     | 不超过 `20000` 个字符                       | 默认 `longjielidou_v3`；[音色列表](https://help.aliyun.com/zh/model-studio/cosyvoice-voice-list)                                                                  | `pcm`、`wav`、`mp3`；默认 `pcm`         | `8000`、`16000`、`22050`、`24000`、`44100`、`48000`；默认 `16000`          | `[0.5, 2.0]`；默认 `1.0`  | `[0.5, 2.0]`；默认 `1.0` |
| [`minimax-speech-2.8-hd`](https://platform.minimaxi.com/docs/guides/speech-t2a-websocket)                                      | 多语种                   | 不超过 `10000` 个字符                       | 默认 `male-qn-qingse`；[音色列表](https://platform.minimaxi.com/docs/faq/system-voice-id)                                                                         | `pcm`、`mp3`、`wav`、`flac`；默认 `pcm` | `8000`、`16000`、`22050`、`24000`、`32000`、`44100`；默认 `32000`          | `[0.5, 2.0]`；默认 `1.0`  | 不支持，不传             |
| [`minimax-speech-2.8-turbo`](https://platform.minimaxi.com/docs/guides/speech-t2a-websocket)                                   | 多语种                   | 不超过 `10000` 个字符                       | 默认 `male-qn-qingse`；[音色列表](https://platform.minimaxi.com/docs/faq/system-voice-id)                                                                         | `pcm`、`mp3`、`wav`、`flac`；默认 `pcm` | `8000`、`16000`、`22050`、`24000`、`32000`、`44100`；默认 `32000`          | `[0.5, 2.0]`；默认 `1.0`  | 不支持，不传             |
| [`tencentcloud-tts`](https://cloud.tencent.com/document/product/1073/94308)                                                    | 中文、英文               | 中文不超过 `600` 字；英文不超过 `1800` 字母 | 默认 `402000`；[音色列表](https://cloud.tencent.com/document/product/1073/92668)                                                                                  | `pcm`、`mp3`；默认 `pcm`                | `8000`、`16000`；默认 `16000`                                              | `[-2, 6]`；默认 `0`       | 不支持，不传             |
| [`volcengine-seed-tts-2.0`](https://docs.volcengine.com/docs/6561/2532486?lang=zh)                                             | 中文、英文               | 不超过 `300` 个字符                         | 默认 `zh_female_vv_uranus_bigtts`；[音色列表](https://docs.volcengine.com/docs/6561/1257544?lang=zh)                                                              | 仅 `pcm`；默认 `pcm`                    | `8000`、`16000`、`22050`、`24000`、`32000`、`44100`、`48000`；默认 `24000` | `[-50, 100]`；默认 `0`    | `[-12, 12]`；默认 `0`    |
| [`zhipu-glm-tts`](https://docs.bigmodel.cn/api-reference/%E6%A8%A1%E5%9E%8B-api/%E6%96%87%E6%9C%AC%E8%BD%AC%E8%AF%AD%E9%9F%B3) | 中文、英文               | 不超过 `1024` 个字符                        | 默认 `tongtong`；可选 `tongtong`、`chuichui`、`xiaochen`、`jam`、`kazi`、`douji`、`luodo`；[官方文档](https://docs.bigmodel.cn/api-reference/模型-api/文本转语音) | 仅 `pcm`；默认 `pcm`                    | 仅 `24000`；默认 `24000`                                                   | `[0.5, 2.0]`；默认 `1.0`  | 不支持，不传             |
