Hi @talids, you’re getting a 401 error because you’re not authenticated when making the request, and either:
the model doesn’t exist
the model is private
From your message, I get that you’re in the second situation. Please make sure that you’re authenticated when calling the API. You’ll need a personal access token to do so, which you can then pass in the Authorization header of your request in the form Bearer <TOKEN>.
Thanks @pierric,
Actually, my model is private, but I logged in already, and access token is also correct. I checked them many times, even I generated new access tokens, but the error message is the same.
Sure!
Here is a bit more detail.
This is the error we are getting
And this is the case for this specific model.
our other ASR model which is not withLM is working fine.