There's an issue with the selected model (01-ai/yi-large). It may not exist or y...

2026年05月26日 11:40 15.90 秒 success

错误信息

There's an issue with the selected model (01-ai/yi-large). It may not exist or you may not have access to it. Run /model to pick a different model.

AI 解决方案

🔍 错误分析

1. 🌐 错误翻译


原文:There's an issue with the selected model (01-ai/yi-large). It may not exist or you may not have access to it.
译文:所选模型 (01-ai/yi-large) 存在问题。该模型可能不存在,或者您没有访问权限。

2. 🎯 原因分析


这是一个AI模型访问权限/可用性错误,可能的原因:

可能原因说明
🔴 模型不存在01-ai/yi-large 模型名称错误或已下线
🔴 权限不足您的账户未获得该模型的访问权限
🔴 API密钥问题当前密钥不支持该模型
🟡 订阅限制免费账户可能无法使用某些高级模型

3. 💡 解决方案

方法一:切换模型
按照提示执行:

/model

然后选择其他可用模型(如 gpt-3.5-turbogpt-4 等)

方法二:检查模型名称
确认正确的模型标识符:

# 01-ai 提供的模型名称示例
- yi-large        # 而不是 yi-large
- yi-medium
- yi-spark

方法三:验证API配置

# 检查当前配置的模型
/model status

# 列出可用模型
/model list

4. 🛡️ 预防措施


  • ✅ 使用前先执行 /model list 确认可用模型列表

  • ✅ 确认您的账户订阅级别是否支持目标模型

  • ✅ 保持API密钥的权限与所需模型匹配

  • 建议操作:执行 /model 命令选择一个您确认有权限访问的模型即可解决问题。