Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/inference-providers/register-as-a-provider.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# How to be registered as an inference provider on the Hub?

<Tip>
<Tip warning={true}>

New provider onboarding is temporarily paused with no specific timeline for resumption.

Want to be listed as an Inference Provider on the Hugging Face Hub? Please reach out to us on social networks or [here on the Hub](https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions/49).
We are currently in a consolidation phase, focusing on growing usage of existing Inference Providers through new features and integrations rather than expanding to new partners.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a fan of this tbh

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok with the rest


</Tip>

Expand Down Expand Up @@ -213,7 +215,7 @@ The output of this route is a mapping ID that you can later use to update the ma
DELETE /api/partners/{provider}/models/{mapping ID}
```

Where `mapping ID` is the mapping's id obtained upon creation.
Where `mapping ID` is the mapping's `_id` field obtained upon creation.
You can also retrieve it from the [list API endpoint](#list-the-whole-mapping).

### Update a mapping item's status
Expand All @@ -232,7 +234,7 @@ With the following body (JSON-encoded):
}
```

Where `mapping ID` is the mapping's id obtained upon creation.
Where `mapping ID` is the mapping's `_id` field obtained upon creation.
You can also retrieve it from the [list API endpoint](#list-the-whole-mapping).

### List the whole mapping
Expand Down