novita

qwen/qwen3.7-max

Context

1M

Input

text, image

Output

text

Tool calling

Supported

About this model

Qwen3.7-Max is a flagship model from Alibaba Cloud, representing the most capable version in the Qwen 3.7 series. It is designed for top-tier performance across reasoning, coding, and agentic tasks, and is typically accessed via the official Qwen API.

Capabilities

text

Available through the unified API

image

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

Providers

Available routing options for this model through OneInfer.

novita

41b228f5b2894f5ca84b3a3470bc03f6

Available

Input

$1.250 / 1M

Output

$3.750 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$1.250 / 1M
Output tokens$3.750 / 1M

Performance

Published evaluation results associated with this model.

Coding

SWE-Verified80.4
Terminal Bench 2.0-Terminus69.7
SWE-Pro60.6

Agentic

SpreadSheetBench-v187
MCP-Atlas76.4
ClawEval65.2

Reasoning

GPQA Diamond92.4
HLE41.4
HMMT 2026 Feb97.1

API example

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