API · Models
Text
Qwen 3 32B
Qwen3-32B is a world-class model with comparable quality to DeepSeek R1 while outperforming GPT-4.1 and Claude Sonnet 3.7. It excels in code-gen, tool-calling, and advanced reasoning, making it an exceptional model for a wide range of production use cases.
ReasoningToolsCache
Context 128K·Max out 8.2K
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-32b'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.16
- Output $/M
- 0.64
- Context window
- 128K
- Max output
- 8.2K
- 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.6 Max Preview | Text | 240K | 1.30 |
| Qwen3 VL 235B A22B Thinking | Text | 131.1K | 0.4 |