Skip to content
English

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.

ModelBest forEndpoint
GPT-6 AstraReasoning, code review, function calls, and structured outputPOST /v1/responses · streaming only
Claude Sonnet 4.6Text conversations, coding assistance, and tool workflowsPOST /v1/chat/completions · streaming supported
Kimi K3Long-context reasoning, coding, structured output, and tool workflowsPOST /v1/chat/completions · always-on reasoning
DeepSeek V4.1 FlashText and image input, reasoning, and streamingPOST /v1/responses + Chat
DeepSeek V4 ProComplex reasoning, coding Agents, and long-context workPOST /v1/responses + Chat compatible
DeepSeek V4 Flash Vision ExpImage understanding, visual questions, function toolsPOST /v1/responses + Chat compatible
DeepSeek V4 FlashHigh-throughput generation, reasoning, coding, and Agent workflowsPOST /v1/chat/completions
GLM-5.3Text generation through the OpenAI-compatible Chat Completions APIPOST /v1/chat/completions

Start with the Responses guide or Chat Completions guide, then compare the AI Text APIs collection.