Hugging Face
API Commands
Interact with Hugging Face Hub API. Search models, list datasets, manage repository settings, and access inference endpoints programmatically.
7 commands
Pro Tips
Use 'huggingface-cli repo-info' to get model card, tags, and download stats.
Filter model searches with --library, --task, and --author flags.
Use the Python huggingface_hub library for complex API operations.
Common Mistakes
API rate limits apply - implement backoff for bulk operations.
Inference API has usage limits - consider dedicated endpoints for production.