Fetch Models

GET
/v1/models

Response Body

application/json

curl -X GET "https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models"
{
  "data": [
    {
      "created": 0,
      "id": "string",
      "object": "string",
      "owned_by": "string"
    }
  ],
  "object": "string"
}