Models

15+ image and video generation models. One API. Transparent pricing.

Showing 15 models

Can't find a model?

Why Fluxpool?

1

API Key

Access all 15+ models with a single OpenAI-compatible endpoint.

1

Credit Balance

No more juggling billing across providers. Top up once, use anywhere.

1

Line to Switch

Change the model parameter. That's it. Same API format for every model.

One API 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)

Try any model. Free.

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 →