playground-v3

Playground AI Image Generation

Design-focused image generation with exceptional typography, layout composition, and graphic design aesthetics

Up to 1024×1024 ~4s From $0.02/image
View API Docs →

Specifications

Model ID
playground-v3
Provider
Playground AI
Modality
Image Generation
Max Resolution
1024×1024
Supported Sizes
512×512, 768×768, 1024×1024
Aspect Ratios
1:1, 4:3, 3:4, 16:9, 9:16
Average Speed
~4 seconds
Cost
From $0.02 per image
Output Format
PNG, JPEG, WebP
Supported Params
prompt, negative_prompt, size, steps, seed, guidance_scale
Strengths
Typography, graphic design, layout composition, poster art, editorial aesthetics
API Compatibility
OpenAI-compatible (images.generate endpoint)

Try Playground v3

$0.02 per image  •  ~4 seconds  •  Up to 1024×1024

API Example

OpenAI-compatible. Drop in and generate.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.fluxpool.ai/v1",
    api_key="fp_your_api_key"
)

response = client.images.generate(
    model="playground-v3",
    prompt="Minimalist concert poster, bold Helvetica, neon gradient",
    size="1024x1024"
)

print(response.data[0].url)
CONCERT
LIVE • 2025

"Minimalist concert poster, bold Helvetica, neon gradient"

Generated with playground-v3