|
| 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":"example/model","providerModelId":"wavespeed/image-to-image"} } } |
| 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":"example/model","providerModelId":"wavespeed/text-to-image"} } } |
| 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":"example/model","providerModelId":"wavespeed/text-to-video"} } } |
| 71 | +/> |
| 72 | + |
0 commit comments