API · Models
Text
Qwen3 Coder
Qwen3 Coder Plus is Alibaba's proprietary coding model with strong reasoning and tool-use capabilities.
Context 128K·Max out 65.5K
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-coder'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- $1
- Output $/M
- $5
- Context window
- 128K
- Max output
- 65.5K
- Supported parameters
- tool-usereasoning
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Qwen3 Max | Text | 256K | $1.20 |
| 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 |