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
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 FlashPOST /v1/chat/completionsHigh-throughput generation, reasoning, coding, Agent workflows1M context, streaming, high/max reasoning, JSON mode, tool calls
  • 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.