Hugging Face provides access to thousands of AI models and datasets through their comprehensive API.

Overview

Create Account

Sign up for a Hugging Face account

Get API Key

Generate your Hugging Face API key

Copy into Create

Add your API key to Create’s secrets

Account Creation

1

Visit Hugging Face Website

Go to huggingface.co and click “Sign Up”

2

Choose Signup Method

  • Sign up with email/password
  • Or continue with Google/GitHub authentication

Generate API Key

1

Access API Keys

  1. Go to your Hugging Face settings
  2. Navigate to “Access Tokens”

Free tier has rate limits - monitor your usage

2

Create New Read Token

  1. Click “New token”
  1. Select Read and name your token (e.g., “Create Integration”)
  1. Copy your API token

Add to Create Project

1

Add the integration

  1. In your Create project, type / in the chat
  2. Select “Hugging Face” from the menu
2

Add your API key

  1. Paste your API key into the “HUGGINGFACE_API_KEY” field

Need a new key? Generate one in your Hugging Face settings.

3

Start using

You can now use prompts with the integration to access AI models.

Example prompts:

  • Generate text using /HuggingFace
  • Classify sentiment with /HuggingFace
  • Create an AI chatbot using /HuggingFace

API has rate limits - implement caching for frequently used model outputs.

Example prompt for optimization:

When using /HuggingFace, cache the model outputs in my database

Your Hugging Face integration is ready! Use /HuggingFace in chat to access AI models.