文本模型
文本模型根据模型能力使用 POST /v1/responses 或兼容的 POST /v1/chat/completions。文本模型与媒体模型共用同一个 HiAPI API Key,但不使用异步 /v1/tasks 请求结构。
| 模型 | 适用场景 | 端点 |
|---|---|---|
| DeepSeek V4 Pro | 复杂推理、编程 Agent 与长上下文任务 | POST /v1/responses + Chat 兼容 |
| DeepSeek V4 Flash | 高吞吐生成、推理、编程与 Agent 工作流 | POST /v1/chat/completions |
从 Responses 指南或 Chat Completions 指南开始,也可浏览 AI 文本 API 选型页。