Seedance 2.5 from ByteDance is officially available on Apiframe.

Image models

Frontier image generation.
One API key.

Midjourney, GPT Image, Flux, Seedream, and every other frontier image model behind one integration, with the same request shape every time.

17
Model families
14
Providers
1
Line to swap
Image

GPT Image

by OpenAI

OpenAI SOTA image model. Photoreal output, dense text rendering, precise editing.

Text-to-image Image input
2 1.5
Image

Grok Imagine

by xAI

xAI image model from the Grok family.

Text-to-image Image input
Image Apiframe partnered with ByteDance to offer this model. Official

Seedream

by ByteDance

Flagship ByteDance model with sharp 1K/2K output and up to 10 reference images.

Text-to-image Image input
5.0 Pro 4 4.5 5 Lite
Image Apiframe partnered with Alibaba to offer this model. Official

Qwen

by Alibaba

Alibaba image model with broad style range.

Text-to-image Image input
Image 2 Image 2 Pro

Missing a model you need? New models land within days of release. Tell us what to add next.

Quickstart

Your first image, one request away.

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 docs

import { 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)

Frequently asked questions

The short version of what teams ask before shipping image features. Everything else lives in the docs.

Which image model should I start with?

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.

Can I edit or inpaint existing images?

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.

How fast are image generations?

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

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.