Home โบ Models โบ Qwen3.8-Max
Alibaba's newest Qwen flagship โ the next step past Qwen3.7-Max, served through the same OpenAI-compatible endpoint.
FlagshipBest for: Newest Alibaba flagship for general reasoning.
| Specification | Value |
|---|---|
| Bridge price | $1.15 / $3.45 per 1M tokens |
| Cached input | $0.23 per 1M tokens (1/10 of input) |
| Context window | 128K tokens |
| Max output | 16,384 tokens |
| Strengths | Flagship reasoning, multilingual |
from openai import OpenAI
client = OpenAI(base_url="https://bridge.computeindex.net/v1", api_key="sk-bridge-YOUR_KEY")
completion = client.chat.completions.create(
model="qwen3.8-max",
messages=[{"role": "user", "content": "Design a multi-step plan to migrate this service to a new region."}],
)
print(completion.choices[0].message.content)
Is this the same Qwen3.8-Max as Alibaba Cloud's official? Yes โ the same model, served through the Bridge OpenAI-compatible gateway.
Qwen3.8-Max or Qwen3.7-Max? 3.8-Max is the newest generation; 3.7-Max remains the value flagship with a verified 40%-off anchor.