Aurixel
Models/OpenAI/gpt-5.6-terra
OpenAI
NEW

GPT-5.6 Terra

TextReasoning
Context
372K
Max output
128K
Input
$2.5
/M tokens
Output
$15
/M tokens

GPT-5.6 Terra is the balanced mid tier of the GPT-5.6 family, pairing strong reasoning and coding with lower cost and latency.

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.aurixel.ai/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5.6-terra","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Reasoning effort: gpt-5.6-terra-low / -medium / -high / -xhigh / -max, or the param reasoning_effort.

Auth, billing & streaming → Quickstart

Reasoning effort supported

Append -low / -medium / -high / -xhigh to the model name and the gateway sets the reasoning_effort parameter automatically.

More from OpenAI