Inference Providers documentation

Add Your Integration

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Add Your Integration

Building a tool that works with Hugging Face Inference Providers? We’d love to feature it in our integrations directory!

Requirements

To be listed, your integration should:

  • Work with Inference Providers
  • Be actively maintained with recent commits or releases
  • Have clear documentation showing how to connect to Inference Providers

How to Submit

  1. Test your integration with Hugging Face Inference Providers
  2. Fork the repository at github.com/huggingface/hub-docs
  3. Update the index in docs/inference-providers/integrations/index.md to add your tool to the table with a link to your integration docs.
  4. Submit a Pull Request with your changes
  5. (Optional) Create a dedicated integration page in docs/inference-providers/integrations/your-tool-name.md with detailed setup instructions.

Integration Page Template

Create a file named your-tool-name.md with this structure:

# Your Tool Name

Brief description of what your tool does.

## Overview

How your tool integrates with Hugging Face Inference Providers.

## Prerequisites

- Your tool installed
- HF account with [API token](https://huggingface.co/settings/tokens)

## Configuration

Step-by-step setup instructions with code examples.

## Resources

- [Your Tool Documentation](https://yourtool.com/docs)
- [HF Integration Guide](link-to-your-guide)
Update on GitHub