GPT-5.6 Sol - 80 % de remise. Créer un compte

GPT-5.6 Sol

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

Contexte 1,05M
Entrée / M jetons 0,80 $US
Sortie / M jetons 4,00 $US
Débit

Aperçu

Capacités

  • chat
  • streaming
  • tools
  • vision

Call GPT-5.6 Sol

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