GET /v1/models returns every model available to your project, its capabilities, input contract, and price.
Prices are in USD with four decimal places. You are charged only when a generation succeeds.
| Model | Operation | Price |
|---|---|---|
z-image-spicy | Image generation | $0.0200 per image |
qwen-image-edit-spicy | Image edit | $0.0400 per image |
w3.0-video | Video generation | 0.1000 / $0.2000 per second at 480p / 720p / 1080p |
wan2.2-i2v-spicy | Video generation | 0.0400 per second at 480p / 720p |
wan2.7-i2v-spicy | Video generation | 0.2000 per second at 720p / 1080p |
w2.2-i2v-lora | Video generation | 0.0400 per second at 480p / 720p |
Parameter-aware pricing
A video costs its per-second rate multiplied byduration. For per-second models, price.amount is null; rates are returned in price.rates_per_second, keyed by resolution.
Where a model accepts prompt_extend, enabling it adds $0.0100 to the request.
Each request is validated strictly against the selected model. Unknown fields and parameters belonging to another model are rejected rather than forwarded.