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

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

  •  1
     
  •   bn · 18 小时 25 分钟前 · 331 次点击

    从早上开始使用一直报 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"
      }
    }
    
    1 条回复    2025-01-08 09:44:01 +08:00
    bestsanmao
        1
    bestsanmao  
       18 小时 18 分钟前
    刚试了一下 确实

    {
    "error": {
    "code": 500,
    "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting",
    "status": "INTERNAL"
    }
    }
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1015 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 18ms · UTC 20:03 · PVG 04:03 · LAX 12:03 · JFK 15:03
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.