Spaces:
Running
Running
Add UTM attribution to outbound wavespeed.ai links
Browse files- index.html +10 -10
index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<title>Wan 2.2 — open large-scale video generative models</title>
|
| 7 |
<meta name="description" content="Reference for Wan 2.2, the open video generation model family from Alibaba's Tongyi Lab: architecture, released checkpoints, and hosted API usage." />
|
| 8 |
-
<link rel="canonical" href="https://wavespeed.ai/collections/wan-2-2" />
|
| 9 |
|
| 10 |
<meta property="og:type" content="website" />
|
| 11 |
<meta property="og:title" content="Wan 2.2 — open large-scale video generative models" />
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
<body>
|
| 19 |
<header class="site-header">
|
| 20 |
<div class="wrap">
|
| 21 |
-
<a class="brand" href="https://wavespeed.ai" target="_blank" rel="noopener">
|
| 22 |
<span class="brand-mark" aria-hidden="true"></span>
|
| 23 |
<span>WaveSpeed AI</span>
|
| 24 |
</a>
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
<a class="jump opt" href="#checkpoints">Checkpoints</a>
|
| 28 |
<a class="jump" href="#run">Run it</a>
|
| 29 |
<a class="jump" href="#resources">Resources</a>
|
| 30 |
-
<a href="https://wavespeed.ai/collections/wan-2-2" target="_blank" rel="noopener">wavespeed.ai ↗</a>
|
| 31 |
</nav>
|
| 32 |
</div>
|
| 33 |
</header>
|
|
@@ -170,10 +170,10 @@ for (;;) {
|
|
| 170 |
await new Promise((r) => setTimeout(r, 1500));
|
| 171 |
}</code></pre>
|
| 172 |
</div>
|
| 173 |
-
<div class="callout"><p>Requests are asynchronous: <code>POST</code> returns a request id, then you poll <code>/predictions/<id>/result</code> until <code>status</code> is <code>completed</code>. Set <code>enable_sync_mode: true</code> to have the call block and return outputs directly.</p><p>API keys are created in the <a href="https://wavespeed.ai/dashboard" target="_blank" rel="noopener">WaveSpeed dashboard</a>.</p></div>
|
| 174 |
<div class="btn-row">
|
| 175 |
-
<a class="btn" href="https://wavespeed.ai/collections/wan-2-2" target="_blank" rel="noopener">Open Wan 2.2 on WaveSpeed</a>
|
| 176 |
-
<a class="btn secondary" href="https://wavespeed.ai/docs" target="_blank" rel="noopener">API reference</a>
|
| 177 |
</div>
|
| 178 |
</section>
|
| 179 |
<section id="resources">
|
|
@@ -181,8 +181,8 @@ for (;;) {
|
|
| 181 |
<ul class="links">
|
| 182 |
<li><a href="https://huggingface.co/Wan-AI" target="_blank" rel="noopener"><span>Wan-AI on Hugging Face</span><span class="host">huggingface.co</span></a></li>
|
| 183 |
<li><a href="https://github.com/Wan-Video/Wan2.2" target="_blank" rel="noopener"><span>Wan2.2 on GitHub</span><span class="host">github.com</span></a></li>
|
| 184 |
-
<li><a href="https://wavespeed.ai/collections/wan-2-2" target="_blank" rel="noopener"><span>Hosted endpoints</span><span class="host">wavespeed.ai</span></a></li>
|
| 185 |
-
<li><a href="https://wavespeed.ai/docs" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
|
| 186 |
</ul>
|
| 187 |
</section>
|
| 188 |
</main>
|
|
@@ -191,8 +191,8 @@ for (;;) {
|
|
| 191 |
<div class="wrap">
|
| 192 |
<p>This page is a model reference maintained by WaveSpeed AI. The model itself is developed and released by its respective authors; trademarks belong to them. WaveSpeed AI provides hosted inference for it.</p>
|
| 193 |
<div class="footer-links">
|
| 194 |
-
<a href="https://wavespeed.ai" target="_blank" rel="noopener">WaveSpeed AI</a>
|
| 195 |
-
<a href="https://wavespeed.ai/docs" target="_blank" rel="noopener">Docs</a>
|
| 196 |
<a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
|
| 197 |
</div>
|
| 198 |
</div>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<title>Wan 2.2 — open large-scale video generative models</title>
|
| 7 |
<meta name="description" content="Reference for Wan 2.2, the open video generation model family from Alibaba's Tongyi Lab: architecture, released checkpoints, and hosted API usage." />
|
| 8 |
+
<link rel="canonical" href="https://wavespeed.ai/collections/wan-2-2?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" />
|
| 9 |
|
| 10 |
<meta property="og:type" content="website" />
|
| 11 |
<meta property="og:title" content="Wan 2.2 — open large-scale video generative models" />
|
|
|
|
| 18 |
<body>
|
| 19 |
<header class="site-header">
|
| 20 |
<div class="wrap">
|
| 21 |
+
<a class="brand" href="https://wavespeed.ai?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">
|
| 22 |
<span class="brand-mark" aria-hidden="true"></span>
|
| 23 |
<span>WaveSpeed AI</span>
|
| 24 |
</a>
|
|
|
|
| 27 |
<a class="jump opt" href="#checkpoints">Checkpoints</a>
|
| 28 |
<a class="jump" href="#run">Run it</a>
|
| 29 |
<a class="jump" href="#resources">Resources</a>
|
| 30 |
+
<a href="https://wavespeed.ai/collections/wan-2-2?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">wavespeed.ai ↗</a>
|
| 31 |
</nav>
|
| 32 |
</div>
|
| 33 |
</header>
|
|
|
|
| 170 |
await new Promise((r) => setTimeout(r, 1500));
|
| 171 |
}</code></pre>
|
| 172 |
</div>
|
| 173 |
+
<div class="callout"><p>Requests are asynchronous: <code>POST</code> returns a request id, then you poll <code>/predictions/<id>/result</code> until <code>status</code> is <code>completed</code>. Set <code>enable_sync_mode: true</code> to have the call block and return outputs directly.</p><p>API keys are created in the <a href="https://wavespeed.ai/dashboard?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">WaveSpeed dashboard</a>.</p></div>
|
| 174 |
<div class="btn-row">
|
| 175 |
+
<a class="btn" href="https://wavespeed.ai/collections/wan-2-2?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">Open Wan 2.2 on WaveSpeed</a>
|
| 176 |
+
<a class="btn secondary" href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">API reference</a>
|
| 177 |
</div>
|
| 178 |
</section>
|
| 179 |
<section id="resources">
|
|
|
|
| 181 |
<ul class="links">
|
| 182 |
<li><a href="https://huggingface.co/Wan-AI" target="_blank" rel="noopener"><span>Wan-AI on Hugging Face</span><span class="host">huggingface.co</span></a></li>
|
| 183 |
<li><a href="https://github.com/Wan-Video/Wan2.2" target="_blank" rel="noopener"><span>Wan2.2 on GitHub</span><span class="host">github.com</span></a></li>
|
| 184 |
+
<li><a href="https://wavespeed.ai/collections/wan-2-2?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener"><span>Hosted endpoints</span><span class="host">wavespeed.ai</span></a></li>
|
| 185 |
+
<li><a href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
|
| 186 |
</ul>
|
| 187 |
</section>
|
| 188 |
</main>
|
|
|
|
| 191 |
<div class="wrap">
|
| 192 |
<p>This page is a model reference maintained by WaveSpeed AI. The model itself is developed and released by its respective authors; trademarks belong to them. WaveSpeed AI provides hosted inference for it.</p>
|
| 193 |
<div class="footer-links">
|
| 194 |
+
<a href="https://wavespeed.ai?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">WaveSpeed AI</a>
|
| 195 |
+
<a href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=wan2_2" target="_blank" rel="noopener">Docs</a>
|
| 196 |
<a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
|
| 197 |
</div>
|
| 198 |
</div>
|