Actions
| Name | Description |
|---|---|
document_question_answeringAnswer questions from document images using Hugging Face models | Answer questions from document images using Hugging Face models |
language_translationTranslate text between languages using Hugging Face translation models | Translate text between languages using Hugging Face translation models |
text_classificationClassify text into categories using Hugging Face models | Classify text into categories using Hugging Face models |
text_summarizationGenerate summaries of long text using Hugging Face models | Generate summaries of long text using Hugging Face models |
chat_completionGenerate assistant replies using chat-style LLMs | Generate assistant replies using chat-style LLMs |
create_imageGenerate images from text prompts using Hugging Face diffusion models | Generate images from text prompts using Hugging Face diffusion models |
object_detectionDetect and locate objects in images with bounding boxes | Detect and locate objects in images with bounding boxes |
image_classificationClassify images with pre-trained or custom categories | Classify images with pre-trained or custom categories |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'hugging-face',
actionName: 'document_question_answering',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Hugging Face to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Hugging Face support?
Hugging Face supports 8 actions including Document Question Answering, Language Translation, Text Classification, Text Summarization, Chat Completion, and more.
Can I use Hugging Face with AI agents?
Yes. Add Hugging Face to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Hugging Face use?
Hugging Face uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Hugging Face integration cost?
The Hugging Face integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Hugging Face in minutes
Get 1,000 free actions every month. No credit card required.