GPT MODEL API

GPT 5.6 Terra API at a lower token cost.

GPT 5.6 Terra offers a useful quality-to-cost balance for applications that need capable reasoning at higher request volumes. It is a strong default for SaaS features, internal tools, and automation.

Get an API key
WorldGate input$0.50per 1M tokens
WorldGate output$3.00per 1M tokens
Referenced list price$2.50 / $15.00input / output
DiscountUp to 80%using displayed reference rates

MODEL OVERVIEW

A practical middle tier for scalable GPT applications.

GPT 5.6 Terra offers a useful quality-to-cost balance for applications that need capable reasoning at higher request volumes. It is a strong default for SaaS features, internal tools, and automation.

WorldGate bills actual input, output, and eligible cached tokens against a prepaid balance. The published price is the usage rate used by server-side billing.

OPENAI-COMPATIBLE

Use GPT 5.6 Terra with the client you know.

Keep credentials on your server. Replace the base URL and select the WorldGate model identifier.

const client = new OpenAI({
  apiKey: process.env.WORLDGATE_API_KEY,
  baseURL: "https://worldgateapi.com/v1",
});

const response = await client.chat.completions.create({
  model: "gpt-5.6-terra",
  messages: [{ role: "user", content: "Hello" }],
});

QUESTIONS

GPT 5.6 Terra API FAQ

How much does GPT 5.6 Terra cost?

$0.50 per one million input tokens and $3.00 per one million output tokens. Verify current pricing before purchasing.

Is it OpenAI-compatible?

Yes. Use the WorldGate base URL, server-side API key, and model identifier gpt-5.6-terra.

When should I choose this model?

A practical middle tier for scalable GPT applications. Test representative prompts before moving production traffic.

Ready to test GPT 5.6 Terra?

One account. One key. Multiple models.

Create free account