Pixola / Docs / Models

Models

All AI image generation models available via the Pixola API. Use the slug field when specifying a model in API requests.

Using models in the API

Pass the model slug in the model field of a generation request. Omit it to use the platform default.

curl -X POST https://www.pixola.ai/api/v1/generate \
  -H "Authorization: Bearer pxk_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "A misty forest at dawn", "model": "flux-2", "quality": "hd"}'

Fetch the live model list programmatically:

curl https://www.pixola.ai/api/v1/models \
  -H "Authorization: Bearer pxk_YOUR_API_KEY"

Credits

Each model lists credits per generation at standard and HD quality. Credits are deducted when a generation completes successfully.

Models marked ref support reference image inputs.

Loading models...