Back to models
newapi

GPT-5.6 Terra

gpt-5.6-terra
newapi1.1M context$2.50 / 1M tokens (input)$15.00 / 1M tokens (output)

GPT-5.6 Terra supports Text, Image input and Text output through OpenAI.

Total Context1.1M
Input Price$2.50
Output Price$15.00

Providers for GPT-5.6 Terra

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

newapi
Total Context1.1M
Input Price$2.50
Output Price$15.00

Sample code and API for GPT-5.6 Terra

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "gpt-5.6-terra",
  "input": "Describe a calm futuristic city at sunrise."
}'