Skip to content

Commit 03da806

Browse files
committed
Add OVHcloud AI Endpoints documentation
1 parent 1247125 commit 03da806

File tree

6 files changed

+61
-2
lines changed

6 files changed

+61
-2
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
title: Novita
102102
- local: providers/nscale
103103
title: Nscale
104+
- local: providers/ovhcloud
105+
title: OVHcloud AI Endpoints
104106
- local: providers/publicai
105107
title: Public AI
106108
- local: providers/replicate

docs/inference-providers/guides/github-actions-code-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ The workflow triggers whenever someone comments on an issue or PR with `/oc` or
192192
## Next Steps
193193

194194
- Explore the [OpenCode GitHub documentation](https://opencode.ai/docs/github/) for advanced configuration
195-
- Browse [models available through Inference Providers](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway&sort=trending) to find the best model for your needs
195+
- Browse [models available through Inference Providers](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,ovhcloud&sort=trending) to find the best model for your needs
196196
- Try OpenCode in a private repository first to test with controlled access

docs/inference-providers/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
2424
| [Nebius](./providers/nebius) ||||| | |
2525
| [Novita](./providers/novita) ||| | || |
2626
| [Nscale](./providers/nscale) ||| || | |
27+
| [OVHcloud AI Endpoints](./providers/ovhcloud)||| | | | |
2728
| [Public AI](./providers/publicai) || | | | | |
2829
| [Replicate](./providers/replicate) | | | ||||
2930
| [SambaNova](./providers/sambanova) || || | | |
3031
| [Scaleway](./providers/scaleway) || || | | |
3132
| [Together](./providers/together) ||| || | |
32-
| [WaveSpeedAI](./providers/wavespeed) | | | ||| |
33+
| [WaveSpeedAI](./providers/wavespeed) | | | ||| |
3334
| [Z.ai](./providers/zai-org) ||| | | | |
3435

3536
## Why Choose Inference Providers?
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!---
2+
WARNING
3+
4+
This markdown file has been generated from a script. Please do not edit it directly.
5+
6+
### Template
7+
8+
If you want to update the content related to ovhcloud's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/ovhcloud.handlebars`.
9+
10+
### Logos
11+
12+
If you want to update ovhcloud's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
13+
Logos must be in .png format and be named `ovhcloud-light.png` and `ovhcloud-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.
14+
15+
### Generation script
16+
17+
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
18+
--->
19+
20+
# OVHcloud AI Endpoints
21+
22+
> [!TIP]
23+
> All supported OVHcloud AI Endpoints models can be found [here](https://huggingface.co/models?inference_provider=ovhcloud&sort=trending)
24+
25+
<div class="flex justify-center">
26+
<a href="https://www.ovhcloud.com/" target="_blank">
27+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/ovhcloud-light.png"/>
28+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/ovhcloud-dark.png"/>
29+
</a>
30+
</div>
31+
32+
<div class="flex">
33+
<a href="https://huggingface.co/ovhcloud" target="_blank">
34+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
35+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
36+
</a>
37+
</div>
38+
39+
[OVHcloud AI Endpoints](https://www.ovhcloud.com/en/public-cloud/ai-endpoints/) is a managed AI inference service that provides access to a wide range of state-of-the-art machine learning models. As part of OVHcloud's Public Cloud offering, AI Endpoints enables developers to easily integrate AI capabilities into their applications with data sovereignty, privacy, and GDPR compliance.
40+
41+
## Supported tasks
42+
43+

scripts/inference-providers/scripts/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const PROVIDERS_URLS: Record<string, string> = {
4646
nebius: "https://nebius.com/",
4747
novita: "https://novita.ai/",
4848
nscale: "https://www.nscale.com/",
49+
ovhcloud: "https://www.ovhcloud.com/",
4950
publicai: "https://publicai.co/",
5051
replicate: "https://replicate.com/",
5152
sambanova: "https://sambanova.ai/",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# OVHcloud AI Endpoints
2+
3+
> [!TIP]
4+
> All supported OVHcloud AI Endpoints models can be found [here](https://huggingface.co/models?inference_provider=ovhcloud&sort=trending)
5+
6+
{{{logoSection}}}
7+
8+
{{{followUsSection}}}
9+
10+
[OVHcloud AI Endpoints](https://www.ovhcloud.com/en/public-cloud/ai-endpoints/) is a managed AI inference service that provides access to a wide range of state-of-the-art machine learning models. As part of OVHcloud's Public Cloud offering, AI Endpoints enables developers to easily integrate AI capabilities into their applications with data sovereignty, privacy, and GDPR compliance.
11+
12+
{{{tasksSection}}}

0 commit comments

Comments
 (0)