ZelaxyDocs
Tool Integrations
Tool

HuggingFace

Run inference on HuggingFace models

HuggingFace

Run inference on any model hosted on HuggingFace — text generation, classification, summarization, translation, image analysis, and more. Access thousands of open-source models.

Overview

PropertyValue
Typehuggingface
CategoryTool — AI & ML
AuthAPI Key (HF Token)

Operations

OperationDescription
InferenceRun a model on input data

Configuration

SettingTypeDescription
API KeyPasswordHuggingFace token
ModelShort inputModel ID (e.g., facebook/bart-large-mnli)
InputLong textInput text or data
ParametersCode editorModel-specific parameters (JSON)

Outputs

FieldTypeDescription
contentstringModel output
resultjsonStructured inference result

Example: Sentiment Analysis

Workflow:

[Starter: Review text] → [HuggingFace: Classify] → [Condition] → [Slack]

Config: Model distilbert-base-uncased-finetuned-sst-2-english classifies sentiment. If negative, alert the support team via Slack.

Tips

  • Thousands of models — search huggingface.co for specialized models
  • Free tier available — rate-limited but sufficient for testing
  • Specialized models often outperform general LLMs on specific tasks (NER, sentiment, etc.)