API · Models
Text

Qwen3 235B A22B

ToolsReasoning
Context 262.1K·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-235b'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
0.22
Output $/M
0.88
Context window
262.1K
Max output
16.4K
Supported parameters

Related models

ModelTypeContextInput $/M
Qwen3-14BText41.0K0.12
Qwen3-30B-A3BText41.0K0.12
Qwen 3 32BText128K0.16
Qwen 3.6 Max PreviewText240K1.30
Qwen3 VL 235B A22B ThinkingText131.1K0.4