Private beta — onboarding developers now
Image and video generation, one simple API.
Text-to-image, image editing, and image-to-video behind a single REST endpoint. Pay only for what you generate, from a prepaid balance. Every job is moderated for safe-for-work output.
- Images from
- $0.004
- Video from
- $0.05 / s
- Minimum
- $5 top-up
curl https://api.fastgencloud.com/v1/images/generations \
-H "Authorization: Bearer $FASTGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image",
"prompt": "product photo of a ceramic mug on a wooden desk, soft window light",
"size": "1024x1024"
}'{
"id": "job_8f2c…",
"object": "job",
"status": "queued",
"model": "qwen-image",
"usage": { "quoted_usd": "0.0250" }
}Models
Open-weight, commercially licensed models running on dedicated GPU capacity. Same request shape for every model.
Qwen-Image
qwen-image
20B text-to-image model with strong prompt following and legible text rendering.
Qwen-Image-Edit
qwen-image-edit
Instruction-based editing: change objects, styles, or backgrounds from up to 3 reference images.
FLUX.1 [schnell]
flux-schnell
Very fast 4-step model for drafts, thumbnails, and high-volume generation.
Illustrious XL
sdxl-illustrious
SDXL-based illustration and anime-style model with curated style LoRAs.
Pony Diffusion V6 XL
sdxl-pony-v6
SDXL-based stylized and cartoon model. Supports img2img and inpainting.
Wan 2.2 Image-to-Video
wan-2.2-i2v
Animate a still image into a 5 or 8 second clip at 32 fps.
How it works
- 01
Create an API key
Sign up, add a prepaid balance with a card, and create a key in the console.
- 02
Submit a job
POST a prompt (and optionally an image) to /v1. You get a job id back immediately.
- 03
Poll or get a webhook
Fetch /v1/jobs/{id} or receive a signed webhook when your image or video is ready.
Simple, prepaid pricing
Add funds by card; each job is charged from your balance at the rates below. No subscriptions, no minimum monthly spend, refunds on unused balance.
| Operation | Model | Price |
|---|---|---|
| Text to image (≤ 1 MP) | qwen-image | $0.025 / image |
| Image edit | qwen-image-edit | $0.03 / image |
| Text to image (≤ 1 MP) | flux-schnell | $0.004 / image |
| Text to image (≤ 1 MP) | sdxl-* (+ $0.002 per LoRA) | $0.006 / image |
| Image to video | wan-2.2-i2v | $0.05 / second |
Safe-for-work by design
FastGen Cloud is a general-purpose creative and product-imagery API. Sexual or adult content, content involving minors, non-consensual likenesses, and graphic violence are not permitted and are blocked automatically. Prompts, input images, and every generated output are checked before anything is delivered.
Read the Acceptable Use Policy.
Get in touch
Questions about pricing, volume, or the beta? Email support@fastgencloud.com — we reply within one business day.
Contact us