diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml
index b5f22afb5..2f08cf0dc 100644
--- a/docs/inference-providers/_toctree.yml
+++ b/docs/inference-providers/_toctree.yml
@@ -109,6 +109,8 @@
title: Scaleway
- local: providers/together
title: Together
+ - local: providers/wavespeed
+ title: WaveSpeed
- local: providers/zai-org
title: Z.ai
diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md
index de0ccc87c..e97d19b95 100644
--- a/docs/inference-providers/index.md
+++ b/docs/inference-providers/index.md
@@ -29,6 +29,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [SambaNova](./providers/sambanova) | ✅ | | ✅ | | | |
| [Scaleway](./providers/scaleway) | ✅ | | ✅ | | | |
| [Together](./providers/together) | ✅ | ✅ | | ✅ | | |
+| [WaveSpeed](./providers/wavespeed) | | | | ✅ | ✅ | |
| [Z.ai](./providers/zai-org) | ✅ | ✅ | | | | |
## Why Choose Inference Providers?
diff --git a/docs/inference-providers/providers/wavespeed.md b/docs/inference-providers/providers/wavespeed.md
new file mode 100644
index 000000000..68021c2b3
--- /dev/null
+++ b/docs/inference-providers/providers/wavespeed.md
@@ -0,0 +1,74 @@
+
+
+# WaveSpeed
+
+> [!TIP]
+> All supported WaveSpeed models can be found [here](https://huggingface.co/models?inference_provider=wavespeed&sort=trending)
+
+
+
+
+
+WaveSpeed AI is a high-performance AI inference platform specializing in image and video generation. Built with cutting-edge infrastructure and optimization techniques, WaveSpeed provides fast, scalable, and cost-effective model serving for creative AI applications.
+
+## Supported tasks
+
+
+### Image To Image
+
+Find out more about Image To Image [here](../tasks/image_to_image).
+
+
+
+
+### Text To Image
+
+Find out more about Text To Image [here](../tasks/text_to_image).
+
+
+
+
+### Text To Video
+
+Find out more about Text To Video [here](../tasks/text_to_video).
+
+
+
+
+
diff --git a/docs/inference-providers/tasks/image-to-image.md b/docs/inference-providers/tasks/image-to-image.md
index 880c99330..ebbbccc2a 100644
--- a/docs/inference-providers/tasks/image-to-image.md
+++ b/docs/inference-providers/tasks/image-to-image.md
@@ -37,7 +37,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/text-to-image.md b/docs/inference-providers/tasks/text-to-image.md
index 31c8bddad..3df01bd15 100644
--- a/docs/inference-providers/tasks/text-to-image.md
+++ b/docs/inference-providers/tasks/text-to-image.md
@@ -34,7 +34,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/text-to-video.md b/docs/inference-providers/tasks/text-to-video.md
index a0bd7fcb1..43bb1b79c 100644
--- a/docs/inference-providers/tasks/text-to-video.md
+++ b/docs/inference-providers/tasks/text-to-video.md
@@ -33,7 +33,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 9df703fcf..aee422d5e 100644
--- a/scripts/inference-providers/scripts/generate.ts
+++ b/scripts/inference-providers/scripts/generate.ts
@@ -51,6 +51,7 @@ const PROVIDERS_URLS: Record = {
sambanova: "https://sambanova.ai/",
scaleway: "https://www.scaleway.com",
together: "https://together.xyz/",
+ wavespeed: "https://wavespeed.ai/",
"zai-org": "https://z.ai/"
};
//filter PROVIDERS_HUB_ORGS to only include providers that are in PROVIDERS_URLS
diff --git a/scripts/inference-providers/templates/providers/wavespeed.handlebars b/scripts/inference-providers/templates/providers/wavespeed.handlebars
new file mode 100644
index 000000000..ec1b9afea
--- /dev/null
+++ b/scripts/inference-providers/templates/providers/wavespeed.handlebars
@@ -0,0 +1,13 @@
+# WaveSpeed
+
+> [!TIP]
+> All supported WaveSpeed models can be found [here](https://huggingface.co/models?inference_provider=wavespeed&sort=trending)
+
+{{{logoSection}}}
+
+{{{followUsSection}}}
+
+WaveSpeed AI is a high-performance AI inference platform specializing in image and video generation. Built with cutting-edge infrastructure and optimization techniques, WaveSpeed provides fast, scalable, and cost-effective model serving for creative AI applications.
+
+{{{tasksSection}}}
+