Skip to content
  • Auto
  • Light
  • Dark
Log in to API

Retrieve

Retrieve
get/models/{model}
Path Parameters
modelstring
Returns
idstringcreatednumberobjectenumowned_bystringLlamaModel
curl https://api.llama.com/v1/models/$MODEL \
    -H "Authorization: Bearer $LLAMA_API_KEY"
200 Example
{
  "id": "id",
  "created": 0,
  "object": "model",
  "owned_by": "owned_by"
}