diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml
index c520fdd3d0..27fe0a5286 100644
--- a/docs/inference-providers/_toctree.yml
+++ b/docs/inference-providers/_toctree.yml
@@ -97,6 +97,8 @@
title: Novita
- local: providers/nscale
title: Nscale
+ - local: providers/publicai
+ title: Public AI
- local: providers/replicate
title: Replicate
- local: providers/sambanova
diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md
index 8edcdb0038..6e4529de36 100644
--- a/docs/inference-providers/index.md
+++ b/docs/inference-providers/index.md
@@ -24,6 +24,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [Nebius](./providers/nebius) | ✅ | ✅ | ✅ | ✅ | | |
| [Novita](./providers/novita) | ✅ | ✅ | | | ✅ | |
| [Nscale](./providers/nscale) | ✅ | ✅ | | ✅ | | |
+| [Public AI](./providers/publicai) | ✅ | | | | | |
| [Replicate](./providers/replicate) | | | | ✅ | ✅ | ✅ |
| [SambaNova](./providers/sambanova) | ✅ | | ✅ | | | |
| [Scaleway](./providers/scaleway) | ✅ | | ✅ | | | |
diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md
index 1dbfcccf38..91b700cabc 100644
--- a/docs/inference-providers/providers/hf-inference.md
+++ b/docs/inference-providers/providers/hf-inference.md
@@ -193,7 +193,7 @@ Find out more about Translation [here](../tasks/translation).
diff --git a/docs/inference-providers/providers/publicai.md b/docs/inference-providers/providers/publicai.md
new file mode 100644
index 0000000000..5d578408ca
--- /dev/null
+++ b/docs/inference-providers/providers/publicai.md
@@ -0,0 +1,57 @@
+
+
+# PublicAI
+
+
+
+All models supported by the PublicAI Inference Utility can be found [here](https://huggingface.co/models?inference_provider=publicai&sort=trending)
+
+
+
+
+
+
+
+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.
+
+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.
+
+## Supported tasks
+
+
+### Chat Completion (LLM)
+
+Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
+
+
+
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index c8af93f8fa..0dbdfaaa57 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -64,7 +64,7 @@ The API supports:
diff --git a/docs/inference-providers/tasks/image-segmentation.md b/docs/inference-providers/tasks/image-segmentation.md
index 1ceca0e685..ccfb87fe66 100644
--- a/docs/inference-providers/tasks/image-segmentation.md
+++ b/docs/inference-providers/tasks/image-segmentation.md
@@ -24,7 +24,6 @@ For more details about the `image-segmentation` task, check out its [dedicated p
### Recommended models
-- [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.
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).
diff --git a/docs/inference-providers/tasks/text-classification.md b/docs/inference-providers/tasks/text-classification.md
index 1202d5f487..61d9d7ca40 100644
--- a/docs/inference-providers/tasks/text-classification.md
+++ b/docs/inference-providers/tasks/text-classification.md
@@ -26,6 +26,9 @@ For more details about the `text-classification` task, check out its [dedicated
- [distilbert/distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english): A robust model trained for sentiment analysis.
- [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert): A sentiment analysis model specialized in financial sentiment.
+- [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest): A sentiment analysis model specialized in analyzing tweets.
+- [papluca/xlm-roberta-base-language-detection](https://huggingface.co/papluca/xlm-roberta-base-language-detection): A model that can classify languages.
+- [meta-llama/Prompt-Guard-86M](https://huggingface.co/meta-llama/Prompt-Guard-86M): A model that can classify text generation attacks.
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-classification&sort=trending).
diff --git a/docs/inference-providers/tasks/translation.md b/docs/inference-providers/tasks/translation.md
index 86a7ac19e2..5aa8b1c61d 100644
--- a/docs/inference-providers/tasks/translation.md
+++ b/docs/inference-providers/tasks/translation.md
@@ -33,7 +33,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/zero-shot-classification.md b/docs/inference-providers/tasks/zero-shot-classification.md
index 1c57edfb9a..6a9f4768a6 100644
--- a/docs/inference-providers/tasks/zero-shot-classification.md
+++ b/docs/inference-providers/tasks/zero-shot-classification.md
@@ -25,6 +25,7 @@ For more details about the `zero-shot-classification` task, check out its [dedic
### Recommended models
- [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli): Powerful zero-shot text classification model.
+- [MoritzLaurer/ModernBERT-large-zeroshot-v2.0](https://huggingface.co/MoritzLaurer/ModernBERT-large-zeroshot-v2.0): Cutting-edge zero-shot multilingual text classification model.
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=zero-shot-classification&sort=trending).
diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts
index 701b26922b..6a04012b02 100644
--- a/scripts/inference-providers/scripts/generate.ts
+++ b/scripts/inference-providers/scripts/generate.ts
@@ -44,6 +44,7 @@ const PROVIDERS_HUB_ORGS: Record = {
nebius: "nebius",
novita: "novita",
nscale: "nscale",
+ publicai: "publicai",
replicate: "replicate",
sambanova: "sambanovasystems",
scaleway: "scaleway",
@@ -62,6 +63,7 @@ const PROVIDERS_URLS: Record = {
nebius: "https://nebius.com/",
novita: "https://novita.ai/",
nscale: "https://www.nscale.com/",
+ publicai: "https://publicai.co/",
replicate: "https://replicate.com/",
sambanova: "https://sambanova.ai/",
scaleway: "https://www.scaleway.com",
diff --git a/scripts/inference-providers/templates/providers/publicai.handlebars b/scripts/inference-providers/templates/providers/publicai.handlebars
new file mode 100644
index 0000000000..be4a687fff
--- /dev/null
+++ b/scripts/inference-providers/templates/providers/publicai.handlebars
@@ -0,0 +1,17 @@
+# PublicAI
+
+
+
+All models supported by the PublicAI Inference Utility can be found [here](https://huggingface.co/models?inference_provider=publicai&sort=trending)
+
+
+
+{{{logoSection}}}
+
+{{{followUsSection}}}
+
+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.
+
+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.
+
+{{{tasksSection}}}
\ No newline at end of file