Skip to main content

Lists Models

GET 

/models

Lists the currently available models, and provides basic information about each one such as the owner and availability. Check Models & Pricing for our currently supported models.

Responses

OK, returns A list of models

Schema

    object stringrequired

    Possible values: [list]

    data

    Model[]

    required

  • Array [

  • id stringrequired

    The model identifier, which can be referenced in the API endpoints.

    object stringrequired

    Possible values: [model]

    The object type, which is always "model".

    owned_by stringrequired

    The organization that owns the model.

  • ]

Loading...