Qwen3.6 Plus API

Provider: API Volta Curated

Enhanced Qwen model balancing capability and cost for general workloads.

Published pricing

Input: $0.36 / 1M tokens · Output: $2.14 / 1M tokens

Capabilities

text, code, fast

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.6-plus","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.6-plus","input":"Write a release note."}'

Availability: available

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