Welcome! You have 50 free credits.
Type a prompt and hit Generate to create your first image.
Your generations will appear here.
Try a prompt or click "Random prompt" to get started.
Generating with flux-1.1-pro...
~3s remaining
Video generation typically takes 30-90 seconds. You can close this tab โ we'll notify you when it's ready.
"A dragon on a neon-lit Tokyo rooftop, 8K"
"A dragon perched on a neon-lit Tokyo rooftop at midnight, cinematic lighting, 8K"
from openai import OpenAI
client = OpenAI(
base_url="https://api.fluxpool.ai/v1",
api_key="fp_your_api_key"
)
response = client.images.generate(
model="flux-1.1-pro",
prompt="A dragon perched on a neon-lit Tokyo rooftop at midnight, cinematic lighting, 8K",
size="1024x1024",
n=1
)
print(response.data[0].url)
Generation failed.
The model returned an error. Your credits were not charged.
Error: Content policy violation detected.