OpenAI

OpenAI: GPT-5.6 Terra

Chat
openai/gpt-5.6-terra

GPT-5.6 Terra is a balanced model in OpenAI's GPT-5.6 series, positioned between the flagship Sol tier and the cost-efficient Luna tier. It is suited for everyday coding, reasoning, and agentic tasks where capability and cost need to be balanced, offering strong performance at roughly half the cost of Sol.

Janela de Contexto
1M
Tokens Máx de Saída
128K
Lançamento
2026-07-09
Capacidades
VisãoFunction CallingRaciocínioPrompt CachingBusca Web
Provedores Disponíveis
AzureAzure
Protocolos Suportados
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Tokens de Entrada
$2.5/M
Tokens de Saída
$15/M
Leitura de Cache
$0.25/M
Busca Web
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Exemplos de Código

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.6-terra",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Perguntas Frequentes

OpenAI: GPT-5.6 Terra na Ofox.ai custa $2.5/M por milhão de tokens de entrada e $15/M por milhão de tokens de saída. Pague por uso, sem mensalidade.