API · Models
Text

Qwen 3.6 Max Preview

Compared with the previously released Qwen3-Max and Qwen3.6-Plus, this model features enhanced vibe coding abilities, more efficient coding agent execution, and significantly improved front-end development skills. Additionally, its long-tail knowledge retention has been further upgraded.

ReasoningTools
Context 240K·Max out 64K

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/alibaba/qwen-3.6-max-preview'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
1.30
Output $/M
7.80
Context window
240K
Max output
64K
Supported parameters

Related models

ModelTypeContextInput $/M
Qwen3-14BText41.0K0.12
Qwen3 235B A22BText262.1K0.22
Qwen3-30B-A3BText41.0K0.12
Qwen 3 32BText128K0.16
Qwen3 VL 235B A22B ThinkingText131.1K0.4