GPT-5.6 Sol

by OpenAI · Flagship GPT-5.6 tier, for long-horizon agentic work, hard reasoning and command-line coding.

Context1.1M
Input / M tokens$4.00
Output / M tokens$20.00
Throughput

Overview

Capabilities

  • Chat
  • Streaming
  • Function calling
  • Vision

Call GPT-5.6 Sol

Copy & Run
Reasoning
curl -sS "https://api.webway.example/v1/chat/completions" \
  -H "Authorization: Bearer " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-sol",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'