API · Models
Text

GPT 5.6 Sol

GPT-5.6 Sol is the flagship of OpenAI's GPT-5.6 series, its most capable model for long-horizon agentic work across coding, biology, and cybersecurity.

ReasoningToolsCacheFilesVisionweb searchwebsocket realtime
Context 1.1M·Max out 128K

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/openai/gpt-5.6-sol'),
  prompt: 'Why is the sky blue?',
});

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

Specs & pricing

Input $/M
5
Output $/M
30
Context window
1.1M
Max output
128K
Supported parameters

Related models

ModelTypeContextInput $/M
GPT-OSS 120BText131K0.1
Blackbox ProText400K1.75
GPT-5.5 ProText1M30
GPT-5.5Text1M5
GPT-5.4 ProText1.1M30