docs: update .env.example to clarify model pools and add image model IDs

This commit is contained in:
oy-paddy
2026-06-11 17:31:32 +08:00
parent 258c39fa58
commit 3843135eab
+4 -1
View File
@@ -14,9 +14,12 @@ UPSTREAM_BASE_URL=https://dashscope.aliyuncs.com/apps/anthropic
# DashScope OpenAI 兼容协议(Chat Completions)的基础 URL # DashScope OpenAI 兼容协议(Chat Completions)的基础 URL
OPENAI_UPSTREAM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 OPENAI_UPSTREAM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
# 逗号分隔的模型池,代理会用其中之一覆盖请求体中的 "model" 字段 # 文本模型,逗号分隔的模型池,代理会用其中之一覆盖请求体中的 "model" 字段
MODEL_IDS=deepseek-v4-flash,deepseek-v4-pro,qwen3.7-max-2026-06-08,qwen3.7-plus-2026-05-26,qwen3.7-plus,qwen3.7-max-preview,qwen3.7-max-2026-05-17,qwen3.7-max,qwen3.7-max-2026-05-20,qwen3.6-27b,qwen3.6-max-preview,qwen3.6-flash,qwen3.6-35b-a3b,qwen3.6-flash-2026-04-16,qwen3.6-plus,qwen3.6-plus-2026-04-02 MODEL_IDS=deepseek-v4-flash,deepseek-v4-pro,qwen3.7-max-2026-06-08,qwen3.7-plus-2026-05-26,qwen3.7-plus,qwen3.7-max-preview,qwen3.7-max-2026-05-17,qwen3.7-max,qwen3.7-max-2026-05-20,qwen3.6-27b,qwen3.6-max-preview,qwen3.6-flash,qwen3.6-35b-a3b,qwen3.6-flash-2026-04-16,qwen3.6-plus,qwen3.6-plus-2026-04-02
# 图片模型
IMAGE_MODEL_IDS=qwen-image-2.0-pro-2026-04-22,wan2.7-i2v,wan2.7-image-pro,wan2.7-t2v,wan2.7-videoedit,wan2.7-image
# 免费额度耗尽后,该密钥+模型组合的禁用时长(秒)。默认 30 天。 # 免费额度耗尽后,该密钥+模型组合的禁用时长(秒)。默认 30 天。
MODEL_COOLDOWN_SECONDS=2592000 MODEL_COOLDOWN_SECONDS=2592000