diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml
index 26d7fa004..0c097a586 100644
--- a/docs/inference-providers/_toctree.yml
+++ b/docs/inference-providers/_toctree.yml
@@ -19,6 +19,8 @@
title: Cohere
- local: providers/fal-ai
title: Fal AI
+ - local: providers/featherless-ai
+ title: Featherless AI
- local: providers/fireworks-ai
title: Fireworks
- local: providers/hyperbolic
diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md
index 380d2c894..4191c804b 100644
--- a/docs/inference-providers/index.md
+++ b/docs/inference-providers/index.md
@@ -18,6 +18,7 @@ Here is the complete list of partners integrated with Inference Providers, and t
| [Cerebras](./providers/cerebras) | ✅ | | | | |
| [Cohere](./providers/cohere) | ✅ | ✅ | | | |
| [Fal AI](./providers/fal-ai) | | | | ✅ | ✅ |
+| [Featherless AI](./providers/featherless-ai) | ✅ | | | | |
| [Fireworks](./providers/fireworks-ai) | ✅ | ✅ | | | |
| [HF Inference](./providers/hf-inference) | ✅ | ✅ | ✅ | ✅ | |
| [Hyperbolic](./providers/hyperbolic) | ✅ | ✅ | | | |
diff --git a/docs/inference-providers/providers/featherless-ai.md b/docs/inference-providers/providers/featherless-ai.md
new file mode 100644
index 000000000..18d1f377e
--- /dev/null
+++ b/docs/inference-providers/providers/featherless-ai.md
@@ -0,0 +1,71 @@
+
+
+# Featherless AI
+
+
+
+
+
+[Featherless AI](https://featherless.ai) is a serverless AI inference platform that offers access to thousands of open-source models.
+
+Our goal is to make all AI models available for serverless inference. We provide inference via API to a continually expanding library of open-weight models.
+
+## Supported tasks
+
+
+### Chat Completion (LLM)
+
+Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
+
+
+
+
+### Chat Completion (VLM)
+
+Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
+
+
+
+
+### Text Generation
+
+Find out more about Text Generation [here](../tasks/text_generation).
+
+
+
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index 1673a0a5d..fbcd3271e 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -26,7 +26,6 @@ This is a subtask of [`text-generation`](https://huggingface.co/docs/inference-p
- [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct): Very powerful text generation model trained to follow instructions.
- [microsoft/phi-4](https://huggingface.co/microsoft/phi-4): Powerful text generation model by Microsoft.
- [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M): Strong conversational model that supports very long instructions.
-- [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct): Text generation model used to write code.
- [deepseek-ai/DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1): Powerful reasoning based open large language model.
#### Conversational Vision-Language Models (VLMs)
@@ -61,7 +60,7 @@ The API supports:
@@ -71,7 +70,7 @@ conversational />
diff --git a/docs/inference-providers/tasks/text-generation.md b/docs/inference-providers/tasks/text-generation.md
index 51558b221..6b551a7f0 100644
--- a/docs/inference-providers/tasks/text-generation.md
+++ b/docs/inference-providers/tasks/text-generation.md
@@ -31,7 +31,6 @@ For more details about the `text-generation` task, check out its [dedicated page
- [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct): Very powerful text generation model trained to follow instructions.
- [microsoft/phi-4](https://huggingface.co/microsoft/phi-4): Powerful text generation model by Microsoft.
- [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M): Strong conversational model that supports very long instructions.
-- [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct): Text generation model used to write code.
- [deepseek-ai/DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1): Powerful reasoning based open large language model.
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-generation&sort=trending).
@@ -41,7 +40,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts
index 90ed6f49a..a55b1fa95 100644
--- a/scripts/inference-providers/scripts/generate.ts
+++ b/scripts/inference-providers/scripts/generate.ts
@@ -36,6 +36,7 @@ const PROVIDERS_HUB_ORGS: Record = {
cerebras: "cerebras",
cohere: "CohereLabs",
"fal-ai": "fal",
+ "featherless-ai": "featherless-ai",
"fireworks-ai": "fireworks-ai",
"hf-inference": "hf-inference",
hyperbolic: "Hyperbolic",
@@ -51,6 +52,7 @@ const PROVIDERS_URLS: Record = {
cerebras: "https://www.cerebras.ai/",
cohere: "https://cohere.com/",
"fal-ai": "https://fal.ai/",
+ "featherless-ai": "https://featherless.ai/",
"fireworks-ai": "https://fireworks.ai/",
"hf-inference": "https://huggingface.co/",
hyperbolic: "https://hyperbolic.xyz/",
diff --git a/scripts/inference-providers/templates/providers/featherless-ai.handlebars b/scripts/inference-providers/templates/providers/featherless-ai.handlebars
new file mode 100644
index 000000000..dc17a2647
--- /dev/null
+++ b/scripts/inference-providers/templates/providers/featherless-ai.handlebars
@@ -0,0 +1,11 @@
+# Featherless AI
+
+{{{logoSection}}}
+
+{{{followUsSection}}}
+
+[Featherless AI](https://featherless.ai) is a serverless AI inference platform that offers access to thousands of open-source models.
+
+Our goal is to make all AI models available for serverless inference. We provide inference via API to a continually expanding library of open-weight models.
+
+{{{tasksSection}}}
\ No newline at end of file