Novita

deepseek/deepseek-v3-0324

deepseek-ai/Deepseek-V3-0324
Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

DeepSeek-V3-0324 is a 671B-parameter model with 37B active parameters per token. Features strong reasoning capabilities, 128K context window, and enhanced multilingual support with advanced tool usage and code generation.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.280 / 1M tokens

Output tokens

$1.140 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.280 / 1M tokens
Output tokens$1.140 / 1M tokens

Performance

Published evaluation results associated with this model.

Reasoning

GSM8K94.2
ARC-Challenge91.8
BBH83.5
TheoremQA75.6

Coding

HumanEval82.3
MBPP84.7
MultiPL-E79.4
RepoBench76.9

Multilingual

XTREME85.1
Flores-20081.3
CMMLU88.4
JiaoZi86.2

Long-Context

NeedleInAHaystack98.3
LongBench87.2
Scrolls82.8

API example

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