我最近感觉他的能力有问题,甚至不如一些镜像站。有时候和他说制定计划,他上来就咔咔写,我看到思路有问题只好让他停下来纠正他。
今天看到结束日志我发现了一个更大的问题,居然有claude-3-5-haiku
模型! 我不太懂,正常来讲 claude code 会使用这个模型吗? 这是不是就说明他没有给我用正常的 claude code?
结束的信息如下:
Total cost: $10.41
Total duration (API): 47m 25.2s
Total duration (wall): 2h 49m 46.5s
Total code changes: 2284 lines added, 1158 lines removed
Usage by model:
claude-3-5-haiku: 77.5k input, 2.5k output, 0 cache read, 0 cache write
claude-sonnet: 3.2k input, 94.9k output, 20.6m cache read, 724.2k cache write
```
![]() |
1
ShayneWang 10 天前
正常的 claude-3-5-haiku 是拿来读写文件的,不参与问题的思考,官方默认的行为
|
2
lt0136 10 天前
根据我的观察,claude code 会用 claude-3-5-haiku 去做两个任务:
可以通过环境变量 `ANTHROPIC_SMALL_FAST_MODEL` 指定模型,默认是 `claude-3-5-haiku` 任务 1:给任务起标题 ```json { "model": "claude-3-5-haiku", "stream": true, "system": [ { "text": "Summarize this coding conversation in under 50 characters.\nCapture the main task, key files, problems addressed, and current status.", "type": "text", "cache_control": { "type": "ephemeral" } } ], "messages": [ { "role": "user", "content": "你的输入" ], "max_tokens": 512, "temperature": 0 } ``` 任务 2:判断是不是新 topic ```json { "model": "claude-3-5-haiku", "stream": true, "system": [ { "text": "Analyze if this message indicates a new conversation topic. If it does, extract a 2-3 word title that captures the new topic. Format your response as a JSON object with two fields: 'isNewTopic' (boolean) and 'title' (string, or null if isNewTopic is false). Only include these fields, no other text.", "type": "text" } ], "messages": [ { "role": "user", "content": "你的输入" } ], "max_tokens": 512, "temperature": 0 } ``` |
3
mrlmh00 10 天前
正常的
|
4
burtnonald2 10 天前
小红书找这个,你还不如百度呢?
都上 V2EX 了,随便搜一下,大部分都比小红书那些靠谱吧。。。 那个上面,很多忽悠小白的。。。我记得当时一个 gpt 账号能卖 50 来着,就是普通的账号 |
5
fingerxie OP @burtnonald2 说是拼车,360 块钱一个月,,,,我就顺手参与了
|
![]() |
6
anivie 10 天前
@burtnonald2 小红书上拼车挺多的,这种东西在哪上水都深
|
7
waistcoat09 10 天前
linux.do 一堆公益 claude code 啊,不用花钱.
|
9
leetcode2020 10 天前
Claude Code Pro 默认是 Sonnet 4 ,并且 仅限 Sonnet 4 。你说的那个 claude-3-5-haiku 应该是 Claude Desktop 里的还没有 disable 的模型,应该是直接调用 API 的。
t/1147507#reply1 所述,该功能完全由 Sonnet 4 实现。 |
![]() |
10
chanChristin PRO @fingerxie
360 一个月,不行我给你开 claude pro 吧,我收个手续费如何,官方开通只需要 20 刀,就算你走 app store 订阅或者 Google play 订阅也不过多 5 刀。 真的是看到别人赚钱比自己亏钱都难受。 |
![]() |
11
ck19920702 9 天前 via Android
@chanChristin 有没有可能人家是 max 拼车
|
![]() |
12
chanChristin PRO @ck19920702 #11
max 拼车结果是 3.5 haiku ?那更冤种了 |
13
LuliYanng 9 天前 via Android
文件读写这些简单的工作好像是会交给 sonnet3.5 来做,节省成本
|
14
LuliYanng 9 天前 via Android
可以/model 指定 claude 4 opus
|
![]() |
15
Leoking222 9 天前
正常的 一些非常简单的会使用 3.5
|
![]() |
16
lzsadam 3 天前
https://co.yes.vg/register?ref=TED9QOQ
这个镜像站我从 linux.do 发现的,用了几天了,体验非常好。推荐下,如果不喜 aff 请自行去掉就是。 我买的 29 的 Pro 版,每天 100 的额度,高强度使用才能用完。 作者有 discord 群,大伙的反馈更新的很积极,每天在线很长时间处理问题。 我比较过其它的,如果每天高强度使用的话,应该是目前最便宜的一家了。 |