๐จ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 โ