Begrenset tidÅrsmedlemskap:30 % rabattpluss ubegrenset tilgang til GPT Image, MiniMax H3 og flere
Ny AI Chat · Gratis prøvebruk hver dag
Oppgrader nå
Pixmind
All API models
LLMOpenAIAvailable

MODEL API

GPT-5.6 Terra API

The balanced GPT-5.6 tier for everyday coding, reasoning, visual input, and tools. Terra sits between Sol and Luna when a production workflow needs capable agent behavior without paying for the flagship route on every request.

  • Text
  • Vision
  • Reasoning
  • Tool calling
  • Streaming

API usage is billed separately from Studio credits.

LIVE REQUEST BUILDER

Try the API in the playground

Configure a request, inspect the exact JSON, then run it with your account.

API key
Loading keys…
Multimodal inputsUp to 10 images, 10MB each
Response
The API response will appear here.

API PRICING

Programmatic pricing, separate from Studio

Compare the complete API billing table for this route. Token models separate input, output, cache-read, cache-write, and long-context rates; media models vary by configuration.

≤272K>272K
Input1477.84~$1.562955.68~$3.12
Output8867.04~$9.3613300.56~$14.04
Cache read147.784~$0.16295.568~$0.32
Cache write1847.3~$1.953694.6~$3.90

Above 272K input tokens, input, output, and cache all use the >272K tier for the whole request.

Credits and approximate USD per 1M tokens

The accepted task response is the source of truth for its final pricing snapshot.

CAPABILITIES

What this route supports

Use one stable PixMind model ID while keeping provider-specific setup out of your application.

01

Text

Build drafting, rewriting, extraction, classification, and conversational workflows.

02

Vision

Analyze supplied images together with written instructions.

03

Reasoning

Work through multi-step analysis where intermediate constraints matter.

04

Tool calling

Connect the model to approved functions and application actions.

05

Streaming

Return partial output as it is generated for responsive product experiences.

TECHNICAL SPECS

Supported parameters

Resolution, aspect ratios, and inputs the GPT-5.6 Terra API route accepts.

Context pricing threshold
272K input tokens
Token billing
Input · Output · Cache read · Cache write
Endpoint
POST /v1/chat/completions
Streaming
Supported

MODEL WORKFLOWS

What to build with GPT-5.6 Terra

Choose a task that matches the live route capabilities, then adapt one of these prompt starters.

Best-fit tasks

  • Build drafting, rewriting, extraction, classification, and conversational workflows.
  • Analyze supplied images together with written instructions.
  • Work through multi-step analysis where intermediate constraints matter.
  • Connect the model to approved functions and application actions.

Prompt starters

Replace the brackets
Starter

Analyze [problem]. List the constraints, test the strongest alternatives against [criteria], identify missing information, and return a concise recommendation with supporting evidence.

Starter

Inspect the supplied image for [task]. Separate direct observations from inferences, extract [required fields], and return the result as [format].

Starter

Complete [goal]. Use [available tools] only when needed, validate every tool result before continuing, and return [required final format].

Starter

Answer [user task] in a clear structure. Put the direct result first, keep each section self-contained, and avoid delaying essential information until the end.

MODEL SELECTION

Choose GPT-5.6 Terra when the job fits

Compare nearby live routes by task, supported capability, and current entry price before you lock a model ID into production.

ModelBest forKey capabilitiesEntry priceAvailabilityAction
GPT-5.6 Terra
OpenAI · current page
Build drafting, rewriting, extraction, classification, and conversational workflows.Text · Vision · Reasoning$1.56 / 1M tokensAvailableSelected
GPT-5.6 Luna
OpenAI
Build drafting, rewriting, extraction, classification, and conversational workflows.Text · Streaming$0.16 / 1M tokensAvailableView route
GPT-5.6 Sol
OpenAI
Build drafting, rewriting, extraction, classification, and conversational workflows.Text · Vision · Reasoning$3.90 / 1M tokensAvailableView route
Claude Fable 5
Anthropic
Build drafting, rewriting, extraction, classification, and conversational workflows.Text · Vision · Reasoning$8.07 / 1M tokensAvailableView route

Capabilities and starting prices are a current PixMind route snapshot. The accepted request contains the final configuration and billing quote.

GET STARTED

From playground to production

01

Create a scoped key

Create an API key for the image or video permission this route needs.

02

Send the request

Use the model ID and endpoint shown above from your backend service.

03

Track the task

Store the returned task ID and query its status until it reaches a terminal state.

FAQ

GPT-5.6 Terra API questions

What model ID should I use for the GPT-5.6 Terra API?+

Use gpt-5.6-terra in the model field. This is the stable PixMind route identifier shown in the playground request JSON.

Which endpoint does the GPT-5.6 Terra API use?+

Send POST requests to /v1/chat/completions. Keep your API key on your server and pass it as a Bearer token.

Is the playground using a real API request?+

Yes. When you click Run model, PixMind forwards the displayed payload with the API key you entered. A successful request may create a paid task.

Does PixMind save the API key entered here?+

No. The playground keeps the key only in component memory and sends it for the current request; it is not written to browser storage.

Is API pricing the same as PixMind Studio pricing?+

No. API usage resolves through the apiPlatform pricing role and a separate pay-as-you-go ledger. Studio pricing includes the creation interface and product workflow services.

Why can the final price differ from the starting price?+

The entry price reflects the configuration displayed on this page. Resolution, duration, quality, audio, references, and output count can affect the final task price.

How do I receive a finished image or video?+

Generation routes can return an asynchronous task. Save its ID and query the task endpoint until the status is succeeded, failed, or cancelled.

Can I use the same integration for other PixMind models?+

Yes. Models in the same workload family share the generation contract, so switching usually means changing the model ID and supported parameters.

START WITH THE CONTROL PLANE

Turn your first GPT-5.6 Terra prompt into a real API request

Test the exact payload in the playground, then create a scoped key and move the same model ID into your application.