OpenAIUse this model
GPT-5.6 Terra API
Available through OneMux unified model routing.
Context
—
Input
$1.5 / 1M tokens
Output
$12.5 / 1M tokens
general
curl https://api.onemux.net/v1/chat/completions \
+ -H "Authorization: Bearer $ONEMUX_API_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello OneMux"}]}'