All models

GPT-5.6 Terra

-50% vs list

OpenAI · 400K context · 128K max output. Half the vendor list price on Halfbill, through the same API you already use.

gpt-5.6-terra
Use this model

Specifications

Model id
gpt-5.6-terra
Vendor
OpenAI
Tier
Standard
Context window
400K tokens
Max output
128K tokens
Capabilities
Streaming, Tool calls, Reasoning, Structured outputs, Prompt caching
Endpoints
/v1/chat/completions, /v1/responses, /v1/messages

Pricing

USD per 1M tokens, excl. VAT. Identical for API and chat.

TokensListHalfbill
Input$2.00$1.00
Output$12.00$6.00
Cached input$0.10

List price is the vendor's published rate at the time the catalog was generated. Cached-input rates are not compared.

Call it

Both endpoint families, with this model id filled in. Set HALFBILL_API_KEY and run.

OpenAI-compatible (cURL)
curl https://api.halfbill.uk/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HALFBILL_API_KEY" \
  -d '{
    "model": "gpt-5.6-terra",
    "messages": [{"role": "user", "content": "Say hello in one line."}]
  }'

Frequently asked questions

Is this the same GPT-5.6 Terra as OpenAI's?

Yes. Requests to "gpt-5.6-terra" are served by the same model. Halfbill is an independent service and is not affiliated with OpenAI; we bill at our own prices.

What does GPT-5.6 Terra cost on Halfbill?

$1.00 per 1M input tokens and $6.00 per 1M output tokens, 50% below the list price of $2.00 / $12.00. Cached input tokens cost $0.10 per 1M. USD, excl. VAT.

Which endpoints can I use?

The OpenAI-compatible /v1/chat/completions and /v1/responses endpoints and the Anthropic-compatible /v1/messages endpoint at https://api.halfbill.uk, with the model id "gpt-5.6-terra".

How large is the context window?

400K tokens of context and up to 128K output tokens per request, as listed in the catalog.

Does it work in Claude Code and Cursor?

Yes. Set ANTHROPIC_BASE_URL=https://api.halfbill.uk and ANTHROPIC_AUTH_TOKEN to your Halfbill key for Claude Code, or override the OpenAI base URL to https://api.halfbill.uk/v1 in Cursor and add "gpt-5.6-terra" as a custom model.

Other OpenAI models

Halfbill is an independent service and is not affiliated with, endorsed by, or sponsored by OpenAI or Anthropic. Model names are trademarks of their respective owners.