novita

deepseek/deepseek-v3.1

Context

100K

Input

text

Output

text

Tool calling

Supported

About this model

DeepSeek-V3.1 is a 1.3T-parameter Mixture-of-Experts model with 236B active parameters per token. It features enhanced reasoning capabilities, extended 1M token context window, and improved multilingual support with advanced tool usage and code generation capabilities.

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": "546eee12b8694b94b96d9f3e6fa31dda",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

546eee12b8694b94b96d9f3e6fa31dda

Available

Input

$0.270 / 1M

Output

$1.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.270 / 1M
Output tokens$1.000 / 1M

Performance

Published evaluation results associated with this model.

Reasoning

GSM8K95.8
ARC-Challenge93.4
BBH85.7
TheoremQA78.3

Coding

HumanEval84.6
MBPP87.2
MultiPL-E82.1
RepoBench79.8

Multilingual

XTREME87.3
Flores-20083.6
CMMLU90.2
JiaoZi88.7

Long-Context

NeedleInAHaystack99.1
LongBench89.5
Scrolls85.2

API example

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