WWW.YOUINFO.SITE
标签聚合 1M

/tag/1M

LinuxDo 最新话题 · 2026-06-10 16:11:11+08:00 · tech

各位佬友好,用any接claude code桌面版提示以下问题: Configured model not available Your gateway couldn’t serve claude-opus-4-8 . This model may not be configured on your gateway, or access may be restricted. Details Your gateway couldn’t serve claude-opus-4-8 . This model may not be configured on your gateway, or access may be restricted. message: Gateway rejected model "claude-opus-4-8" (HTTP 400) httpStatus: 400 requestUrl: https://a-ocnfniawgw.cn-shanghai.fcapp.run/v1/messages probedModel: claude-opus-4-8 responseBody: {"error":"1m 上下文已经全量可用,请启用 1m 上下文后重试","type":"error"} endpoint: https://a-ocnfniawgw.cn-shanghai.fcapp.run/ checkedAt: 2026-06-10T08:05:31.245Z 下面是我的配置: { “env”: { “ANTHROPIC_AUTH_TOKEN”: “sk-”, “ANTHROPIC_BASE_URL”: “ https://a-ocnfniawgw.cn-shanghai.fcapp.run ”, “ANTHROPIC_DEFAULT_HAIKU_MODEL”: “claude-opus-4-8[1M]”, “ANTHROPIC_DEFAULT_OPUS_MODEL”: “claude-opus-4-8[1M]”, “ANTHROPIC_DEFAULT_SONNET_MODEL”: “claude-opus-4-8[1M]”, “ANTHROPIC_MODEL”: “claude-opus-4-8[1M]” }, “includeCoAuthoredBy”: false } 要怎么调整吗? 或者有没有佬友发下可以用的配置?谢谢啦~ 5 个帖子 - 4 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-06-09 12:05:04+08:00 · tech

Error: claude-opus-4-8[1m] is temporarily unavailable, so auto mode cannot determine the safety of Bash right now. Wait briefly and then try this action again. If it keeps failing, continue with other tasks that don’t require this action and come back to it later. Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used. 中转站的claude模型没有提供classifier模型,不是auto mode,classifier在plan模式下用于判断命令是否是只读。在配置文件中加上 "permissions": { "allow": \["Bash"\] } 也没用,就算直接claude --dangerously-skip-permissions也不能解决plan阶段的classifier不能用的问题。 佬们有什么解决方法吗 3 个帖子 - 3 位参与者 阅读完整话题