Qwen3.7 Max API

Provider: API Volta Curated

Largest Qwen model with top-tier Chinese understanding and generation.

Published pricing

Input: $1.34 / 1M tokens · Output: $4.01 / 1M tokens

Capabilities

text, code, reasoning, tool-use

API examples

POST /v1/chat/completions

curl https://app.apivolta.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3.7-max","messages":[{"role":"user","content":"Write a release note."}]}'

POST /v1/responses

curl https://app.apivolta.com/v1/responses \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3.7-max","input":"Write a release note."}'

Availability: available

Read the docs · Back to model pricing · Create an account