id
's will be in the form {source}/{model_name}
. For example openai/gpt-4
or mistralai/Mistral-7B-Instruct-v0.1
consistent with HuggingFace naming conventions.curl --location --request GET '/ai/models'
{
"data": [
{
"created": 0,
"id": "string",
"object": "model",
"owned_by": "string"
}
],
"object": "list"
}
Authorization: Bearer ********************