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

bn · 2025-1-8 09:37:57 · 223 次点击

从早上开始使用一直报 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"
  }
}
举报· 223 次点击
登录 注册 站外分享
1 条回复  
bestsanmao 小成 2025-1-8 09:44:01
刚试了一下 确实 { "error": { "code": 500, "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting", "status": "INTERNAL" } }
返回顶部