Experiential
ModelsLogsInsightsDocs
Star us on GitHubCreditsSettings
Models

GPT-5.6 Terra

gpt-5.6-terra50% off
CompareOpen in Playground

Context

1.05M

Max output

128K

Input from

$2 / M

Output from

$12 / M

Released

Jul 2026

Waterfall

Status
OpenAIexperiential60 tok/s900ms100%1.05M128K$2$12cache$0.20—activeestimated
OpenRouterexperiential60 tok/s900ms99%1.05M128K$2$12cache$0.20—activeestimated

Benchmarks

Release notes
  • MMLU-Propublic leaderboard · Aug 202686.7%
  • GPQA Diamondvendor reported · Aug 202692.9%
  • SWE-bench Verifiedpublic leaderboard · Aug 202695.4%
  • LiveBenchpublic leaderboard · Aug 202677.9%
  • AIME 2025public leaderboard · Aug 202693.3%
  • MATH-500public leaderboard · Aug 202695.9%
  • LMArena EloLMArena · Aug 20261446
  • Terminal-Benchvendor reported · Aug 202687.4

Quickstart

I want you to route my LLM calls for "gpt-5.6-terra" through the Experiential gateway instead of
calling the provider directly. It speaks the OpenAI Chat Completions API, so this is a base-URL
and key swap. Please:

1. Point the client at https://api-pr-786.preview.experientiallabs.ai/v1 as the base URL.
2. Authenticate with my Experiential API key from the EXPLABS_API_KEY environment variable. If
   it isn't set, stop and tell me to create one under Settings -> API keys and export it.
3. Use the model id "gpt-5.6-terra" exactly.
4. Update every place my code builds an LLM client for this model to use that base URL and key,
   leaving streaming and tool-calls as they are.
5. Make one test call and show me the reply plus the token usage, so we confirm it runs on my
   Experiential credits.

Tell me which files you changed.

Set EXPLABS_API_KEY to an organization API key before running your agent.