v4
latestOpenAPI 3.1.02026-07-31155218294.8 KBModels
Models List
get/models/list
Response
Successful Response
Example response
[
{
"model_name": "microsoft/resnet-50",
"type": "image-classification",
"reported_type": "text-generation",
"description": "ResNet-50 is a convolutional neural network that is trained on more than a million images from the ImageNet database. It is a 50-layer deep neural network.",
"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"
]
]
}
}
}
]