v4
latestOpenAPI 3.1.02026-07-31155218294.8 KBModels
Models Info
get/models/{model_name}
Path parameters
model_namestring required
Query parameters
versionstring nullable
Headers
xi-api-keystring nullable
x-api-keystring nullable
Response
Successful Response
Example response
{
"pricing": {
"short": "$0.15 / second",
"full": "$0.15 / second for 1080P, $0.10 / second for 720P",
"table": {
"columns": [
"resolution",
"$ cost per second"
],
"rows": [
[
"780P",
"$0.10"
],
[
"1080P",
"$0.15"
]
]
}
}
}