API · Models
Text
Qwen3-30B-A3B
Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support
ReasoningTools
Context 41.0K·Max out 16.4K
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-30b'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.12
- Output $/M
- 0.5
- Context window
- 41.0K
- Max output
- 16.4K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Qwen3-14B | Text | 41.0K | 0.12 |
| Qwen3 235B A22B | Text | 262.1K | 0.22 |
| Qwen 3 32B | Text | 128K | 0.16 |
| Qwen 3.6 Max Preview | Text | 240K | 1.30 |
| Qwen3 VL 235B A22B Thinking | Text | 131.1K | 0.4 |