GPT Image 2.5 Fast
GPT Image 2.5 Fast is built for generating images from a text prompt quickly, and it is the variant to reach for when you are exploring rather than finishing. It carries five detail levels where GPT Image 2 had three, so there is a genuine draft tier underneath the quality you would ship, and the two extra levels sit above it for a final frame. Billing follows the tokens it actually renders, so a draft settles at well under a cent while the highest detail level costs more, and you pay the measured amount rather than a flat rate. The listed price is one standard square image at the high level. It follows detailed prompts closely and renders readable text inside images.
Pricing
Input
$0.053 / image
Output
—
Pay only for what you use. No subscriptions, no minimums.
Specs
- Context
- —
- Max output
- 4 images
- Latency
- Medium
- Category
- Image
Constraints & limits
Output
Presigned URLs (~24h TTL)
The gateway auto-clamps requests to the model's limits where possible.
Quick start
This sample hits the image generation endpoint. Change base_url and your key, then run it.
from openai import OpenAI
client = OpenAI(
api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
base_url="https://api.thalam.ai/v1",
)
response = client.images.generate(
model="openai/gpt-image-2.5-fast",
prompt="A futuristic city skyline at sunset.",
size="1024x1024",
n=1,
)
print(response.data[0].url)Similar models
GPT Image 2.5 Precise
The editing half of GPT Image 2.5. Give it up to four images and a prompt, and it changes what you asked for and leaves the rest alone.
Nano Banana Pro
Nano Banana Pro: Google's Gemini 3 Pro Image, frontier text-to-image with best-in-class in-image text.