GPT-5.6 Sol: 80 % de descuento. Crear cuenta

GPT-5.6 Terra

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

Contexto 1,05M
Entrada / M tokens 0,40 US$
Salida / M tokens 2,40 US$
Rendimiento

Resumen

Capacidades

  • chat
  • streaming
  • tools

Call GPT-5.6 Terra

Copy & Run
Razonamiento
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-terra",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'