DeepFellow DOCS

Retrieve model

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

GET
/v1/models/{model_id}
AuthorizationBearer <token>

In: header

Path Parameters

model_idModel Id

Header Parameters

OpenAI-Organization?Openai-Organization
OpenAI-Project?Openai-Project

Response Body

curl -X GET "https://loading/v1/models/string" \
  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \
  -H "OpenAI-Project: 5eb7cf5a86d9755df3a6c593"
{
  "id": "llama3.1",
  "object": "model",
  "created": 12312312,
  "owned_by": "Simplito",
  "props": {
    "private": true
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.