API · Models
Text
GLM 4.5V
Built on the GLM-4.5-Air base model, GLM-4.5V inherits proven techniques from GLM-4.1V-Thinking while achieving effective scaling through a powerful 106B-parameter MoE architecture.
CacheReasoningToolsVision
Context 66K·Max out 16K
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/zai/glm-4.5v'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.6
- Output $/M
- 1.80
- Context window
- 66K
- Max output
- 16K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| GLM 4.5 | Text | 128K | 0.6 |
| GLM 4.5 Air | Text | 128K | 0.2 |
| GLM 4.6 | Text | 200K | 0.6 |
| GLM-4.6V | Text | 128K | 0.3 |
| GLM-4.6V-Flash | Text | 128K | — |