Skip to main content
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.
ModelOperationPrice
z-image-spicyImage generation$0.0200 per image
qwen-image-edit-spicyImage edit$0.0400 per image
w3.0-videoVideo generation0.0500/0.0500 / 0.1000 / $0.2000 per second at 480p / 720p / 1080p
wan2.2-i2v-spicyVideo generation0.0200/0.0200 / 0.0400 per second at 480p / 720p
wan2.7-i2v-spicyVideo generation0.1300/0.1300 / 0.2000 per second at 720p / 1080p
w2.2-i2v-loraVideo generation0.0200/0.0200 / 0.0400 per second at 480p / 720p

Parameter-aware pricing

A video costs its per-second rate multiplied by duration. 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.
Last modified on September 17, 2026