diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml
index 7b9093114..45af9df24 100644
--- a/docs/inference-providers/_toctree.yml
+++ b/docs/inference-providers/_toctree.yml
@@ -36,6 +36,8 @@
title: Hyperbolic
- local: providers/hf-inference
title: HF Inference
+ - local: providers/hyperfusion
+ title: Hyperfusion
- local: providers/nebius
title: Nebius
- local: providers/novita
diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md
index 2f4b94065..8e70e7ec7 100644
--- a/docs/inference-providers/index.md
+++ b/docs/inference-providers/index.md
@@ -21,6 +21,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [Groq](./providers/groq) | ✅ | | | | | |
| [HF Inference](./providers/hf-inference) | ✅ | ✅ | ✅ | ✅ | | ✅ |
| [Hyperbolic](./providers/hyperbolic) | ✅ | ✅ | | | | |
+| [Hyperfusion](./providers/hyperfusion) | ✅ | | | | |
| [Nebius](./providers/nebius) | ✅ | ✅ | ✅ | ✅ | | |
| [Novita](./providers/novita) | ✅ | ✅ | | | ✅ | |
| [Nscale](./providers/nscale) | ✅ | ✅ | | ✅ | | |
diff --git a/docs/inference-providers/providers/hyperfusion.md b/docs/inference-providers/providers/hyperfusion.md
new file mode 100644
index 000000000..cf3baf93e
--- /dev/null
+++ b/docs/inference-providers/providers/hyperfusion.md
@@ -0,0 +1,52 @@
+
+
+# Hyperfusion
+
+
+
+
+
+Hyperfusion powers the next era of high-performance AI computing with optimized infrastructure, enterprise-grade support, and accessible solutions for teams of all sizes.
+
+Founded by tech entrepreneurs and investors, we blend innovation, efficiency, and IP-driven design to deliver cutting-edge compute at competitive prices.
+
+## 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 50dc903a6..b2e7e7165 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -63,7 +63,7 @@ The API supports:
diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts
index 5da8d5933..675bfca11 100644
--- a/scripts/inference-providers/scripts/generate.ts
+++ b/scripts/inference-providers/scripts/generate.ts
@@ -41,6 +41,7 @@ const PROVIDERS_HUB_ORGS: Record = {
groq: "groq",
"hf-inference": "hf-inference",
hyperbolic: "Hyperbolic",
+ "hyperfusion": "Hyperfusion",
nebius: "nebius",
novita: "novita",
nscale: "nscale",
@@ -58,6 +59,7 @@ const PROVIDERS_URLS: Record = {
groq: "https://groq.com/",
"hf-inference": "https://huggingface.co/",
hyperbolic: "https://hyperbolic.xyz/",
+ "hyperfusion": "https://hyperfusion.io/",
nebius: "https://nebius.com/",
novita: "https://novita.ai/",
nscale: "https://www.nscale.com/",
diff --git a/scripts/inference-providers/templates/providers/hyperfusion.handlebars b/scripts/inference-providers/templates/providers/hyperfusion.handlebars
new file mode 100644
index 000000000..634605504
--- /dev/null
+++ b/scripts/inference-providers/templates/providers/hyperfusion.handlebars
@@ -0,0 +1,11 @@
+# Hyperfusion
+
+{{{logoSection}}}
+
+{{{followUsSection}}}
+
+Hyperfusion powers the next era of high-performance AI computing with optimized infrastructure, enterprise-grade support, and accessible solutions for teams of all sizes, all hosted in UAE
+
+Founded by tech entrepreneurs and investors, we blend innovation, efficiency, and IP-driven design to deliver cutting-edge compute at competitive prices.
+
+{{{tasksSection}}}