novita
deepseek/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.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "b99e9a660d7c44f7939a53a61de34bbe",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
b99e9a660d7c44f7939a53a61de34bbe
Input
$0.280 / 1M
Output
$1.140 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.280 / 1M |
| Output tokens | $1.140 / 1M |
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/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "b99e9a660d7c44f7939a53a61de34bbe",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'