Skip to content
English

AI Text APIs

HiAPI exposes text models through OpenAI-compatible endpoints while keeping the same account API key used for media generation.

ModelEndpointBest forKey capabilities
GPT-6 AstraPOST /v1/responses · streaming onlyReasoning, code review, function workflowslow/medium/high/xhigh/max reasoning, strict JSON Schema, function calls
Claude Sonnet 4.6POST /v1/chat/completionsText conversations, coding, and tool workflowsStreaming and OpenAI-compatible tools
Kimi K3POST /v1/chat/completionsLong-context reasoning, coding, and tool workflows1M context, low/high/max reasoning, streaming, JSON, tools
DeepSeek V4.1 FlashPOST /v1/responses + ChatText and image input, reasoningnone/low/high/max, SSE
DeepSeek V4 ProPOST /v1/responses + Chat compatibleComplex reasoning, coding Agents, long context1M context, 384K max output, none/low/high/max reasoning, JSON, tools
DeepSeek V4 Flash Vision ExpPOST /v1/responses + Chat compatibleImage understanding, visual questions, function tools1,048,576 context, 262,144 output limit, none/low/medium/high reasoning, JSON
DeepSeek V4 FlashPOST /v1/chat/completionsHigh-throughput generation, reasoning, coding, Agent workflows1M context, streaming, high/max reasoning, JSON mode, tool calls
GLM-5.3POST /v1/chat/completionsText generation through an OpenAI-compatible endpointSee the model page for the current request contract
  • New Agent and Codex workflows: POST /v1/responses when listed on the model page.
  • Existing chat clients: compatible POST /v1/chat/completions.
  • Image, video, and audio generation: asynchronous POST /v1/tasks.

Use live pricing for current input, output, and cached-input Token rates.

Get a HiAPI API key or start with the Responses guide. Existing clients can continue with Chat Completions.