From 5c8a43feb98ca56469d571978ee614b7f60cdc12 Mon Sep 17 00:00:00 2001 From: foxhui Date: Mon, 22 Dec 2025 03:34:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/introduction.md | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index 42a4093..4f7fa7b 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -1,19 +1,30 @@ # WebAI2API -![Image](https://github.com/user-attachments/assets/296a518e-c42b-4e39-8ff6-9b4381ed4f6e) -## 📝 项目简介 +## 项目简介 **WebAI2API** 是一个基于 **Camoufox (Playwright)** 的网页版 AI 服务转通用 API 的工具。通过模拟人类操作与 LMArena、Gemini 等网站交互,提供兼容 **OpenAI 格式** 的接口服务,同时支持 **多窗口并发** 与 **多账号管理**(浏览器实例数据隔离)。 ### 📋 当前支持列表 -| 网站名称 | 文本支持 | 图片支持 | -| :--- | :---: | :---: | -| [**LMArena**](https://lmarena.ai/) | ✅ | ✅ | -| [**Gemini Enterprise Business**](https://business.gemini.google/) | ✅ | ✅ | -| [**Nano Banana Free**](https://nanobananafree.ai/) | ❌ | ✅ | -| [**zAI**](https://zai.is/) | ❌ | ✅ | -| [**Google Gemini**](https://gemini.google.com/) | ❌ | ✅ | -| [**ZenMux**](https://zenmux.ai/) | ✅ | ❌ | +| 网站名称 | 文本生成 | 图片生成 | 视频生成 | +| :--- | :---: | :---: | :---: | +| [**LMArena**](https://lmarena.ai/) | ✅ | ✅ | 🚫 | +| [**Gemini Enterprise Business**](https://business.gemini.google/) | ✅ | ✅ | ✅ | +| [**Nano Banana Free**](https://nanobananafree.ai/) | 🚫 | ✅ | 🚫 | +| [**zAI**](https://zai.is/) | ❌ | ✅ | 🚫 | +| [**Google Gemini**](https://gemini.google.com/) | ✅ | ✅ | ✅ | +| [**ZenMux**](https://zenmux.ai/) | ✅ | ❌ | 🚫 | +| [**ChatGPT**](https://chatgpt.com/) | ❌ | ✅ | 🚫 | +| 待续... | - | - | - | -> 未来可能会支持更多网站... \ No newline at end of file +::: tip 实测环境表现 +**获取完整模型列表**: 通过 `GET /v1/models` 接口查看当前配置下所有可用模型及其详细信息。 + +✅目前支持;❌目前不支持,但未来可能会支持;🚫网站不支持,是否在支持看网站具体情况; +::: + +## 项目截图 + +![Image](https://github.com/user-attachments/assets/296a518e-c42b-4e39-8ff6-9b4381ed4f6e) + +![Image](https://github.com/user-attachments/assets/06f31024-ecd4-48d2-9789-eedc98c9c5b9) \ No newline at end of file