Playground v3
Playground AI's latest model focused on photorealistic image generation with strong aesthetic quality and prompt adherence.
Your generated image will appear here
Pricing
API Integration
Use our OpenAI-compatible API to integrate Playground v3 into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
const images = await rw.run("playground-v3", "A beautiful sunset over Tokyo");
console.log(images[0].url);
// Or use the image() method for full control
const res = await rw.image("playground-v3", "A cat in space", {
size: "1024x1024",
n: 1,
});
console.log(res.data[0].url);Free credits on sign-up
Related Models
View all Image GenerationFlux 1.1 Pro
Black Forest Labs' most capable image model. Photorealistic outputs with exceptional text rendering and prompt following.
Flux 1.1 Pro Ultra
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
Flux Dev
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Midjourney V7
The latest Midjourney model. Industry-leading aesthetic quality and prompt adherence for image generation.
Start using Playground v3 today
Get started with free credits. No credit card required. Access Playground v3 and 100+ other models through a single API.