OpenAI

GPT-5.6 Terra API

A balanced GPT-5.6 tier for frontier agents, tool use, and long-context coding.

FrontierAgentsLong context

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

Call GPT-5.6 Terra in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-5.6-terra.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-terra",
    "messages": [{"role": "user", "content": "Hello"}]
  }'