From a3a575cdbe612136de2e8ac21d4b8ad3f7a29c9d Mon Sep 17 00:00:00 2001 From: Arturs Plisko Date: Fri, 4 Jul 2025 20:57:47 +0300 Subject: [PATCH 1/2] Hyperfusion Provider --- docs/inference-providers/_toctree.yml | 2 + docs/inference-providers/index.md | 1 + .../providers/hyperfusion.md | 52 +++++++++++++++++++ .../tasks/chat-completion.md | 2 +- .../inference-providers/scripts/generate.ts | 2 + .../providers/hyperfusion.handlebars | 11 ++++ 6 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 docs/inference-providers/providers/hyperfusion.md create mode 100644 scripts/inference-providers/templates/providers/hyperfusion.handlebars 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..667f8f672 --- /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. + +Founded by tech entrepreneurs and investors, we blend innovation, efficiency, and IP-driven design to deliver cutting-edge compute at competitive prices. + +{{{tasksSection}}} From 48177a8d21851e50f67b9e6a4114a27eb4cdf68b Mon Sep 17 00:00:00 2001 From: Arturs Plisko Date: Fri, 4 Jul 2025 21:37:23 +0300 Subject: [PATCH 2/2] Update to description --- .../templates/providers/hyperfusion.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/inference-providers/templates/providers/hyperfusion.handlebars b/scripts/inference-providers/templates/providers/hyperfusion.handlebars index 667f8f672..634605504 100644 --- a/scripts/inference-providers/templates/providers/hyperfusion.handlebars +++ b/scripts/inference-providers/templates/providers/hyperfusion.handlebars @@ -4,7 +4,7 @@ {{{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. +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.