GPT-5.6 Sol - अब 80% छूट। साइन अप करें

GPT-5.6 Terra

by OpenAI · Mid GPT-5.6 tier, balancing capability against cost for everyday coding, reasoning and tool use.

कॉन्टेक्स्ट 1.05M
इनपुट / 10 लाख टोकन $0.40
आउटपुट / 10 लाख टोकन $2.40
थ्रूपुट

अवलोकन

क्षमताएँ

  • chat
  • streaming
  • tools

Call GPT-5.6 Terra

Copy & Run
रीज़निंग
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer आपकी API  " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-terra",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'