Follow the quickstart guide to get your own API Key.
- Latest iteration of Playground’s image generation technology
- Cost-effective solution for high-quality image generation
- Features:
- Strong artistic style interpretation
- Good composition and coherence
- Efficient processing speed
- Reliable output quality
- Best for:
- Creative projects
- Digital art creation
- Content generation
- Rapid prototyping
- Personal and commercial use
- Playground V2.5

Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Prompt to use for the image generation process.
Required string length:
1 - 4000
Examples:
"A beautiful sunset over the ocean"
Available options:
playground-v2-5
Examples:
"playground-v2-5"
Negative prompt to use for the image generation process.
Maximum length:
4000
Examples:
""
The number of images to generate. Between 1 and 4.
Required range:
1 <= x <= 4
Examples:
1
The size of the generated images.
Available options:
1024x1024
, 768x1344
, 1344x768
Examples:
"1024x1024"
Number of steps to use for the image generation process. Between 1 and 50.
Required range:
1 <= x <= 50
Examples:
30
Random seed to use for the image generation process. If 0, we will use a totally random seed. Between 0 and 2147483647.
Required range:
x <= 2147483647
Examples:
"0"
Enable a safety check for each response.
Examples:
false
Classifier-free guidance scale for the image diffusion process.
Examples:
"7.0"
Response
200 - application/json
Success
An array of generated image URLs.