I get a token 403 unexpected error : 403 Forbidden: This authentication method does not have sufficient permissions to call Inference Providers on behalf of user XXX.
Code to reproduce :
from huggingface_hub import InferenceClient
client = InferenceClient()
client.list_deployed_models("text-generation-inference")