YepAPI

Command Palette

Search for a command to run...

OpenAIImage Generation/v1/media/queue

GPT-5 Image

GPT-5 Image from $0.09 per image — detailed, prompt-faithful generation through one API key.

GPT-5's image generation model. Detailed, prompt-faithful images with reference-image editing, from $0.09 per image on the unified media queue.

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-5 Image.

POST/v1/media/queue

Drop image or click to upload

For image-to-image editing

Response
Hit "Send Request" to see the response

Pricing

Per-image: from $0.09/image

Endpoint

/v1/media/queue

Strengths

GPT-5 quality

Generates detailed, coherent images with the prompt fidelity the GPT-5 family is known for across modalities.

Complex briefs

Keeps multi-element scenes and explicit instructions intact rather than collapsing them into a generic composition.

Reference-image editing

Accepts an uploaded image so you can edit, extend, or restyle existing artwork.

One key, one endpoint

Called exactly like every other media model on YepAPI — submit to the queue, poll the job, download the result.

Quick start

Copy this snippet and start making calls with GPT-5 Image.

// 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-5-image",
    "prompt": "A close-up of a beekeeper's gloved hands lifting a frame heavy with comb, late golden light, bees in soft focus, shallow depth of field, warm documentary tone",
    "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-5 Image through YepAPI?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

GPT-5 Image API — OpenAI image generation from $0.09

GPT-5 Image is the image generation model in OpenAI's GPT-5 family, tuned for detailed output that stays faithful to the prompt. It supports reference-image editing alongside pure text-to-image.

Through YepAPI it is available on `/v1/media/queue` at roughly $0.09 per image, sharing a key and a balance with the rest of 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.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

GPT-5's image generation model. Detailed, prompt-faithful images with reference-image editing, from $0.09 per image on the unified media queue.

Pricing for GPT-5 Image 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-5 Image?

$5 free credit on signup. No credit card required. Pay per call.

Explore more models