Novita

deepseek/deepseek-v3.2

deepseek-ai/Deepseek-V3.2
Context

164K

Input

text

Output

text

Tool calling

Supported

About this model

DeepSeek-V3.2 is a general-purpose Mixture-of-Experts (MoE) large language model from DeepSeek AI that harmonizes high computational efficiency with superior reasoning and agent performance. It features 685 billion total parameters, supports a 164Ktoken context window, and is natively calibrated for tool use and function calling in complex agentic workflows.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.269 / 1M tokens

Output tokens

$0.400 / 1M tokens

Routing

OneInfer optimized

Available

Input tokens

$0.280 / 1M tokens

Output tokens

$0.420 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.269 / 1M tokens
Output tokens$0.400 / 1M tokens
Cached input tokens$0.134 / 1M tokens

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-ai/Deepseek-V3.2",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'