v4

latestOpenAPI 3.1.02026-07-31155218294.8 KB
Models

Models List

get/models/list

Response

Successful Response

model_namestring required

Model Name

typestring required

raw type of the model

reported_typestring required

reported type of the model

descriptionstring

description of the model

cover_img_urlstring

cover image link

tagsstring[]

list of tags

max_tokensinteger nullable

The maximum context size of this model, if applicable

replaced_bystring nullable
deprecatedinteger nullable
quantizationstring nullable
mmlunumber nullable
expectedstring nullable
create_tsstring nullable
privateinteger
is_partnerboolean

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"
          ]
        ]
      }
    }
  }
]