Integration with Hugging Face Inference API (opens in new tab)
Hugging Face hosts thousands of open models for NLP, vision, and other tasks. The Inference API (via Inference Providers) lets you call those models over HTTP. The @huggingface/inference package from huggingface.js is the Node.js client. Prerequisites Hugging Face account Access token with permission to call Inference (create a token of type Read or Fine-grained with inference access) Node.js version 26 @huggingface/inference installed (npm i @huggingface/inference) Some models (especially im...
Read the original article