siriusliangcn
0.01D
0.01D
V2EX  ›  DeepSeek

我一个朋友说,去年她在 DeepSeek 官网充了 100 块钱,到现在还没用完。

  •  
  •   siriusliangcn · 3 days ago · 4807 views

    一开始我以为是 DeepSeek 便宜得离谱。

    后来我也充值了。

    现在我才知道,再便宜也不可能 100 块钱用一年。

    她其实是在隐晦的告诉我:太难用了,根本不用,所以用不完。

    43 replies    2026-06-18 10:04:24 +08:00
    fortynine
        1
    fortynine  
       3 days ago via Android
    emmm ,不如送我?
    grimbedroom
        2
    grimbedroom  
       3 days ago
    去年 11 月充值 100 ,当时帮前同事跑一些数据,最近接在 Hermes 上,flash 完全没法用,说东执行西,pro 凑合能用但也总感觉差点意思,截至目前只花了 18.05 ,用中转的 5.5 把它们替换了,便宜大碗的 5.5 不用去用 deepseek 给自己找罪受
    AlohaV2
        3
    AlohaV2  
       3 days ago
    @grimbedroom 去年 11 月有 flash/pro? 穿越了么
    AlohaV2
        4
    AlohaV2  
       3 days ago
    @grimbedroom sorry 理解错误。不过似乎接 openclaw 还行,但缺多模态很麻烦
    rb6221
        5
    rb6221  
       3 days ago   ❤️ 1
    deepseek V4 是对 tool calling 优化的没那么好,之前见过有人写了个 rule 来针对 deepseek 调优,能明显提升调用效果:

    # Tool Calling Rules

    When calling tools, follow these rules strictly. They override any conflicting habits from chat training.

    ## Argument formatting

    1. **Omit optional fields you don't need.** Do not send `null`, `""`, `{}`, or `[]` as a placeholder. If a field is optional and you have no value, leave it out of the JSON entirely.

    2. **Match the container type exactly.**
    - Array fields take JSON arrays: `["a", "b"]`, never `"[\"a\",\"b\"]"` (string), never `{}` (object), never `"foo"` (bare string).
    - Single-element arrays still need brackets: `["foo"]`, not `"foo"`.
    - Object fields take JSON objects, not arrays or strings.

    3. **Strings are raw strings.** Do not wrap values in extra quotes, code fences, or markdown.

    4. **Numbers and booleans are unquoted.** `30`, not `"30"`. `true`, not `"true"`.

    ## Paths and identifiers

    5. **File paths, URLs, IDs, and similar fields go to system functions, not chat output.** Never format them as markdown links, never wrap them in backticks, never add explanatory parentheses.

    Correct: `"/Users/me/notes.md"`
    Wrong: `"[notes.md](notes.md)"`
    Wrong: `` "`/Users/me/notes.md`" ``
    Wrong: `"/Users/me/notes.md (the notes file)"`

    6. **If a tool description says "path", treat it as input to a filesystem call.** No formatting, no decoration.

    ## Related parameters

    7. **When a tool has paired parameters (e.g., offset + limit, start + end, from + to), provide both or neither.** Read the description — if two fields work together, half the pair often produces an error.

    ## Recovery

    8. **If a tool returns a validation error, read the error message carefully and fix only what it complains about.** Do not rewrite the whole call. Do not retry the same arguments.

    9. **If a tool returns a "Note:" with a defaulted value, that's informational, not an error.** Continue the task. If the default is wrong, retry with the correct explicit value.

    ## Tool selection

    10. **Use the tool whose description matches your intent most specifically.** Don't reach for `shellCommand` if a dedicated tool exists. Don't reach for `execute_code` for things a single tool call can handle.
    lujiaosama
        6
    lujiaosama  
       3 days ago
    100 块我低强度使用 只够用 20 天。
    timee
        7
    timee  
       3 days ago
    之前充的 10 还没有用完……免费的太多了,排不上号,,
    111111111111
        8
    111111111111  
       3 days ago
    v4 出来之前半年用了 30 块
    v4 出来之后一天 5 块,100 块钱最多用一个月
    pharaohnie
        9
    pharaohnie  
       3 days ago
    这算什么,我前年充了 500 多,现在还剩 500 多。deepseek api 接口可用性太差,没法用于生产,纯浪费了。
    Lax
        10
    Lax  
       3 days ago
    100 块我差不多用了不到一个月。写新功能时用一些,日常维护用的很少。
    guugg
        11
    guugg  
       3 days ago
    我也是信了邪,冲了 30 ,蹭蹭一天 20 就没了。
    zhhqiang
        12
    zhhqiang  
       3 days ago
    10 块还没用完 低频用
    sora2blue
        13
    sora2blue  
       3 days ago
    不用把号送我吧
    ala2008
        14
    ala2008  
       3 days ago
    随便查询天气,几毛钱不见了,这不是我想象中的 ai
    tsja
        15
    tsja  
       3 days ago
    我用 DeepSeek 都要用破产了(当前还同时开着御三家基础档会员)

    ![图片]( https://tsja-1312706276.cos.ap-beijing.myqcloud.com/1781600233973_1acc80a9f9bcdafa.png)
    pmer
        16
    pmer  
       3 days ago
    @zhhqiang 一样
    knightdf
        17
    knightdf  
       3 days ago
    充了 450 了,用来跑马儿,便宜,自己用御三家会员
    ronman
        18
    ronman  
       3 days ago
    模型应该分级使用,根本没必要处处都用最强的模型啊,网页翻译,视频字幕翻译这些用 deepseek flash 完全够了,还便宜
    roidinev
        19
    roidinev  
       3 days ago
    同意。 我都花了 200 了
    dingawm
        20
    dingawm  
       3 days ago
    > 她其实是在隐晦的告诉我:太难用了,根本不用,所以用不完。

    你是懂阅读理解的。

    程序员很多人用 DeepSeek 都是 V4 推出之后才用得比较多的,也才就两个多月,很多人之前充了点钱都只是支持一下,尝个鲜,之前确实也没啥人用 DeepSeek 的模型写代码,和 “再便宜也不可能 100 块钱用一年” 没啥关系。

    你要说 DeepSeek 难用就难用,不用做别人的阅读理解。
    DeepSeek V4 确实能力算不上 Top 级别的模型,但是性价比应该还是能算上 Top 级别的,不然 DeepSeek API 肯定没人用,都去订阅 OAG 或者国内其他的 Coding Plan 了。
    python35
        21
    python35  
       3 days ago
    我还欠着 deepseek 钱呢
    Stargaze
        22
    Stargaze  
       3 days ago
    国内云服务器,hermes+DeepSeek 挺方便的
    finler
        23
    finler  
       3 days ago via iPhone
    不如把号送我吧
    PromiseResolve
        24
    PromiseResolve  
       3 days ago
    充了 20 块只用来给翻译插件调 API ,一年多了还没用完...
    Rust2015
        25
    Rust2015  
       3 days ago
    我平均每个月 30 块,而且属于那种高频使用
    killadm
        26
    killadm  
       3 days ago
    v3 刚出来的时候时候冲了 20 ,一直到 v4 pro 出来都没用完,v4 pro 出来后最多的时候一天就用 30 块钱
    darklinden
        27
    darklinden  
       3 days ago via iPhone
    我一个月 200 块 dsv4p ,自从 copilot 改套餐,dsv4 在我这儿干所有。

    要不是没 vision ,dsv4 在我这就是完美的模型
    ntgeralt
        28
    ntgeralt  
       3 days ago
    每天干 2 小时的话要用 1-3 元/天
    baba5
        29
    baba5  
       3 days ago
    我挺喜欢喜欢发图片问 AI 的,但是 DeepSeek 不是多模态的模型不能满足这个需求,所以我去年充的 20 块也没用完
    zenshen
        30
    zenshen  
       3 days ago
    deepseek ,我一个月用 1000 多
    zenshen
        31
    zenshen  
       3 days ago
    codex 这个月都是 3000 多。

    我一个月花在 ai 上的都快 5000 了
    liansishen
        32
    liansishen  
       3 days ago
    我用 v4 flash 接入陪读蛙的翻译接口,还挺省的
    fandown
        33
    fandown  
       3 days ago
    @python35 我欠 8 毛 8
    nofishing
        34
    nofishing  
       3 days ago
    差不多,之前 v3 充了 30 一直没咋用,现在 v4 出来又充了 200 ,咔咔用几天没了一百多,比以前又快又稳,效果还不错
    luodan
        35
    luodan  
       3 days ago
    估计“她”是没有需求,简单的知识问答,免费的完全够用。
    osilinka
        36
    osilinka  
       3 days ago
    我用免费的 flash ,感觉挺好的,我的需求就是写些 scripts
    karocXing
        37
    karocXing  
       3 days ago
    月初的时候用的狠,搞项目挺给力的。

    https://imgur.com/a/DfiRgRG
    darklowly
        38
    darklowly  
       3 days ago
    我冲了 10 块,用了 1 年,还剩 2 块多
    hefish
        39
    hefish  
       3 days ago
    你的朋友挺傻的。 告诉他要先学打字,实在不行讲话的时候要按着 Fn
    cat9life
        40
    cat9life  
       3 days ago
    也并没有你们说的那么差,两大管饱,日常个人项目够用。
    jko123
        41
    jko123  
       3 days ago
    自动 copilot 改 token 收费之后,我就分别用了 mimo 和 DeepSeek ,mimo 开了最低的套餐,1 天就给我干完了额度,不知道是 copilot 的问题还是 mimo 额度不经用,反正就没用了。DeepSeek 的话,感觉真的好蠢,感觉刚出来 v4 的时候还可以啊,这几天用起来真的蠢爆了
    19cm
        42
    19cm  
       2 days ago
    @grimbedroom 老哥有中转站推荐吗
    grimbedroom
        43
    grimbedroom  
       2 days ago
    @19cm 你可以看下我历史回复里有个朋友的站点,很便宜
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2489 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 122ms · UTC 06:52 · PVG 14:52 · LAX 23:52 · JFK 02:52
    ♥ Do have faith in what you're doing.