Hugging Face

Hugging Face

Run inference on 100,000+ open ML models for NLP, vision, and audio tasks

API KeyAI
8 actions

Actions

Name
document_question_answering

Answer questions from document images using Hugging Face models

language_translation

Translate text between languages using Hugging Face translation models

text_classification

Classify text into categories using Hugging Face models

text_summarization

Generate summaries of long text using Hugging Face models

chat_completion

Generate assistant replies using chat-style LLMs

create_image

Generate images from text prompts using Hugging Face diffusion models

object_detection

Detect and locate objects in images with bounding boxes

image_classification

Classify images with pre-trained or custom categories

Quick Start

TypeScript
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.