Design-focused image generation with exceptional typography, layout composition, and graphic design aesthetics
Generated with playground-v3 on Fluxpool.
$0.02 per image • ~4 seconds • Up to 1024×1024
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)
"Minimalist concert poster, bold Helvetica, neon gradient"