← All models
deepseek/deepseek-v3.2
DeepSeek V3.2
RoutableGuaranteed 30%+ savingsDeepSeek
DeepSeek V3.2 is a large MoE chat model tuned for strong reasoning and coding at competitive cost, served via Azure AI Foundry.
chatcodereasoningazure-foundry
Context
163,840
Input / 1M
$0.58
Output / 1M
$1.68
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| azure-foundry | $0.58 | $1.68 | 163,840 | 10,000 | Routable |
Quickstart
curl http://ca-seldon-router.niceglacier-d4ff9f30.centralus.azurecontainerapps.io/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "deepseek/deepseek-v3.2",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'