novita

qwen/qwen3-coder-480b-a35b-instruct

Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

Qwen3-Coder-480B-A35B-Instruct is a massive 480B-parameter MoE model specialized in code generation and technical problem-solving. Featuring 35B active parameters per token through expert routing, it delivers state-of-the-art coding assistance with FP8 quantization for efficient deployment.

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

Providers

Available routing options for this model through OneInfer.

novita

2ad7c37b5f1b4d9d8a01e3a171369d13

Available

Input

$0.290 / 1M

Output

$1.200 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.290 / 1M
Output tokens$1.200 / 1M

Performance

Published evaluation results associated with this model.

Code Generation

HumanEval82.7
MBPP++78.9
MultiPL-E (Python)80.3
MultiPL-E (C++)76.4

Technical Problem Solving

LeetCode Hard71.5
CodeContests68.2
SWE-Bench Lite63.8

Code Understanding

RepoLevel Benchmark85.3
CodeXGLUE88.7
DS-100079.6

API example

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