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

大家的 Gemini 2.0 Flash thinking 还正常吗?

  •  1
     
  •   bn · 10 天前 · 740 次点击

    从早上开始使用一直报 500 ,更换了 api key 也没用,更换代理节点也没有效果,也没有搜到其他人反馈异常的帖子,想问问大家现在 gemini-2.0-flash-thinking 能正常使用吗? 换成 gemini-1.5-flash 是正常的。

    curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-thinking-exp-1219:generateContent?key=xxxx" -H 'Content-Type: application/json' -X POST -d '{
      "contents": [{
        "parts":[{"text": "Explain how AI works"}]
        }]
       }'
    {
      "error": {
        "code": 500,
        "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting",
        "status": "INTERNAL"
      }
    }
    
    2 条回复    2025-01-11 09:26:25 +08:00
    bestsanmao
        1
    bestsanmao  
       10 天前
    刚试了一下 确实

    {
    "error": {
    "code": 500,
    "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting",
    "status": "INTERNAL"
    }
    }
    haixiu
        2
    haixiu  
       7 天前
    我这边随机出现,过段时间又好了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2641 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 04:55 · PVG 12:55 · LAX 20:55 · JFK 23:55
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.