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
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Qwen3-14B | Text | 41.0K | 0.12 |
| Qwen3 235B A22B | Text | 262.1K | 0.22 |
| Qwen3-30B-A3B | Text | 41.0K | 0.12 |
| Qwen 3 32B | Text | 128K | 0.16 |
| Qwen3 VL 235B A22B Thinking | Text | 131.1K | 0.4 |