
gpt-5-5GPT-5.5 is OpenAI’s advanced reasoning model for agentic coding, knowledge work, scientific research, and complex multi-step task execution. Served via the Responses API (`/v1/responses`) with adjustable reasoning effort (low–xhigh), web search, function calling, and multimodal input. Drop-in for OpenAI Codex CLI with wire_api = "responses".
Frontier reasoning for agentic coding, research, and complex multi-step work
reasoning.effort = low / medium / high / xhigh
Built-in web search or function calling (one per request)
Cached input billed at $0.1 / 1M; reasoning tokens count as output
View complete API reference with all parameters and examples.
Enable real-time streaming responses with Server-Sent Events.
{
"model": "gpt-5-5",
"stream": true,
"messages": [...]
}Enable the model to use tools and call functions.
{
"model": "gpt-5-5",
"tools": [{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get current weather for a location",
"parameters": {
"type": "object",
"properties": {
"location": {"type": "string", "description": "City name"}
},
"required": ["location"]
}
}
}],
"messages": [{"role": "user", "content": "What's the weather in Tokyo?"}]
}Get structured JSON responses from the model.
{
"model": "gpt-5-5",
"response_format": {"type": "json_object"},
"messages": [{"role": "user", "content": "Extract info as JSON: John is 30 years old"}]
}| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (e.g., gpt-5-5) |
| messages | array | Yes | Array of message objects with role and content |
| max_tokens | integer | No | Maximum tokens in the response |
| stream | boolean | No | Enable streaming responses (SSE) |
| temperature | number | No | Sampling temperature (0.0 - 2.0) |
| top_p | number | No | Nucleus sampling threshold (0.0 - 1.0) |
| tools | array | No | Function calling tools definition |
| response_format | object | No | Output format (e.g., json_object) |
View complete API reference with streaming, thinking, and more.
Billing: Cost = (input_tokens * input_price + output_tokens * output_price) / 1,000,000
GPT-5.5 é uma API de modelo de linguagem da OpenAI. GPT-5.5 is OpenAI’s advanced reasoning model for agentic coding, knowledge work, scientific research, and complex multi-step task execution. Served via the Responses API (`/v1/responses`) with adjustable reasoning effort (low–xhigh), web search, function calling, and multimodal input. Drop-in for OpenAI Codex CLI with wire_api = "responses". Pela plataforma API Models, você acessa este modelo por uma API unificada com preços transparentes de pagamento por uso. Preço atual: Input: $3, Output: $18 per 1M tokens.
Crie sistemas de conversa inteligentes que respondem automaticamente e melhoram a eficiência do atendimento.
Escreva automaticamente artigos, e-mails, textos publicitários e mais para aumentar a produtividade.
Auxilie na escrita, depuração e revisão de código para acelerar o desenvolvimento.
Entenda e analise dados não estruturados, extraia insights e gere resumos.
O GPT-5.5 está disponível pela API Models a: Input: $3, Output: $18 per 1M tokens. A cobrança é por uso — você paga apenas pelo que gera.
Cadastre-se na API Models, obtenha sua chave de API e chame nosso endpoint unificado. Oferecemos documentação detalhada com exemplos em cURL, Python e Node.js.
A API Models oferece o mesmo modelo GPT-5.5 pela nossa plataforma de agregação. Fornecemos uma interface de API unificada, então você não precisa de contas separadas por provedor: uma única chave para acessar todos os modelos.
GPT-5.5 is a frontier reasoning model served on the OpenAI Responses API with tunable reasoning effort (low→xhigh). It excels at hard, multi-step problems and agentic coding — it is the model behind OpenAI Codex CLI when pointed at API Models (wire_api = responses). Higher effort spends more reasoning tokens, billed as output.
GPT-5.5 is the newer, stronger tier for the hardest tasks; GPT-5.4 is cheaper and fast enough for most coding and agent work. Both run on the Responses API and work in Codex CLI — switch by changing one model name.
Yes — function calling and the built-in web_search tool both work (mutually exclusive per request). Tool calls drive Codex CLI's local file and shell operations. See /docs/codex.
Na API Models, o GPT-5.5 roda junto com mais de 60 modelos usando uma única chave de API e um único saldo, então escolher é questão de adequação, não de dependência. Ele suporta Agentic Coding, Deep Reasoning, Web Search, Multimodal e você pode avaliá-lo em preço e capacidade frente a outros modelos de modelo de linguagem, trocando ao alterar uma única string com o nome do modelo — sem nova conta ou integração. Veja todas as opções de modelo de linguagem com preços ao vivo em apimodels.app/models.
O GPT-5.5 suporta: Agentic Coding, Deep Reasoning, Web Search, Multimodal. Consulte a documentação da API Models para todos os parâmetros e exemplos de chamada.
Sim. A API Models expõe o GPT-5.5 por uma única API unificada e uma só chave, sem contas separadas por provedor e sem precisar lidar com o acesso de rede regional de cada provedor.
Aceitamos Stripe (Visa, Mastercard e outros cartões internacionais) e Alipay. O saldo fica disponível imediatamente após o pagamento.