I am unable to access any models via the Inference API. All requests return a 404 Not Found
error.
-
I have tried multiple models (like
distilgpt2
anddistilbert-base-uncased-finetuned-sst-2-english
). -
I have generated multiple new “Read” access tokens and they all fail.
-
My
curl -v
logs show a successful connection, but the server always responds with404
. -
My username is suvadip007.
Can you please check if my account has any restrictions preventing me from using the Inference API? Thank you.