GPT Image 1
GPT Image 1 from $0.09 per image — OpenAI's proven image generator on the unified media endpoint.
OpenAI's proven GPT Image 1 model. Reliable prompt following and image editing at square, 3:2, and 2:3 framing — from $0.09 per image.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Try it live
Enter a prompt and generate an image with GPT Image 1.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.09/image
Endpoint
/v1/media/queue
Strengths
GPT Image 1 is the widely-adopted OpenAI image model, a known quantity for teams that already tuned prompts against it.
Handles descriptive, multi-part prompts and in-image text more reliably than open diffusion checkpoints of the same era.
Accepts a reference image so you can edit or restyle existing assets rather than regenerate them.
Square, 3:2 landscape, 2:3 portrait, and auto keep the option surface small and predictable.
Quick start
Copy this snippet and start making calls with GPT Image 1.
// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "openai/gpt-image-1",
"prompt": "An isometric cutaway of a cozy bookshop café, warm lamps, a spiral staircase, patrons reading at small tables, soft muted palette, clean vector-like shading",
"options": {
"aspectRatio": "1:1"
}
}),
});
const { data } = await res.json();
const jobId = data.jobId;
// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }Why use GPT Image 1 through YepAPI?
GPT Image 1 API — OpenAI's proven image generator
GPT Image 1 is OpenAI's established image generation model, known for dependable prompt following and image editing. If you already have prompts tuned against it, YepAPI gives you the same model without a separate OpenAI account.
It runs on the shared `/v1/media/queue` endpoint at roughly $0.09 per image, billed from the same prepaid balance as every other model in the catalog.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
OpenAI's proven GPT Image 1 model. Reliable prompt following and image editing at square, 3:2, and 2:3 framing — from $0.09 per image.
Pricing for GPT Image 1 through YepAPI is based on usage. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/media/queue endpoint.
Ready to use GPT Image 1?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
GPT-4o Mini
OpenAIAccess GPT-4o Mini through one API key. Fast, cheap, and OpenAI-compatible.
GPT-4o
OpenAIAccess GPT-4o through one API key. Flagship reasoning and multimodal capabilities.
GPT-5.5
OpenAIAccess GPT-5.5 through one API key. OpenAI's newest and most capable model.