GPT-5.6 Terra Pro
openai/gpt-5.6-terra-pro
GPT-5.6 Terra with pro reasoning mode — deeper responses on complex tasks at half the standard Terra rate. 1M context
Code Examples
from blockrun_llm import LLMClient
client = LLMClient() # Uses BLOCKRUN_WALLET_KEY (never sent to server)
response = client.chat("openai/gpt-5.6-terra-pro", "Hello!")Pricing
5% markup on official openrouter API prices.
Payment
Pay per request with USDC on Base. No subscription required.
Try It
Send a message to try GPT-5.6 Terra Pro
Connect your wallet to enable payments
About OpenAI GPT-5.6 Terra Pro
GPT-5.6 Terra with pro reasoning mode — deeper responses on complex tasks at half the standard Terra rate. 1M context. It is built by OpenAI and served through BlockRun's OpenAI-compatible API, which means you can call it without an account, an API key, or a subscription. Requests are paid for individually, in USDC, at the moment they are made.
What it costs
GPT-5.6 Terra Pro is billed per token. The underlying rates are $1.00 per million input tokens and $6.00 per million output tokens; a flat platform margin and a small per-transaction fee covering on-chain settlement are added on top, and the resulting price is quoted in the 402 before you pay. You are charged for the tokens a request actually consumes — there is no monthly commitment and no unused balance to forfeit. With a context window of 1,050,000 tokens and up to 128,000 tokens of output, a single call can carry a substantial working set.
Specifications
- Context window
- 1,050,000 tokens
- Maximum output
- 128,000 tokens
- API compatibility
- OpenAI-compatible
- Payment
- USDC via x402
- Categories
- chat, reasoning, coding, vision
Calling it from your code
Pass openai/gpt-5.6-terra-pro as the model field. Because the endpoint mirrors the OpenAI chat completions schema, any existing OpenAI client works by changing the base URL — streaming, tool use, and multi-turn messages all behave the same way.
The first request comes back as an HTTP 402 carrying a signed price quote. Your client signs that quote with a wallet holding USDC and retries; the second request returns the completion, and the payment settles on-chain. Client libraries handle this handshake for you, so in practice it is a single call. See the documentation for request and response shapes, or browse the full catalog of 71 chat models to compare alternatives.
Related models
Every model on BlockRun is reached through the same endpoint and the same payment flow, so switching is a one-line change to the model field. These are the closest alternatives to GPT-5.6 Terra Pro:
- OpenAI GPT-5.5$5.00 in / $30.00 out per 1M
- OpenAI GPT-5.5 Pro$30.00 in / $180.00 out per 1M
- OpenAI ChatGPT Instant (GPT-5.5)$5.00 in / $30.00 out per 1M
- OpenAI GPT-5.4$2.50 in / $15.00 out per 1M
- OpenAI GPT-5.4 Pro$30.00 in / $180.00 out per 1M
- OpenAI GPT-5.6 Luna Pro$0.10 in / $0.60 out per 1M