novita

deepseek/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 164k token context window, and is natively calibrated for tool use and function calling in complex agentic workflows.

Capabilities

text

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "2c7c25b34d1947ed99ce971e176be983",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

2c7c25b34d1947ed99ce971e176be983

Available

Input

$0.269 / 1M

Output

$0.400 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.269 / 1M
Output tokens$0.400 / 1M

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

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