# Hugging Face

## **Connector Overview**

<figure><img src="/files/liWyce4XG4rAApw2wFWG" alt="" width="375"><figcaption></figcaption></figure>

Hugging Face is an open-source AI platform often called the "GitHub of AI" that enables developers to share, discover, and deploy machine learning models, datasets, and applications collaboratively.

## **Supported Models**

Various open-source models via Inference API

## **Authentication Type**

Basic

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_HUGGING\_FACE\_API\_KEY

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following Hugging Face information must be gathered:

* API Key

To obtain the information required for provisioning the Hugging Face Connector, perform the following steps:<br>

1. Log in to your [Hugging Face accont](https://huggingface.co/)
2. Navigate to Settings > Access Tokens
3. Select **Create New Token**

## **API Resources**

For more information on how to utilize the Hugging Face API, feel free to reference the following [documentation](https://huggingface.co/docs/api-inference).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandium.com/connectors/connectors-101/hugging-face.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
