GPT Image
by OpenAI
OpenAI SOTA image model. Photoreal output, dense text rendering, precise editing.
Image models
Midjourney, GPT Image, Flux, Seedream, and every other frontier image model behind one integration, with the same request shape every time.
Showing all 17 models
by OpenAI
OpenAI SOTA image model. Photoreal output, dense text rendering, precise editing.
by Google
Next-gen Nano Banana with refined detail.
by Black Forest Labs
Highest-quality Flux 2 tier.
by Midjourney
Iconic stylised, cinematic look.
by Ideogram
Highest-quality Ideogram v4 tier for production-ready images.
by xAI
xAI image model from the Grok family.
by Alibaba
Wan image model with strong realism.
by Google
Google's photoreal model, strong on faces and lighting.
by ByteDance
Flagship ByteDance model with sharp 1K/2K output and up to 10 reference images.
by Alibaba
Alibaba image model with broad style range.
by Reve
Reve image generator.
by OpenAI
OpenAI image model with strong prompt understanding.
by Stable Diffusion
Stability AI’s highest-quality SD 3.5 tier for detailed, photorealistic images.
by 851 Labs
Cheap, fast background removal for high volume.
by Bria
State-of-the-art alpha matte (RMBG 2.0).
by Clarity
Creative "hi-res fix" upscaler — invents detail to taste.
by Topaz
Photo and forensic upscaler — best for realistic content.
Missing a model you need? New models land within days of release. Tell us what to add next.
Quickstart
POST a prompt and a model name, get a hosted image back via webhook. Swap the model for any other in the catalog and nothing else changes.
Read the docsimport { Apiframe } from "@apiframe-ai/sdk"
const client = new Apiframe ({ apiKey : process.env.APIFRAME_API_KEY })
// submit a job; poll or use a webhook for the result
const { jobId } = await client. images .generate( {
model: "midjourney" ,
prompt: "editorial product shot of a perfume bottle on wet stone, soft window light" ,
midjourneyParams: { aspect_ratio: "16:9" } ,
})
const job = await client.jobs.waitFor(jobId)
console.log(job.result)
The short version of what teams ask before shipping image features. Everything else lives in the docs.
Midjourney is the go-to for stylized, art-directed visuals, GPT Image for instruction-based edits, and Flux for fast photoreal output with reliable text. Swapping later is a one-line change.
Yes. GPT Image, Nano Banana, and Qwen Image support inpainting and instruction edits: send the source image alongside your prompt and the region to change.
Typically a few seconds to half a minute depending on the model and resolution. Jobs run async, so you can poll or receive a webhook the moment the image is ready.
9,800+
developers & companies
Official partner of
Instant access to 70+ media models through a single API. Start free and scale when you're ready.