Back to models
Alibaba

通义 Qwen3 Max

Qwen3 Max 系列融合思考与非思考模式,显著提升整体性能;思考模式下集成 Web 搜索、网页信息提取等工具能力,适合复杂推理任务。

Quick Stats

Context

262K

Max Output

33K

Provider

Alibaba

Specs

1

Modalities

in textout text

Specs & List Price (per 1M tokens)

Quality
Input $0.373134Output $1.492537

Recommended Plan

通义 Qwen3 Max Starter Plan

Pay-as-you-go after top-up; $1 free credit for new users.

Buy Plan

API Endpoint

Model IDqwen/qwen3-max

cURL

curl https://intertoken.ai/v1/chat/completions \
  -H "Authorization: Bearer $TOKENPORTAL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-max",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Python

from openai import OpenAI

client = OpenAI(
    base_url="https://intertoken.ai/v1",
    api_key="$TOKENPORTAL_API_KEY",
)

resp = client.chat.completions.create(
    model="qwen/qwen3-max",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Start using this model

Sign up free, get an API key, and make your first call in 30 seconds.

通义 Qwen3 Max · TokenPortal