diff --git a/docs/examples.md b/docs/examples.md
index dd93af7532..a4e147dc05 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -230,6 +230,22 @@ hide:
+## Models
+
+
+
+
100%
+
+Uploaded 1 file, 8 375 523 bytes
+
+wget https://bashupload.com/fIo7l/wan22.mp4
+```
+
+
+
+If you want you can override the default GPU, spot policy, and even the prompt via the CLI.
+
+
+
+```shell
+$ PROMPT=...
+$ dstack apply -f examples/models/wan22/.dstack.yml --spot --gpu H100,H200:8
+
+ # BACKEND RESOURCES INSTANCE TYPE PRICE
+ 1 aws (us-east-2) cpu=192 mem=2048GB disk=300GB H100:80GB:8 (spot) p5.48xlarge $6.963
+ 2 datacrunch (FIN-02) cpu=176 mem=1480GB disk=300GB H100:80GB:8 (spot) 8H100.80S.176V $7.93
+ 3 datacrunch (ICE-01) cpu=176 mem=1450GB disk=300GB H200:141GB:8 (spot) 8H200.141S.176V $7.96
+
+---> 100%
+
+Uploaded 1 file, 8 375 523 bytes
+
+wget https://bashupload.com/fIo7l/wan22.mp4
+```
+
+
+
+## Source code
+
+The source-code of this example can be found in
+[`examples/models/wan22` :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack/blob/master/examples/models/wan22){:target="_blank"}.
diff --git a/mkdocs.yml b/mkdocs.yml
index 7d93d96239..df2ea690e4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -292,6 +292,8 @@ nav:
- TPU: examples/accelerators/tpu/index.md
- Intel Gaudi: examples/accelerators/intel/index.md
- Tenstorrent: examples/accelerators/tenstorrent/index.md
+ - Models:
+ - Wan2.2: examples/models/wan22/index.md
- Changelog: blog/changelog.md
- Case studies: blog/case-studies.md
- Benchmarks: blog/benchmarks.md