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>Seedance 1.0 — ByteDance video generation models</title>
|
| 7 |
<meta name="description" content="Reference for ByteDance's Seedance 1.0 video generation family: Pro and Lite variants, available endpoints, and hosted API usage." />
|
| 8 |
-
<link rel="canonical" href="https://wavespeed.ai/collections/bytedance" />
|
| 9 |
|
| 10 |
<meta property="og:type" content="website" />
|
| 11 |
<meta property="og:title" content="Seedance 1.0 — ByteDance video generation models" />
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
<body>
|
| 20 |
<header class="site-header">
|
| 21 |
<div class="wrap">
|
| 22 |
-
<a class="brand" href="https://wavespeed.ai" target="_blank" rel="noopener">
|
| 23 |
<span class="brand-mark" aria-hidden="true"></span>
|
| 24 |
<span>WaveSpeed AI</span>
|
| 25 |
</a>
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
<a class="jump opt" href="#variants">Variants</a>
|
| 29 |
<a class="jump" href="#run">Run it</a>
|
| 30 |
<a class="jump" href="#resources">Resources</a>
|
| 31 |
-
<a href="https://wavespeed.ai/collections/bytedance" target="_blank" rel="noopener">wavespeed.ai ↗</a>
|
| 32 |
</nav>
|
| 33 |
</div>
|
| 34 |
</header>
|
|
@@ -195,10 +195,10 @@ for (;;) {
|
|
| 195 |
await new Promise((r) => setTimeout(r, 1500));
|
| 196 |
}</code></pre>
|
| 197 |
</div>
|
| 198 |
-
<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>
|
| 199 |
<div class="btn-row">
|
| 200 |
-
<a class="btn" href="https://wavespeed.ai/collections/bytedance" target="_blank" rel="noopener">Open Seedance on WaveSpeed</a>
|
| 201 |
-
<a class="btn secondary" href="https://wavespeed.ai/docs" target="_blank" rel="noopener">API reference</a>
|
| 202 |
</div>
|
| 203 |
</section>
|
| 204 |
<section id="limitations">
|
|
@@ -208,10 +208,10 @@ for (;;) {
|
|
| 208 |
<section id="resources">
|
| 209 |
<h2>Resources</h2>
|
| 210 |
<ul class="links">
|
| 211 |
-
<li><a href="https://wavespeed.ai/collections/bytedance" target="_blank" rel="noopener"><span>Hosted endpoints</span><span class="host">wavespeed.ai</span></a></li>
|
| 212 |
<li><a href="https://huggingface.co/spaces/wavespeed/seedance" target="_blank" rel="noopener"><span>Video showcase</span><span class="host">huggingface.co</span></a></li>
|
| 213 |
<li><a href="https://artificialanalysis.ai/text-to-video/arena?tab=leaderboard&input=image" target="_blank" rel="noopener"><span>Artificial Analysis arena</span><span class="host">artificialanalysis.ai</span></a></li>
|
| 214 |
-
<li><a href="https://wavespeed.ai/docs" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
|
| 215 |
</ul>
|
| 216 |
</section>
|
| 217 |
</main>
|
|
@@ -220,8 +220,8 @@ for (;;) {
|
|
| 220 |
<div class="wrap">
|
| 221 |
<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>
|
| 222 |
<div class="footer-links">
|
| 223 |
-
<a href="https://wavespeed.ai" target="_blank" rel="noopener">WaveSpeed AI</a>
|
| 224 |
-
<a href="https://wavespeed.ai/docs" target="_blank" rel="noopener">Docs</a>
|
| 225 |
<a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
|
| 226 |
</div>
|
| 227 |
</div>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<title>Seedance 1.0 — ByteDance video generation models</title>
|
| 7 |
<meta name="description" content="Reference for ByteDance's Seedance 1.0 video generation family: Pro and Lite variants, available endpoints, and hosted API usage." />
|
| 8 |
+
<link rel="canonical" href="https://wavespeed.ai/collections/bytedance?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" />
|
| 9 |
|
| 10 |
<meta property="og:type" content="website" />
|
| 11 |
<meta property="og:title" content="Seedance 1.0 — ByteDance video generation models" />
|
|
|
|
| 19 |
<body>
|
| 20 |
<header class="site-header">
|
| 21 |
<div class="wrap">
|
| 22 |
+
<a class="brand" href="https://wavespeed.ai?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">
|
| 23 |
<span class="brand-mark" aria-hidden="true"></span>
|
| 24 |
<span>WaveSpeed AI</span>
|
| 25 |
</a>
|
|
|
|
| 28 |
<a class="jump opt" href="#variants">Variants</a>
|
| 29 |
<a class="jump" href="#run">Run it</a>
|
| 30 |
<a class="jump" href="#resources">Resources</a>
|
| 31 |
+
<a href="https://wavespeed.ai/collections/bytedance?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">wavespeed.ai ↗</a>
|
| 32 |
</nav>
|
| 33 |
</div>
|
| 34 |
</header>
|
|
|
|
| 195 |
await new Promise((r) => setTimeout(r, 1500));
|
| 196 |
}</code></pre>
|
| 197 |
</div>
|
| 198 |
+
<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=bytedance_seedance" target="_blank" rel="noopener">WaveSpeed dashboard</a>.</p></div>
|
| 199 |
<div class="btn-row">
|
| 200 |
+
<a class="btn" href="https://wavespeed.ai/collections/bytedance?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">Open Seedance on WaveSpeed</a>
|
| 201 |
+
<a class="btn secondary" href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">API reference</a>
|
| 202 |
</div>
|
| 203 |
</section>
|
| 204 |
<section id="limitations">
|
|
|
|
| 208 |
<section id="resources">
|
| 209 |
<h2>Resources</h2>
|
| 210 |
<ul class="links">
|
| 211 |
+
<li><a href="https://wavespeed.ai/collections/bytedance?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener"><span>Hosted endpoints</span><span class="host">wavespeed.ai</span></a></li>
|
| 212 |
<li><a href="https://huggingface.co/spaces/wavespeed/seedance" target="_blank" rel="noopener"><span>Video showcase</span><span class="host">huggingface.co</span></a></li>
|
| 213 |
<li><a href="https://artificialanalysis.ai/text-to-video/arena?tab=leaderboard&input=image" target="_blank" rel="noopener"><span>Artificial Analysis arena</span><span class="host">artificialanalysis.ai</span></a></li>
|
| 214 |
+
<li><a href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
|
| 215 |
</ul>
|
| 216 |
</section>
|
| 217 |
</main>
|
|
|
|
| 220 |
<div class="wrap">
|
| 221 |
<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>
|
| 222 |
<div class="footer-links">
|
| 223 |
+
<a href="https://wavespeed.ai?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">WaveSpeed AI</a>
|
| 224 |
+
<a href="https://wavespeed.ai/docs?utm_source=huggingface&utm_medium=space&utm_campaign=bytedance_seedance" target="_blank" rel="noopener">Docs</a>
|
| 225 |
<a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
|
| 226 |
</div>
|
| 227 |
</div>
|