Models catalog

OpenAI compatible API

Fetch Models GETFetch model by ID GETChat Completions POSTEmbeddings POSTGenerate Image POSTAudio Transcriptions POST

AI Endpoints

Models catalog

Fetch model by ID

GET
/v1/models/{id}

Path Parameters

idstring

The ID of the model to use for this request

Response Body

application/json

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

Fetch Models GET

Previous Page

Chat Completions POST

Next Page

curl -X GET "https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models/string"