/models

List and retrieve information about available models.

GET
/v1/models

Returns a list of models available for use. This endpoint does not count against your usage limits.

Response

Returns a list of model objects with their IDs and metadata.

{
  "object": "list",
  "data": [
    {
      "id": "model-name",
      "object": "model",
      "created": 1677610602,
      "owned_by": "organization"
    }
  ]
}