🟡 已公布 · 尚未上线 · 预计约 即将

Qwen3.8 API:发布日期与定价

qwen 的下一代模型,已在 OrcaRouter 追踪——今天就接入这个 id;它一上线就会自动路由。
更新于 2026-07-19
Qwen3.8 预计在 即将 前后推出,目前尚未在任何 API 上提供。

一览

一览
预计发布即将🟡 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.

在 Qwen3.8 上线前就开始使用

Python
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 }

上线后你的调用会直接开始成功——无需改代码,无需重新部署。

我们已知的——已确认 vs 传闻

  • 🟡 2.4T total parameters. (reported) [1]
  • 🟡 Will be released with open weights. (reported) [2]
  • 🟡 A Qwen3.8-Max-Preview is already live on Alibaba's Token Plan, Qoder, and QoderWork. (reported) [3]
  • 🟡 Alibaba claims it ranks among frontier models, second only to Fable 5. (reported) [4]

🟡 标记的内容尚未确认,将在上线时更新。

Qwen3.8 对比 qwen/qwen3.7-max(其已上线的前代)

指标qwen/qwen3.7-max (已上线,真实)Qwen3.8 (预期)
输入 / 1M tokens待定
输出 / 1M tokens待定
上下文待定

定价——预期情况

尚无官方定价。以下是 OrcaRouter 上当前的实时参考价:

参考价格实时加载。

真实定价将在上线时公布。

如何获取使用权

一把 OrcaRouter 密钥即可覆盖——无需单独排队等候。我们会在上线时通过邮件和 webhook 通知你。

社区预测

你觉得它什么时候上线?投出你的预测:

抢先做出预测。

开发者期待

暂无功能请求——请稍后再来。

探索