rreAPI
  • Models
  • Chat
  • Blog
  • Docs
  • Changelog
Home/Models/GPT-5.5new

GPT-5.5 API — Frontier Reasoning, OpenAI-Compatible

GPT-5.5 is OpenAI's newest reasoning model — a drop-in OpenAI-compatible /v1/chat/completions endpoint with 1M context, 128K max output, advanced reasoning with adjustable effort, and Tool Search for large agent workflows. Pay-as-you-go pricing in USD.

Price
Input tokens$2/ 1M tokens
Output tokens$12/ 1M tokens
Get API keyView API docs
02use cases

What you can build

Real workflows powered by this model.

GPT-5.5 reasoning over a multi-step task
01/case

Run complex multi-step reasoning workflows

Build research agents, decision-support systems, and long-running planners on the GPT-5.5 API. Advanced reasoning with adjustable effort (`none` to `xhigh`) lets you trade latency for depth on a per-call basis — production teams can dial reasoning down for cheap turns and up for the hard ones.

Read the API docs
GPT-5.5 analysing a full repository in one request
02/case

Full-codebase analysis with 1M context

Process entire repositories, long technical documents, or large research sets in a single request. The GPT-5.5 API's 1M token context window makes whole-codebase refactoring, audit, and generation practical from a single /v1/chat/completions call.

GPT-5.5 selecting tools dynamically from a large registry
03/case

Enterprise tool orchestration with Tool Search

Wire GPT-5.5 into workflows that need many tools, internal APIs, or MCP connectors. Tool Search lets the model pull only the tools it needs on demand instead of dumping every definition into every prompt — agent quality improves and token waste drops.

03pricing

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

CategoryUnitPrice
Tokens
Input tokens1M tokens
$2
Output tokens1M tokens
$12
05why

Why reAPI

01

OpenAI-compatible migration path

The GPT-5.5 API speaks OpenAI Chat Completions verbatim. For most teams, moving an existing OpenAI integration is a base URL, an API key, and a model-string change — not a platform rewrite. The same `messages` array, the same `stream`, `temperature`, `top_p`, `frequency_penalty`, and `presence_penalty` parameters, the same SSE wire format.

02

Pay-as-you-go pricing in USD

GPT-5.5 is billed pay-as-you-go in USD — current per-1M-token rates are listed in the pricing card on this page so you can estimate production cost before routing real workloads. Top up once, your balance is drawn down per request, no monthly minimum.

03

One key across GPT, Claude, and Gemini

A single api.reapi.ai key unlocks GPT-5.5 alongside Claude Opus 4.7, Gemini 3.1 Pro, and every other frontier chat model on the platform. That makes vendor comparison, fallback routing, and per-call cost optimisation a configuration change instead of an integration project.

07quickstart

Ship the GPT-5.5 API in three steps

  1. 01
    step 01

    Create an account and key on api.reapi.ai

    Sign up at api.reapi.ai, open the console, generate an API key under API Keys, and top up tokens under Top Up. The chat workspace is separate from the reapi.ai image/video gateway — keys do not cross over.

    Open
  2. 02
    step 02

    Send your first request

    POST https://api.reapi.ai/v1/chat/completions with `model: "gpt-5.5"`, your `messages` array, and any optional parameters. The endpoint is OpenAI-compatible, including streamed responses.

    Open
  3. 03
    step 03

    Read the API docs

    Open the GPT-5.5 docs for the full request schema, the >272K long-context billing rule, error envelope, and language-specific code samples (cURL, Python, Node.js, Go).

    Open
08faq

Frequently asked questions

Common questions about this model.

GPT-5.5 is billed pay-as-you-go in USD against your api.reapi.ai token balance — see the pricing card on this page for the live per-1M-token rate. The bill is `(prompt_tokens × input_rate + completion_tokens × output_rate) / 1,000,000`. Top up at api.reapi.ai; failed requests are not charged.

Related models

Explore more models in the same category.

View all models
GPT-5.4 coverChat

OpenAI

GPT-5.4

OpenAI's GPT-5.4 with 1M context and 128K max output — the cost-efficient GPT route.

From $1.00 per 1M tokens
Claude Opus 4.7 coverChat

Anthropic

Claude Opus 4.7

Anthropic's Claude Opus 4.7 — 1M context, 128K output, premium coding and agent reasoning.

From $2.00 per 1M tokens
Claude Sonnet 4.6 coverChat

Anthropic

Claude Sonnet 4.6

Anthropic's Claude Sonnet 4.6 — balanced quality and speed for everyday production chat, code review, and mid-complexity agents.

From $2.00 per 1M tokens
Claude Opus 4.8 coverChat

Anthropic

Claude Opus 4.8

Anthropic's Claude Opus 4.8 — 1M context, 128K output, most-capable reasoning and agentic coding.

From $5.00 per 1M tokens
View all models
10api reference
docs/api/gpt-5-5

API reference

Drop-in code and the full parameter table.

View full reference
curl https://api.reapi.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.5",
    "group": "default",
    "messages": [
      { "role": "user", "content": "Hello" }
    ],
    "stream": true,
    "temperature": 0.7,
    "top_p": 1,
    "frequency_penalty": 0,
    "presence_penalty": 0
  }'
start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.

Get API keyGet API key
rreAPI

reAPI is the AI API aggregator with sub-second failover, zero request logging, and one OpenAI-compatible endpoint for every top model.

GitHubX (Twitter)
Built withLogo of reAPIreAPI
Featured on There's An AI For ThatFeatured on Findly.toolsFazier badgeDang.ai
ai tools code.market
Featured on Twelve Tools
Image
  • GPT Image 2
  • Gemini 3 Pro Image
  • Gemini 3.1 Flash Image
  • Gemini 2.5 Flash Image
  • Seedream 5.0 Lite
Video
  • Seedance 2.0
  • Happy Horse 1.0
  • Vidu Q3
  • Grok Imagine 1.0
  • VEO 3.1
Tools
  • Enhance Video 1.0
Resources
  • Blog
  • About
  • Contact
  • Changelog
  • Cookie Policy
  • Privacy Policy
  • Terms of Service
·······
© 2026 reAPI. All Rights Reserved.[email protected]