API · Models
Text
Qwen3 VL 235B A22B Thinking
Qwen3 series VL models feature significantly enhanced multimodal reasoning capabilities, with a particular focus on optimizing the model for STEM and mathematical reasoning. Visual perception and recognition abilities have been comprehensively improved, and OCR capabilities have undergone a major upgrade.
VisionReasoningToolsFiles
Context 131.1K·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/alibaba/qwen3-235b-a22b-thinking'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.4
- Output $/M
- 4
- Context window
- 131.1K
- Max output
- 32.8K
- 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 |
| Qwen 3.6 Max Preview | Text | 240K | 1.30 |