GPT-5.6 Sol
by OpenAI · Flagship GPT-5.6 tier, for long-horizon agentic work, hard reasoning and command-line coding.
Kontekst 1,05M
Wejście / mln tokenów 0,80 USD
Wyjście / mln tokenów 4,00 USD
Przepustowość —
Przegląd
Możliwości
- chat
- streaming
- tools
- vision
Call GPT-5.6 Sol
Copy & Run
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Twój klucz " \
-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"}
}'