There's an issue with the selected model (claude-sonnet-4-6-cc[1m]). It may not ...
错误信息
There's an issue with the selected model (claude-sonnet-4-6-cc[1m]). 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 (claude-sonnet-4-6-cc[1m]). It may not exist or you may not have access to it. Run /model to pick a different model.
译文:所选模型(claude-sonnet-4-6-cc[1m])存在问题。它可能不存在或您无权访问。请运行/model选择其他模型。
2. 原因分析
claude-sonnet-4-6-cc[1m]无效(不存在或无访问权限)。 [1m]可能是格式残留字符)。3.解决方案
# 步骤1:列出所有可用模型
/model
# 步骤2:从输出中选择存在且有访问权限的模型(如claude-sonnet-4)
# 示例:切换至有效模型
use claude-sonnet-4 # 替换为实际可用模型名
4. 预防措施
/model确认可用列表,避免拼写/格式错误; [1m]),使用平台文档推荐的纯净标识。 ---
注:若仍无法解决,请联系平台管理员确认模型权限。