🎨New model live: `openai/gpt-image-2`**
OpenAI's latest image model is now available on OrcaRouter — same SDK, zero markup.
Use it with the OpenAI SDK — just change the base_url:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_ORCAROUTER_KEY",
base_url="",
)
img = client.images.generate(
model="openai/gpt-image-2",
prompt="a sea otter coding at a laptop, watercolor",
size="1024x1024",
)
📊 Pricing, latency & benchmarks →