v1

latestOpenAPI 3.1.02026-07-17122076.0 KB
Models

Lists the currently available models, and provides basic information about each one such as the owner and availability

Lists the currently available models, and provides basic information about each one such as the owner and availability.

get/models

Response

Successful Response.

object'list' required

Type of response object

Example response

{
  "data": [
    {
      "created": 1686935002,
      "owned_by": "NVIDIA",
      "api_type": "internal"
    }
  ]
}