deepseek-v3.2-251201
deepseek-v3.2-251201 (DeepSeek) — 128K context, General tier. Live price pending verification · Avg latency 32ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Live price pending verification · TTFT: 32ms
Specifications
- Developer: DeepSeek
- Category: General
- Context window: 128K
- Live price pending verification: —
- Avg latency: 32 ms
- SLA grade: A
Typical use cases
- Multilingual chatbots and customer support
- RAG pipelines with tool calling
- Code generation, review, and test synthesis
FAQ
- How is deepseek-v3.2-251201 priced on Routara? — This route is listed in the model catalog, but no current public price has been verified. Routara confirms the live price before a billable request is accepted.
- Is deepseek-v3.2-251201 OpenAI-compatible? — Yes. Point any OpenAI SDK to https://api.routara.ai/v1 and set model to the Routara slug shown below.
- Does deepseek-v3.2-251201 support streaming? — Streaming is supported when the upstream route is live. Use stream: true in chat.completions.
Related models
- ai_infer_test_1 (/detail/ai-infer-test-1)
- ai_infer_test_2 (/detail/ai-infer-test-2)
- ai_infer_test_3 (/detail/ai-infer-test-3)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-v3.2-251201","messages":[{"role":"user","content":"Hello"}],"stream":true}'