/v1/chat/completions). All models in the series share the same request and response format — switch between them by changing the model parameter.
Available models
The
-highspeed variants accept the same parameters and return the same response format as their standard counterparts. They run on faster inference infrastructure and are billed at a higher rate — pick them when latency matters more than cost.Key capabilities
- Chat Completions API — Standard
/v1/chat/completionsendpoint withmessages - Reasoning — Thinks before answering; the chain-of-thought is returned in
reasoning_contentalongside the reply (budgetmax_tokensaccordingly) - Anthropic-compatible — Also callable via
/v1/messagesin Claude message format - Streaming — Supports real-time token streaming via SSE
- Tool use — Supports function calling and tool use
Quick example
Parameters
API Reference
View the interactive API playground.