diff --git a/README.md b/README.md
index 7d6437bdd..d9ccfa4d6 100644
--- a/README.md
+++ b/README.md
@@ -443,6 +443,19 @@ DBX is free and open source, but ongoing maintenance, database compatibility tes
Visit Easysearch
+
+
+
+
+
+ |
+
+ Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.
+ |
+
+ Visit Atlas Cloud
+ |
+
- [Support DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) — voluntary donations via WeChat or Alipay
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 5942b9240..62a38da18 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -439,6 +439,19 @@ DBX 是免费开源项目,但持续维护、数据库兼容性测试、基础
访问 Easysearch
+
+
+
+
+
+ |
+
+ Atlas Cloud 为开发者提供统一的多模态 AI API,可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。
+ |
+
+ 访问 Atlas Cloud
+ |
+
- [支持 DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) —— 通过微信或支付宝自愿捐助
diff --git a/docs/app/[lang]/page.tsx b/docs/app/[lang]/page.tsx
index e27f68975..510a53a5e 100644
--- a/docs/app/[lang]/page.tsx
+++ b/docs/app/[lang]/page.tsx
@@ -393,6 +393,8 @@ const i18nText = {
rainyunSponsorAction: "Visit RainYun",
easysearchSponsorDesc: "Easysearch is an enterprise-grade distributed search engine compatible with Elasticsearch APIs, combining full-text, vector, geospatial search, real-time analytics, and AI capabilities in one platform.",
easysearchSponsorAction: "Visit Easysearch",
+ atlasCloudSponsorDesc: "Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.",
+ atlasCloudSponsorAction: "Visit Atlas Cloud",
footerTitle: "Ready to try DBX?",
footerDesc: "Use the desktop app for local work, or deploy the Docker version for browser-based access.",
release: "Latest release",
@@ -423,6 +425,8 @@ const i18nText = {
rainyunSponsorAction: "访问雨云",
easysearchSponsorDesc: "Easysearch 是一款企业级分布式搜索引擎,兼容 ES API、融合全文检索、向量检索、地理空间位置检索、实时分析与 AI 能力,为企业提供统一的数据检索与智能分析基础设施。",
easysearchSponsorAction: "访问 Easysearch",
+ atlasCloudSponsorDesc: "Atlas Cloud 为开发者提供统一的多模态 AI API,可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。",
+ atlasCloudSponsorAction: "访问 Atlas Cloud",
footerTitle: "准备试试 DBX?",
footerDesc: "本地工作使用桌面版,需要浏览器访问时部署 Docker 版。",
release: "最新版本",
@@ -495,6 +499,14 @@ export default async function LandingPage({ params }: { params: Promise<{ lang:
description: t.easysearchSponsorDesc,
action: t.easysearchSponsorAction,
},
+ {
+ name: "Atlas Cloud",
+ href: "https://www.atlascloud.ai/?ref=6YYXWA",
+ logo: "https://www.atlascloud.ai/logo.svg",
+ logoClass: "w-full max-w-[100px] object-contain",
+ description: t.atlasCloudSponsorDesc,
+ action: t.atlasCloudSponsorAction,
+ },
];
return (
diff --git a/docs/app/[lang]/sponsors/page.tsx b/docs/app/[lang]/sponsors/page.tsx
index 7d5f9d352..546a8d3b1 100644
--- a/docs/app/[lang]/sponsors/page.tsx
+++ b/docs/app/[lang]/sponsors/page.tsx
@@ -15,6 +15,8 @@ const i18n = {
rainyunSponsorAction: "Visit RainYun",
easysearchSponsorDesc: "Easysearch is an enterprise-grade distributed search engine compatible with Elasticsearch APIs, combining full-text, vector, geospatial search, real-time analytics, and AI capabilities in one platform.",
easysearchSponsorAction: "Visit Easysearch",
+ atlasCloudSponsorDesc: "Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.",
+ atlasCloudSponsorAction: "Visit Atlas Cloud",
becomeTitle: "Sponsorship inquiries",
becomeDesc: "If you would like to support DBX with funding, infrastructure, developer tools, or services, tell us about the idea and how to reach you.",
},
@@ -27,6 +29,8 @@ const i18n = {
rainyunSponsorAction: "访问雨云",
easysearchSponsorDesc: "Easysearch 是一款企业级分布式搜索引擎,兼容 ES API、融合全文检索、向量检索、地理空间位置检索、实时分析与 AI 能力,为企业提供统一的数据检索与智能分析基础设施。",
easysearchSponsorAction: "访问 Easysearch",
+ atlasCloudSponsorDesc: "Atlas Cloud 为开发者提供统一的多模态 AI API,可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。",
+ atlasCloudSponsorAction: "访问 Atlas Cloud",
becomeTitle: "赞助合作",
becomeDesc: "如果你愿意通过资金、基础设施、开发工具或服务资源支持 DBX,请留下联系方式和合作说明。",
},
@@ -74,6 +78,14 @@ export default async function SponsorsPage({ params }: { params: Promise<{ lang:
description: t.easysearchSponsorDesc,
action: t.easysearchSponsorAction,
},
+ {
+ name: "Atlas Cloud",
+ href: "https://www.atlascloud.ai/?ref=6YYXWA",
+ logo: "https://www.atlascloud.ai/logo.svg",
+ logoClass: "w-full max-w-[136px] object-contain",
+ description: t.atlasCloudSponsorDesc,
+ action: t.atlasCloudSponsorAction,
+ },
];
return (