YepAPI

Command Palette

Search for a command to run...

OpenAIImage Generation/v1/media/queue

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.

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

Proven and stable

GPT Image 1 is the widely-adopted OpenAI image model, a known quantity for teams that already tuned prompts against it.

Strong instruction following

Handles descriptive, multi-part prompts and in-image text more reliably than open diffusion checkpoints of the same era.

Image editing

Accepts a reference image so you can edit or restyle existing assets rather than regenerate them.

Simple framing options

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?

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

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

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