mikey (@mikeee)LA cloudcone 搬机房后的好像已经不可以直接访问gemini 接口 中发帖

LA cloudcone 几个星期前搬机房后ip成了182.x.y.z。今天发现已不能直接访问gemini 接口: 
curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-flash-latest:generateContent" \
  -H 'Content-Type: application/json' \
  -H 'X-goog-api-key: $GEMINI_API_KEY \
  -X POST \
  -d '{
    "contents": [
      {
        "parts": [
          {
            "text": "Explain how AI works in a few words"
          }
        ]
   ...
 
 
Back to Top