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.Authorization: Bearer ********************curl --location --request GET '/ai/models' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created": 0,
"id": "string",
"object": "model",
"owned_by": "string"
}
],
"object": "list"
}