curl https://geekai.co/api/v1beta/models/gemini-3-flash-preview:generateContent \ -H "content-type: application/json" \ -H "x-goog-api-key: $GEEKAI_API_KEY" \ -X POST \ -d '{ "contents": [ { "parts": [ { "text": "Hello, Gemini" } ] } ] }'
此页面对您有帮助吗?