Skip to content

Commit a90160f

Browse files
committed
Add Public AI to the docs
1 parent 1b02f9e commit a90160f

File tree

6 files changed

+69
-1
lines changed

6 files changed

+69
-1
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
title: Novita
9898
- local: providers/nscale
9999
title: Nscale
100+
- local: providers/publicai
101+
title: Public AI
100102
- local: providers/replicate
101103
title: Replicate
102104
- local: providers/sambanova

docs/inference-providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
2424
| [Nebius](./providers/nebius) ||||| | |
2525
| [Novita](./providers/novita) ||| | || |
2626
| [Nscale](./providers/nscale) ||| || | |
27+
| [Public AI](./providers/publicai) || | | | | |
2728
| [Replicate](./providers/replicate) | | | ||||
2829
| [SambaNova](./providers/sambanova) || || | | |
2930
| [Together](./providers/together) ||| || | |
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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 publicai's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/publicai.handlebars`.
9+
10+
### Logos
11+
12+
If you want to update publicai'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 `publicai-light.png` and `publicai-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+
# PublicAI
21+
22+
<Tip>
23+
24+
All models supported by the PublicAI Inference Utility can be found [here](https://huggingface.co/models?inference_provider=publicai&sort=trending)
25+
26+
</Tip>
27+
28+
<div class="flex justify-center">
29+
<a href="https://publicai.co/" target="_blank">
30+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/publicai-light.png"/>
31+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/publicai-dark.png"/>
32+
</a>
33+
</div>
34+
35+
<div class="flex">
36+
<a href="https://huggingface.co/publicai" target="_blank">
37+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
38+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
39+
</a>
40+
</div>
41+
42+
The Public AI Inference Utility is a nonprofit, open-source project. Their team builds products and organizes advocacy to support the work of public AI model builders like the Swiss AI Initiative, AI Singapore, AI Sweden, and the Barcelona Supercomputing Center.
43+
44+
They believe in public AI — AI as public infrastructure like highways, water, or electricity. Think of a BBC for AI, a public utility for AI, or public libraries for AI.
45+
46+
## Supported tasks
47+

docs/inference-providers/tasks/image-segmentation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ For more details about the `image-segmentation` task, check out its [dedicated p
2424

2525
### Recommended models
2626

27-
- [facebook/mask2former-swin-large-coco-panoptic](https://huggingface.co/facebook/mask2former-swin-large-coco-panoptic): Panoptic segmentation model trained on the COCO (common objects) dataset.
2827

2928
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-segmentation&sort=trending).
3029

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
4444
nebius: "nebius",
4545
novita: "novita",
4646
nscale: "nscale",
47+
publicai: "publicai",
4748
replicate: "replicate",
4849
sambanova: "sambanovasystems",
4950
together: "togethercomputer",
@@ -61,6 +62,7 @@ const PROVIDERS_URLS: Record<string, string> = {
6162
nebius: "https://nebius.com/",
6263
novita: "https://novita.ai/",
6364
nscale: "https://www.nscale.com/",
65+
publicai: "https://publicai.co/",
6466
replicate: "https://replicate.com/",
6567
sambanova: "https://sambanova.ai/",
6668
together: "https://together.xyz/",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# PublicAI
2+
3+
<Tip>
4+
5+
All models supported by the PublicAI Inference Utility can be found [here](https://huggingface.co/models?inference_provider=publicai&sort=trending)
6+
7+
</Tip>
8+
9+
{{{logoSection}}}
10+
11+
{{{followUsSection}}}
12+
13+
The Public AI Inference Utility is a nonprofit, open-source project. Their team builds products and organizes advocacy to support the work of public AI model builders like the Swiss AI Initiative, AI Singapore, AI Sweden, and the Barcelona Supercomputing Center.
14+
15+
They believe in public AI — AI as public infrastructure like highways, water, or electricity. Think of a BBC for AI, a public utility for AI, or public libraries for AI.
16+
17+
{{{tasksSection}}}

0 commit comments

Comments
 (0)