from huggingface_hub import HfApi api = HfApi() models = api.list_models(author="OpenGVLab") for model in models: print(model.modelId)