从早上开始使用一直报 500 ,更换了 api key 也没用,更换代理节点也没有效果,也没有搜到其他人反馈异常的帖子,想问问大家现在 gemini-2.0-flash-thinking 能正常使用吗? 换成 gemini-1.5-flash 是正常的。
curl "https://generativelanguage.googleapis.com/v1betamodels/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 bestsanmao 279 天前 刚试了一下 确实 { "error": { "code": 500, "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting", "status": "INTERNAL" } } |
![]() | 2 haixiu 276 天前 我这边随机出现,过段时间又好了 |
![]() | 3 wangpao 257 天前 via iPhone 有的时候会出现,出现的时候使用非英文容易出现这种问题,换英文就正常 |