Skip to content

Commit ea84ef0

Browse files
arabot777SBrandeis
andauthored
[inference provider] Add wavespeed.ai doc (#2020)
* wacespeed doc * update-docs * format index --------- Co-authored-by: SBrandeis <[email protected]>
1 parent fda7b05 commit ea84ef0

File tree

8 files changed

+94
-3
lines changed

8 files changed

+94
-3
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
title: Scaleway
110110
- local: providers/together
111111
title: Together
112+
- local: providers/wavespeed
113+
title: WaveSpeed
112114
- local: providers/zai-org
113115
title: Z.ai
114116

docs/inference-providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
2929
| [SambaNova](./providers/sambanova) || || | | |
3030
| [Scaleway](./providers/scaleway) || || | | |
3131
| [Together](./providers/together) ||| || | |
32+
| [WaveSpeed](./providers/wavespeed) | | | ||| |
3233
| [Z.ai](./providers/zai-org) ||| | | | |
3334

3435
## Why Choose Inference Providers?
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!---
2+
WARNING
3+
4+
This markdown file has been generated from a script. Please do not edit it directly.
5+
6+
### Template
7+
8+
If you want to update the content related to wavespeed's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/wavespeed.handlebars`.
9+
10+
### Logos
11+
12+
If you want to update wavespeed's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
13+
Logos must be in .png format and be named `wavespeed-light.png` and `wavespeed-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.
14+
15+
### Generation script
16+
17+
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
18+
--->
19+
20+
# WaveSpeed
21+
22+
> [!TIP]
23+
> All supported WaveSpeed models can be found [here](https://huggingface.co/models?inference_provider=wavespeed&sort=trending)
24+
25+
<div class="flex justify-center">
26+
<a href="https://wavespeed.ai/" target="_blank">
27+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/wavespeed-light.png"/>
28+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/wavespeed-dark.png"/>
29+
</a>
30+
</div>
31+
32+
<div class="flex">
33+
<a href="https://huggingface.co/wavespeed" target="_blank">
34+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
35+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
36+
</a>
37+
</div>
38+
39+
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.
40+
41+
## Supported tasks
42+
43+
44+
### Image To Image
45+
46+
Find out more about Image To Image [here](../tasks/image_to_image).
47+
48+
<InferenceSnippet
49+
pipeline=image-to-image
50+
providersMapping={ {"wavespeed":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"wavespeed-ai/qwen-image/edit"} } }
51+
/>
52+
53+
54+
### Text To Image
55+
56+
Find out more about Text To Image [here](../tasks/text_to_image).
57+
58+
<InferenceSnippet
59+
pipeline=text-to-image
60+
providersMapping={ {"wavespeed":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"wavespeed-ai/flux-dev"} } }
61+
/>
62+
63+
64+
### Text To Video
65+
66+
Find out more about Text To Video [here](../tasks/text_to_video).
67+
68+
<InferenceSnippet
69+
pipeline=text-to-video
70+
providersMapping={ {"wavespeed":{"modelId":"Wan-AI/Wan2.2-TI2V-5B","providerModelId":"wavespeed-ai/wan-2.2/t2v-5b-720p"} } }
71+
/>
72+
73+
74+

docs/inference-providers/tasks/image-to-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Explore all available models and find the one that suits you best [here](https:/
3737

3838
<InferenceSnippet
3939
pipeline=image-to-image
40-
providersMapping={ {"fal-ai":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"fal-ai/qwen-image-edit"},"replicate":{"modelId":"black-forest-labs/FLUX.1-Kontext-dev","providerModelId":"black-forest-labs/flux-kontext-dev"}} }
40+
providersMapping={ {"fal-ai":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"fal-ai/qwen-image-edit"},"replicate":{"modelId":"black-forest-labs/FLUX.1-Kontext-dev","providerModelId":"black-forest-labs/flux-kontext-dev"},"wavespeed":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"wavespeed-ai/qwen-image/edit"}} }
4141
/>
4242

4343

docs/inference-providers/tasks/text-to-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Explore all available models and find the one that suits you best [here](https:/
3434

3535
<InferenceSnippet
3636
pipeline=text-to-image
37-
providersMapping={ {"fal-ai":{"modelId":"tencent/HunyuanImage-3.0","providerModelId":"fal-ai/hunyuan-image/v3/text-to-image"},"hf-inference":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"},"nebius":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/flux-dev"},"nscale":{"modelId":"stabilityai/stable-diffusion-xl-base-1.0","providerModelId":"stabilityai/stable-diffusion-xl-base-1.0"},"replicate":{"modelId":"tencent/HunyuanImage-3.0","providerModelId":"tencent/hunyuan-image-3"},"together":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"}} }
37+
providersMapping={ {"fal-ai":{"modelId":"tencent/HunyuanImage-3.0","providerModelId":"fal-ai/hunyuan-image/v3/text-to-image"},"hf-inference":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"},"nebius":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/flux-dev"},"nscale":{"modelId":"stabilityai/stable-diffusion-xl-base-1.0","providerModelId":"stabilityai/stable-diffusion-xl-base-1.0"},"replicate":{"modelId":"tencent/HunyuanImage-3.0","providerModelId":"tencent/hunyuan-image-3"},"together":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"},"wavespeed":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"wavespeed-ai/flux-dev"}} }
3838
/>
3939

4040

docs/inference-providers/tasks/text-to-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Explore all available models and find the one that suits you best [here](https:/
3333

3434
<InferenceSnippet
3535
pipeline=text-to-video
36-
providersMapping={ {"fal-ai":{"modelId":"meituan-longcat/LongCat-Video","providerModelId":"fal-ai/longcat-video/text-to-video/480p"},"novita":{"modelId":"Wan-AI/Wan2.1-T2V-14B","providerModelId":"wan-t2v"},"replicate":{"modelId":"Wan-AI/Wan2.2-TI2V-5B","providerModelId":"wan-video/wan-2.2-5b-fast"}} }
36+
providersMapping={ {"fal-ai":{"modelId":"meituan-longcat/LongCat-Video","providerModelId":"fal-ai/longcat-video/text-to-video/480p"},"novita":{"modelId":"Wan-AI/Wan2.1-T2V-14B","providerModelId":"wan-t2v"},"replicate":{"modelId":"Wan-AI/Wan2.2-TI2V-5B","providerModelId":"wan-video/wan-2.2-5b-fast"},"wavespeed":{"modelId":"Wan-AI/Wan2.2-TI2V-5B","providerModelId":"wavespeed-ai/wan-2.2/t2v-5b-720p"}} }
3737
/>
3838

3939

scripts/inference-providers/scripts/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const PROVIDERS_URLS: Record<string, string> = {
5151
sambanova: "https://sambanova.ai/",
5252
scaleway: "https://www.scaleway.com",
5353
together: "https://together.xyz/",
54+
wavespeed: "https://wavespeed.ai/",
5455
"zai-org": "https://z.ai/"
5556
};
5657
//filter PROVIDERS_HUB_ORGS to only include providers that are in PROVIDERS_URLS
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# WaveSpeed
2+
3+
> [!TIP]
4+
> All supported WaveSpeed models can be found [here](https://huggingface.co/models?inference_provider=wavespeed&sort=trending)
5+
6+
{{{logoSection}}}
7+
8+
{{{followUsSection}}}
9+
10+
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.
11+
12+
{{{tasksSection}}}
13+

0 commit comments

Comments
 (0)