Qwen3.7 Max

qwen/qwen3.7-max
來自 qwen · text in · text out · 1M ctx · 2026-05-22

Qwen3.7-Max — Alibaba's flagship proprietary model, designed as a foundation for the agent era. Nati…

INPUT$2.00/ 1M tokens
OUTPUT$5.00/ 1M tokens
p50 TTFT7d
p95 TTFT3.98 s7d
TRAFFIC3.3Mtokens / 7d
程式碼範例
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-max",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
價格
輸入 / 1M tokens$2.00
輸出 / 1M tokens$5.00
快取讀取 / 1M$0.140
快取寫入 / 1M$1.80
貨幣USD
效能
TTFT p50
輸出速度
TTFT p95
3.98 s
錯誤率
0.55%
公開基準測試
尚未匯入任何公開基準測試分數。
常見問題
How much does Qwen3.7 Max cost on OrcaRouter?
Qwen3.7 Max is priced at $2.00 per 1M input tokens and $5.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Qwen3.7 Max's context window?
Qwen3.7 Max supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Qwen3.7 Max via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.7-max" in the chat.completions.create call.
Does OrcaRouter rate-limit Qwen3.7 Max?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
嵌入此徽章
Qwen3.7 Max$2.00/M in透過 OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.7-max" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.7-max.svg" alt="Qwen3.7 Max on OrcaRouter" /> </a>
Markdown [![Qwen3.7 Max](https://www.orcarouter.ai/embed/qwen/qwen3.7-max.svg)](https://www.orcarouter.ai/models/qwen/qwen3.7-max)