API · Models
Text
Qwen3 Max
Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, and coding tasks.
Context 256K·Max out 32.8K
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/qwen3-max'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- $1.20
- Output $/M
- $6
- Context window
- 256K
- Max output
- 32.8K
- Supported parameters
- tool-use
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Qwen3 Coder | Text | 128K | $1 |
| Qwen3 VL 235B | Text | 262.1K | $0.20 |
| Qwen3 VL 32B | Text | 262.1K | $0.50 |
| Blackbox Pro | Text | 400K | $1.75 |
| GPT-5.3 Codex | Text | 400K | $1.75 |