15+ image and video generation models. One API. Transparent pricing.
No models match your search.
Can't find a model?
Access all 15+ models with a single OpenAI-compatible endpoint.
No more juggling billing across providers. Top up once, use anywhere.
Change the model parameter. That's it. Same API format for every model.
from openai import OpenAI
client = OpenAI(
base_url="https://api.fluxpool.ai/v1",
api_key="fp_your_api_key"
)
# Switch models with one parameter
response = client.images.generate(
model="flux-1.1-pro", # or "qwen-image-3-6-plus", "sdxl-1.0", etc.
prompt="A neon-lit ramen shop in the rain, Tokyo alley, cinematic",
size="1024x1024"
)
print(response.data[0].url)
50 free generations. No credit card required.
Transparent pricing across all models.
From $0.01 per image. From $0.10 per video.
View full pricing →