diff --git a/.env.example b/.env.example
index 78a3b72c..384b396a 100644
--- a/.env.example
+++ b/.env.example
@@ -5,6 +5,12 @@ LLM_API_KEY=your_api_key_here
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
LLM_MODEL_NAME=qwen-plus
+# 也可使用 Atlas Cloud(OpenAI 兼容,一套 API 访问 DeepSeek / Qwen / GLM / Kimi / MiniMax 等)
+# https://www.atlascloud.ai/ —— 把上面三个变量改为:
+# LLM_API_KEY=your_atlascloud_api_key
+# LLM_BASE_URL=https://api.atlascloud.ai/v1
+# LLM_MODEL_NAME=deepseek-ai/deepseek-v4-pro # 推理模型,max_tokens 请给足(≥512)
+
# ===== ZEP记忆图谱配置 =====
# 每月免费额度即可支撑简单使用:https://app.getzep.com/
ZEP_API_KEY=your_zep_api_key_here
diff --git a/README-ZH.md b/README-ZH.md
index 13fbcb4d..8fbf430e 100644
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -24,6 +24,14 @@
+
+
+
+
+
+
+> 🎁 **[Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=MiroFish)** 是一个全模态、OpenAI 兼容的 AI 推理平台。由于 MiroFish 通过任意 OpenAI 格式的 LLM API 驱动群体智能体,你可以把 Atlas Cloud 作为即插即用的后端——只需把 `LLM_BASE_URL` / `LLM_API_KEY` / `LLM_MODEL_NAME` 指向它,即可用一套 API 访问 DeepSeek、Qwen、GLM、Kimi、MiniMax 等众多模型,无需逐家厂商各自接入。跑大规模多轮模拟时,搭配 [coding plan](https://www.atlascloud.ai/console/coding-plan) 更省成本。
+
## ⚡ 项目概述
**MiroFish** 是一款基于多智能体技术的新一代 AI 预测引擎。通过提取现实世界的种子信息(如突发新闻、政策草案、金融信号),自动构建出高保真的平行数字世界。在此空间内,成千上万个具备独立人格、长期记忆与行为逻辑的智能体进行自由交互与社会演化。你可透过「上帝视角」动态注入变量,精准推演未来走向——**让未来在数字沙盘中预演,助决策在百战模拟后胜出**。
@@ -127,6 +135,16 @@ LLM_MODEL_NAME=qwen-plus
ZEP_API_KEY=your_zep_api_key
```
+> 💡 **使用 [Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=MiroFish)(OpenAI 兼容)** —— 因为 MiroFish 接受任意 OpenAI 格式的接口,你可以把上面三个 `LLM_*` 变量指向 Atlas Cloud,用一套 API 调用 50+ 模型:
+>
+> ```env
+> LLM_API_KEY=
+> LLM_BASE_URL=https://api.atlascloud.ai/v1
+> LLM_MODEL_NAME=deepseek-ai/deepseek-v4-pro
+> ```
+>
+> `deepseek-ai/deepseek-v4-pro` 是带推理(reasoning)的模型,请把 `max_tokens` 给足(≥ 512),否则 token 可能先耗在思维链上、最终回答为空。其他可直接使用的模型 ID 还有 `Qwen/Qwen3-235B-A22B-Instruct-2507`、`zai-org/glm-5`、`moonshotai/Kimi-K2-Thinking`、`minimaxai/minimax-m2.5` 等。
+
#### 2. 安装依赖
```bash
diff --git a/README.md b/README.md
index de082935..389b315c 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,14 @@
+
+
+
+
+
+
+> 🎁 **[Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=MiroFish)** is a full-modal, OpenAI-compatible AI inference platform. Since MiroFish drives its swarm-intelligence agents through any OpenAI-format LLM API, you can plug Atlas Cloud in as a drop-in backend — just set `LLM_BASE_URL` / `LLM_API_KEY` / `LLM_MODEL_NAME` to reach DeepSeek, Qwen, GLM, Kimi, MiniMax and more through a single API, with no multi-vendor setup. Running large multi-round simulations is more budget-friendly with the [coding plan](https://www.atlascloud.ai/console/coding-plan).
+
## ⚡ Overview
**MiroFish** is a next-generation AI prediction engine powered by multi-agent technology. By extracting seed information from the real world (such as breaking news, policy drafts, or financial signals), it automatically constructs a high-fidelity parallel digital world. Within this space, thousands of intelligent agents with independent personalities, long-term memory, and behavioral logic freely interact and undergo social evolution. You can inject variables dynamically from a "God's-eye view" to precisely deduce future trajectories — **rehearse the future in a digital sandbox, and win decisions after countless simulations**.
@@ -127,6 +135,16 @@ LLM_MODEL_NAME=qwen-plus
ZEP_API_KEY=your_zep_api_key
```
+> 💡 **Using [Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=MiroFish) (OpenAI-compatible)** — because MiroFish accepts any OpenAI-format endpoint, you can point the three `LLM_*` variables at Atlas Cloud and reach 50+ models through one API:
+>
+> ```env
+> LLM_API_KEY=
+> LLM_BASE_URL=https://api.atlascloud.ai/v1
+> LLM_MODEL_NAME=deepseek-ai/deepseek-v4-pro
+> ```
+>
+> `deepseek-ai/deepseek-v4-pro` is a reasoning model — keep `max_tokens` generous (≥ 512) so the chain-of-thought does not exhaust the budget before the final answer. Other ready-to-use IDs include `Qwen/Qwen3-235B-A22B-Instruct-2507`, `zai-org/glm-5`, `moonshotai/Kimi-K2-Thinking` and `minimaxai/minimax-m2.5`.
+
#### 2. Install Dependencies
```bash
diff --git a/static/image/atlas-cloud-logo.png b/static/image/atlas-cloud-logo.png
new file mode 100644
index 00000000..780a4769
Binary files /dev/null and b/static/image/atlas-cloud-logo.png differ