UniRouteUniRoute
All models
GPT-5.6
Text

OpenAI

GPT-5.6

GPT-5.6 unites Sol, Terra, and Luna in a three-tier family built for frontier intelligence, efficient everyday work, and fast high-volume execution across technical and professional tasks.

Pricing

Billing unitUniRouteMarket
Input$0.056$0.20
Output$0.336$1.20

per 1M tokens

About this model

GPT-5.6 unites Sol, Terra, and Luna in a three-tier family built for frontier intelligence, efficient everyday work, and fast high-volume execution across technical and professional tasks.

Chat

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/chat/completions \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5-6",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models