diff --git a/apps/website/src/components/models/ModelCreationsSection.vue b/apps/website/src/components/models/ModelCreationsSection.vue
new file mode 100644
index 0000000000..43c5bc99b3
--- /dev/null
+++ b/apps/website/src/components/models/ModelCreationsSection.vue
@@ -0,0 +1,136 @@
+
+
+
+
+
+ {{ title }}
+
+
+ {{ ctaLabel }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/website/src/i18n/translations.ts b/apps/website/src/i18n/translations.ts
index a639d1c0fa..33540a9df0 100644
--- a/apps/website/src/i18n/translations.ts
+++ b/apps/website/src/i18n/translations.ts
@@ -4200,6 +4200,14 @@ const translations = {
en: 'Try {name} Now',
'zh-CN': '立即试用 {name}'
},
+ 'models.list.creations.title': {
+ en: '{name} Image and Video Creations',
+ 'zh-CN': '{name} 图像与视频创作'
+ },
+ 'models.list.creations.cta': {
+ en: 'Explore Workflows',
+ 'zh-CN': '探索工作流'
+ },
'models.list.heroTitle.before': {
en: 'Run the world’s leading AI models in',
'zh-CN': '在以下平台运行世界领先的 AI 模型'
diff --git a/apps/website/src/pages/models.astro b/apps/website/src/pages/models.astro
index b192dfa591..ee70b1732b 100644
--- a/apps/website/src/pages/models.astro
+++ b/apps/website/src/pages/models.astro
@@ -1,6 +1,8 @@
---
import BaseLayout from '../layouts/BaseLayout.astro'
import ModelsHeroSection from '../components/models/ModelsHeroSection.vue'
+import ModelCreationsSection from '../components/models/ModelCreationsSection.vue'
+import ProductShowcaseSection from '../components/home/ProductShowcaseSection.vue'
---
+
+
diff --git a/apps/website/src/pages/zh-CN/models.astro b/apps/website/src/pages/zh-CN/models.astro
index 014586f211..46230b547d 100644
--- a/apps/website/src/pages/zh-CN/models.astro
+++ b/apps/website/src/pages/zh-CN/models.astro
@@ -1,6 +1,8 @@
---
import BaseLayout from '../../layouts/BaseLayout.astro'
import ModelsHeroSection from '../../components/models/ModelsHeroSection.vue'
+import ModelCreationsSection from '../../components/models/ModelCreationsSection.vue'
+import ProductShowcaseSection from '../../components/home/ProductShowcaseSection.vue'
---
+
+