V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
dzdh
V2EX  ›  OpenAI

不返回 usage 信息怎么办

  •  
  •   dzdh · 5 天前 · 445 次点击

    记录 token 消耗情况。

    stream 模式同时开启stream_options:{"include_usage':true}使用 4o-mini ,调用image_url分析图片时,发现不返回 usage 信息。怎么破

    3 条回复    2024-12-07 15:31:07 +08:00
    zhhmax
        1
    zhhmax  
       5 天前
    你用的 API 来源是正规的吗?我试了一下没问题的:
    data: {"id":"","object":"chat.completion.chunk","created":1733456998,"model":"gpt-4o-mini-2024-07-18","system_fingerprint":"","choices":[],"usage":{"prompt_tokens":8525,"completion_tokens":80,"total_tokens":8605,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}}}
    dzdh
        2
    dzdh  
    OP
       4 天前
    @zhhmax 貌似是 azure api-version 参数的问题。2024-08 以后的才支持 include_usage
    zhhmax
        3
    zhhmax  
       4 天前
    @dzdh 那怪不得,我用的官方 API
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   895 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 22:36 · PVG 06:36 · LAX 14:36 · JFK 17:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.