| 預計發布 | 即將 | 🟡 rumored |
|---|---|---|
| 前代型號 | qwen/qwen3.7-max | 🟢 confirmed |
Qwen3.8 is the next flagship in Alibaba's Qwen series, announced on July 19, 2026. Alibaba says it carries 2.4 trillion parameters and will ship with open weights — an unusual move at this scale. You don't have to wait to get a feel for it. A hosted Qwen3.8-Max-Preview is already running on Alibaba's Token Plan, Qoder, and QoderWork, with the full open-weight release expected to follow. The day Qwen3.8 goes live, it's callable on OrcaRouter through the same OpenAI-compatible API you already use — at provider cost, no markup. Until then, qwen3.7-max is the closest model you can run today.
from openai import OpenAI
client = OpenAI(base_url="https://api.orcarouter.ai/v1", api_key="$ORCAROUTER_API_KEY")
# Wire the id up today — it 425s until launch, then just starts succeeding.
response = client.chat.completions.create(
model="qwen/qwen3.8", # routes automatically at launch
messages=[{"role": "user", "content": "Hello"}],
)
# Before launch → 425 model_not_yet_available
# { expected_window, closest_live_alternative }上線後你的呼叫會直接開始成功——無需改程式碼,無需重新部署。
⚠ 🟡 標記的內容尚未確認,將在上線時更新。
| 指標 | qwen/qwen3.7-max (已上線,真實) | Qwen3.8 (預期) |
|---|---|---|
| 輸入 / 1M tokens | — | 待定 |
| 輸出 / 1M tokens | — | 待定 |
| 上下文 | — | 待定 |
尚無官方定價。以下是 OrcaRouter 上目前的即時參考價:
參考價格即時載入。
真實定價將在上線時公布。
一把 OrcaRouter 金鑰即可涵蓋——無需單獨排隊等候。我們會在上線時透過電子郵件和 webhook 通知你。
你覺得它什麼時候上線?投出你的預測:
搶先做出預測。
尚無功能請求——請稍後再來。