Closed
Description
We have a use case where we need to add tags and associate them with the model. We are using the backend API to automate this process, but the Tag Management API returns a 500 error as even though the model appears in the LiteLLM Models list.
Despite the 500 error, the tags are visible in the UI; however, the tags are not functioning as expected.
Request URL :/tag/new
Request Schema :{
"name": "agent-assist2",
"description": "agent-assist tag for routing",
"models": ["eu.anthropic.claude-3-5-sonnet-20240620-v1:0"]
}
Response:
{
"detail": "404: Deployment eu.anthropic.claude-3-5-sonnet-20240620-v1:0 not found"
}

))
Metadata
Metadata
Assignees
Labels
No labels