GPT-5.5

New
Popular
OpenAI
Text & Chat

OpenAI's current flagship chat model (released April 2026). Strongest general reasoning, coding and tool use in the GPT-5 line, with vision input and a large context window.

Try GPT-5.5 now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DR·Last updated June 24, 2026

GPT-5.5 is text & chat AI model from OpenAI, priced at €1.50 per 1M input tokens with a 400K tokens context window.

About this model

GPT-5.5 is the top model in OpenAI's GPT-5 series as of mid-2026. It handles long multi-step reasoning, agentic tool use and code generation, accepts text and image input, and is the default choice when you want OpenAI's best quality rather than a cheaper mini/nano variant. Use the dated snapshot gpt-5.5-2026-04-23 if you need a pinned version.
Try GPT-5.5

0.7

Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate GPT-5.5 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("gpt-5-5", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("gpt-5-5", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("gpt-5-5", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Context window
400,000 tokens
Max output
128,000 tokens
Developer
OpenAI
Category
Text & Chat
Supported Formats
text
image
Tags
openai
gpt-5
flagship
reasoning
vision
tools

Frequently asked questions

Start using GPT-5.5 today

Get started with free credits. No credit card required. Access GPT-5.5 and 100+ other models through a single API.