Authorization: Bearer ********************
x-api-key: ********************
{ "contents": [ { "parts": [ { "text": "用一句话介绍西湖" } ] } ] }
curl --location '/v1beta/models/gemini-2.5-pro:streamGenerateContent' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "contents": [ { "parts": [ { "text": "用一句话介绍西湖" } ] } ] }'
{}