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 0,80 US$
Salida / M tokens 4,00 US$
Rendimiento —
Resumen
Capacidades
- chat
- streaming
- tools
- vision
Call GPT-5.6 Sol
Copy & Run
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Tu 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"}
}'