GPT-5.6 Sol com 80% off. Criar conta

GPT-5.6 Sol

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

Contexto 1,05M
Entrada / M tokens US$ 0,80
Saída / M tokens US$ 4,00
Throughput

Visão geral

Capacidades

  • chat
  • streaming
  • tools
  • vision

Call GPT-5.6 Sol

Copy & Run
Raciocínio
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer Sua API  " \
  -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"}
  }'