| 预计发布 | 即将 | 🟡 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 通知你。
你觉得它什么时候上线?投出你的预测:
抢先做出预测。
暂无功能请求——请稍后再来。