把图像模型换成 qwen3.6-flash #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
之前图像识别用的是qw3-vl-plus,额度已经用完。
现在切换到 qwen3.6-flash。
bailian token不变。
问题
图像模型 qwen3-vl-plus 额度已用完,API 返回 Arrearage。
根因
DashScope qwen3-vl-plus 账户欠费,需切换模型。
修复
两处 LLM.py 的 IMAGE_MODEL 从 qwen3-vl-plus 改为 qwen3.6-flash,_VISION_KEYWORDS 加入 qwen3.6 路由识别。
验证
[da-0603-1426]
问题
图像模型 qwen3-vl-plus 额度已用完,API 返回 Arrearage。
根因
DashScope qwen3-vl-plus 账户欠费。
修复
IMAGE_MODEL 从 qwen3-vl-plus 改为 qwen3.6-flash。_VISION_KEYWORDS 加入 qwen3.6 确保路由到 DashScope。
验证
[da-0603-1426]