New version available

Refresh to update

Could not apply changes

Qwen3.8 Max

openrouter
qwen/qwen3.8-max

Alibaba flagship 2.4T-parameter MoE model for professional coding, long-horizon autonomous work, and multimodal analysis. Supports reasoning, vision, video, structured output, and function calling through the Cloudflare AI model catalog.

Quick start

TypeScript
cURL
import OpenAI from 'openai'

const openai = new OpenAI({
  apiKey: process.env.CODEPLATFORM_API_KEY,
  baseURL: 'https://ai.codeplatform.net/v1',
})

const response = await openai.chat.completions.create({
  model: 'qwen/qwen3.8-max',
  messages: [{
    role: 'user',
    content: 'Hello world',
  }],
})

API details

Send requests to the OpenAI-compatible /v1/chat/completions endpoint.

Capabilities

Pricing

Input tokens (per 1M)$2.00
Output tokens (per 1M)$6.00
Cached input (per 1M)$0.25

Limits

Context length1,000,000 tokens
Max output131,072 tokens