Text Models
Text models use POST /v1/responses or compatible POST /v1/chat/completions, depending on the model. They share the same HiAPI API key as media models, but do not use the asynchronous /v1/tasks request shape.
| Model | Best for | Endpoint |
|---|---|---|
| GPT-6 Astra | Reasoning, code review, function calls, and structured output | POST /v1/responses · streaming only |
| Claude Sonnet 4.6 | Text conversations, coding assistance, and tool workflows | POST /v1/chat/completions · streaming supported |
| Kimi K3 | Long-context reasoning, coding, structured output, and tool workflows | POST /v1/chat/completions · always-on reasoning |
| DeepSeek V4.1 Flash | Text and image input, reasoning, and streaming | POST /v1/responses + Chat |
| DeepSeek V4 Pro | Complex reasoning, coding Agents, and long-context work | POST /v1/responses + Chat compatible |
| DeepSeek V4 Flash Vision Exp | Image understanding, visual questions, function tools | POST /v1/responses + Chat compatible |
| DeepSeek V4 Flash | High-throughput generation, reasoning, coding, and Agent workflows | POST /v1/chat/completions |
| GLM-5.3 | Text generation through the OpenAI-compatible Chat Completions API | POST /v1/chat/completions |
Start with the Responses guide or Chat Completions guide, then compare the AI Text APIs collection.