Error 401: unauthorized issue with teams account

Hi I want to call model : mlabonne/gemma-3-27b-it-abliterated but always got issue with Error 401: unauthorized issue.

My account was linked to an paid organiation (teams subscription and token money inside), but somehow I can never use the api call no matter how I have tried.

If the api only linked to personal bill then the code can work, but I can never bill to my organization.

I have also tried the following code which succesfully provide my account info.

# from huggingface_hub import login, whoami

# login(token=“hf_Q..b”)

# print(whoami())

I have tried with same setting using another free account then no issue at all…But I need to use my company account and the token money inside…