Playground v3

Custom
Image Generation

Playground AI's latest model focused on photorealistic image generation with strong aesthetic quality and prompt adherence.

Try Playground v3

Your generated image will appear here

Sign up free to start generating
Get Started

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Playground v3 into your application.

Install
npm install railwail
JavaScript / TypeScript
import 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);
Specifications
Provider
xAI
Category
Image Generation
Tags
photorealistic
aesthetic
free-tier
Try this model

Free credits on sign-up

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.