docs: 更新 README 为中文,补充免费额度说明和控制台截图

This commit is contained in:
oy-paddy
2026-06-11 15:34:58 +08:00
parent d1021a00a0
commit 0fa9de32e9
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ release.zip
data/ data/
*.log *.log
.DS_Store .DS_Store
.qoder/
+6 -2
View File
@@ -1,6 +1,10 @@
# DashScope 模型代理 # 阿里云模型代理
基于 Hono.js 的反向代理服务,同时支持 DashScope Anthropic 兼容接口和 OpenAI 兼容接口。客户端只需一个代理地址和一个代理密钥,真实 DashScope API Key 和模型池均在服务端隐藏管理。当 DashScope 返回免费额度耗尽错误时,代理自动切换模型。 基于 Hono.js 的反向代理服务,同时支持阿里云 DashScope Anthropic 兼容接口和 OpenAI 兼容接口。客户端只需一个代理地址和一个代理密钥,真实 DashScope API Key 和模型池均在服务端隐藏管理。当免费额度耗尽时,代理自动切换模型。
> 阿里云 DashScope 每个模型提供 **1000 万免费 tokens**,通过模型池聚合多个模型,可最大化利用免费额度。
![模型试用明细](image.png)
## 功能 ## 功能
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB