Using Mistral-Large-2411 in Azure AI Foundry Chat playground results in error 3503
Greg Bonk
81
Reputation points
We have used the Chat Playground for multiple modules with out issue.
We tried the Mistral-Large-2411 in the Chat Playground and we are able to get a couple of responses before the playground errors out. This is using Serverless in the EastUS region.
{
"object": "Error",
"message": "Model has no capacity.",
"type": "invalid_request_error",
"code": 3503
}
If I restart the chat the model is able to answer the question
But eventually the AI will error out with the same "Model has no capacity."
Sign in to answer