Claude 的官方 API 服务价格较高,但订阅 Claude Max 会员后,用户可获得大量专用于 Claude Code (编程专用模型)的使用额度。因此,是否可以通过解析 Claude Code 的 API ,将日常对话等非编码任务也通过该渠道生成回复,从而间接实现更长时间、更低成本的 API 使用。
|      1leetcode2020      14 天前 后知后觉了,大清早亡了 | 
|      2sbmzhcn      10 天前 这不就是很多 cc 中转站干的事吗,看来很赚钱,几十家干这个的。 | 
|      3spammy88 OP @sbmzhcn 通过 claude code 哪怕只发送一条 "hello", claude code 也会产生超长 history, 会自动拼接上各种系统工具的 prompt, 我截取了一段 claude code 自动产生的 prompt:  "Please write a 5-10 word title for the following conversation:\n\nUser: Warmup\n\nClaude: I'm ready to help you search through codebases and find files! I'm Claude Code, Anthropic's file search specialist.", 但是如果直接使用 api 发送 "hello", 只会产生一条简短的 history. claude 不仅可以用于编码任务, 对于日常对话, 角色扮演等回答质量也很高, 但是 api 定价较贵, 所以可以使用 claude code 的频道来对接 claude 大模型. 我的担心是, Anthropic 会不会对于此种行为进行封号? 一旦检测到通过 claude code 的频道发送的消息太过于简短, 缺少工具描述等 prompt, 大量非编码任务, 就自动进行封号. |