Home โ€บ Models โ€บ Qwen3.8-Max

Qwen3.8-Max API

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.

SpecificationValue
Bridge price$1.15 / $3.45 per 1M tokens
Cached input$0.23 per 1M tokens (1/10 of input)
Context window128K tokens
Max output16,384 tokens
StrengthsFlagship reasoning, multilingual
Qwen3.8-Max is priced from the supplier channel rate card (้˜ฟ้‡Œ็™พ็‚ผ 5ๆŠ˜); official list price pending supplier confirmation, so no strikethrough anchor yet. See the live price table.

Why developers pick it

Code example

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)

FAQ

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.

Get $1 free credit โ†’ try Qwen3.8-Max

Related