Skip to content
AI & MLReal-timeUpdated May 2026

Hugging Face

Hugging Face Inference API gateway

Hugging Face's Inference API gives every public model on the Hub a hosted endpoint — text generation, classification, embeddings, image generation, audio transcription, all callable with a single API key. Tiny Command exposes four actions, no triggers: Chat Completion (against text-generation models, with the OpenAI-compatible chat-completions shape that Hugging Face's TGI-served models implement), Text Classification (NLP classifiers — sentiment, toxicity, NER, intent — pick any classifier model from the Hub), Feature Extraction (Embeddings) (sentence embeddings from sentence-transformers and BGE models), Text to Image (Stable Diffusion variants, Flux, and other image-gen models). The connection uses a Hugging Face access token from huggingface.co/settings/tokens with the inference scope. The "any model on the Hub" promise has trade-offs — free-tier inference is rate-limited and uses shared compute (variable latency); for production, use Inference Endpoints (dedicated managed deployments) or Inference Providers (HF's partner-hosted hot models with better SLAs).

0triggers
4actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Hugging Face can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Hugging Face Chat CompletionRuns chat completion against any text-generation model on Hugging Face Hub that supports the TGI server. OpenAI-compatible message-array shape. Model selection via model ID (e.g., meta-llama/Llama-3.3-70B-Instruct).
HF Feature Extraction (Embeddings)Generates sentence embeddings from any sentence-transformers or BGE-class model on the HF Hub. For RAG-pipeline vector generation when you want a specific HF-hosted embedding model.
HF Text ClassificationRuns any classifier model from HF Hub on text input — sentiment, toxicity, NER, intent. Pick the right classifier for your use case from the broad Hub catalog.
HF Text to ImageGenerates images from text using any HF-hosted image model (SDXL, SD3.5, Flux variants, community fine-tunes). For accessing niche or specific image models from the broad HF catalog.
Recipes

Pre-built Hugging Face workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Hugging Face once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Hugging Face field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Hugging Face integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Hugging Face to Tiny Command?
Open the Tiny Command workflow builder, drop in a Hugging Face node, and click Connect. Authorize Hugging Face once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Hugging Face triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Hugging Face today. Use Tiny Command's universal Webhook or Schedule trigger to start Hugging Face workflows, then run any Hugging Face action you need.
What Hugging Face actions can I run from a workflow?
4 Hugging Face actions are available out of the box, covering ai & ml operations like "Hugging Face Chat Completion". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Hugging Face integration real-time?
Hugging Face actions execute synchronously inside your workflow. Tiny Command waits for Hugging Face's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Hugging Face with Tiny Command?
No. Every Hugging Face trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Hugging Face API endpoint directly.
How much does the Hugging Face integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Hugging Face integration itself has no per-app surcharge.
Related

More ai & ml apps people connect.

Same category as Hugging Face, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Hugging Face.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.