There's an issue with the selected model (claude-sonnet-4-6-cc[1m]). It may not ...

2026年04月14日 11:50 processing

错误信息

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]),使用平台文档推荐的纯净标识。
  • ---
    :若仍无法解决,请联系平台管理员确认模型权限。