DeepSeek V3.2 API
Run DeepSeek V3.2 through one production-ready, OpenAI-compatible endpoint. Strong open-model coding at very low cost.
When to choose DeepSeek V3.2
DeepSeek V3.2 is a strong choice when your product needs strong open-model coding at very low cost. AIx gives it the same authentication, usage ledger and production API contract as the rest of your model stack.
- Strong code reasoning
- Efficient inference cost
- Broad general knowledge
- Code completion
- Batch classification
- Cost-sensitive agents
Usage
Call it with the same request shape as any model — just set "model": "deepseek-ai/DeepSeek-V3.2".
curl https://api.aix.theaimart.co/v1/chat/completions \
-H "Authorization: Bearer $AIX_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "deepseek-ai/DeepSeek-V3.2", "messages": [{"role":"user","content":"hi"}] }' See the Chat API reference for every
parameter and the full response shape. Prices are live from
GET /v1/models; if it changed since this page was
built, the figure above updates in your browser.
Why run DeepSeek V3.2 on AIx?
Related chat models
DeepSeek V3.2 API FAQ
How do I use the DeepSeek V3.2 API?
Create an AIx key, point an OpenAI-compatible client at https://api.aix.theaimart.co/v1 and send deepseek-ai/DeepSeek-V3.2 as the model id.
What is DeepSeek V3.2 best for?
DeepSeek V3.2 is best suited to Code completion, Batch classification, Cost-sensitive agents. Strong open-model coding at very low cost.
How much does DeepSeek V3.2 cost on AIx?
The current reference price is $0.38 / 1M tokens. The live AIx catalog is the source of truth and the price on this page updates in the browser.