Inference Providers documentation
Add Your Integration
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
- Test your integration with Hugging Face Inference Providers
- Fork the repository at github.com/huggingface/hub-docs
- Update the index in
docs/inference-providers/integrations/index.mdto add your tool to the table with a link to your integration docs. - Submit a Pull Request with your changes
- (Optional) Create a dedicated integration page in
docs/inference-providers/integrations/your-tool-name.mdwith 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)