Skip to content

Commit beb4d0f

Browse files
hanouticelinajulien-cSBrandeisWauplingary149
authored
[Inference Providers] How to register as a provider (#1663)
* first version * update tree * fixes * fix screenshot * nit * add js integration section * fix * fix snippet * check if the issue comes from the snippet * add snippet back * review suggestions * wording * nit * Update register-as-a-provider.md Co-authored-by: Julien Chaumond <[email protected]> * Update register-as-a-provider.md Co-authored-by: Julien Chaumond <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Julien Chaumond <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Simon Brandeis <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Lucain <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Lucain <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Lucain <[email protected]> * Update next steps * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Victor Muštar <[email protected]> * Update docs/inference-providers/register-as-a-provider.md Co-authored-by: Victor Muštar <[email protected]> * suggestion --------- Co-authored-by: Julien Chaumond <[email protected]> Co-authored-by: Simon Brandeis <[email protected]> Co-authored-by: Lucain <[email protected]> Co-authored-by: Victor Muštar <[email protected]>
1 parent 4c01d39 commit beb4d0f

File tree

3 files changed

+416
-3
lines changed

3 files changed

+416
-3
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
title: Hub integration
99
- local: security
1010
title: Security
11+
- local: register-as-a-provider
12+
title: Register as an Inference Provider
1113
- title: API Reference
1214
sections:
1315
- local: tasks/index

docs/inference-providers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ console.log(chatCompletion.choices[0].message);
170170
## Next Steps
171171

172172
In this introduction, we've covered the basics of Inference Providers. To learn more about this service, check out our guides and API Reference:
173-
- [Pricing and Billing](./pricing): everything you need to know about billing
173+
- [Pricing and Billing](./pricing): everything you need to know about billing.
174174
- [Hub integration](./hub-integration): how is Inference Providers integrated with the Hub?
175-
- [External Providers](./providers): everything about providers and how to become an official partner
176-
- [Hub API](./hub-api): high-level API for Inference Providers
175+
- [Register as an Inference Provider](./register-as-a-provider.md): everything about how to become an official partner.
176+
- [Hub API](./hub-api): high-level API for Inference Providers.
177177
- [API Reference](./tasks/index): learn more about the parameters and task-specific settings.

0 commit comments

Comments
 (0)