Overview
OpenAI’s chat models on RouterBase, served through the standard OpenAI-compatible chat completions endpoint with streaming, tool calling, vision input, and per-user prompt caching. Covers the GPT-5 flagship family, the GPT-4 family, and the o-series reasoning models.Models
openai/gpt-5.5openai/gpt-5.4openai/gpt-5.4-miniopenai/gpt-5openai/gpt-5-nanoopenai/gpt-4.1openai/gpt-4.1-nanoopenai/gpt-4oopenai/gpt-4o-miniopenai/o3openai/o4-mini
openai%2Fgpt-5.5.
Endpoint
https://routerbase.com/v1 with
your RouterBase key. See the full Chat Completions reference
for every supported parameter.
Quickstart
"stream": true for token streaming (Server-Sent Events), exactly
like the OpenAI API. Swap model for any id from the table above.
Prompt caching
RouterBase routes every customer through a shared upstream account but isolates each customer’s prompt cache automatically — your cached prefixes are never shared with, or served to, another customer. You don’t set anything: caching is on by default.usage. OpenAI’s automatic prefix cache needs a prompt of at least
~1024 tokens to take effect, so caching benefits long, stable system
prompts and tool definitions.