Authorization: Bearer ********************
{ "contents": [ { "role": "user", "parts": [ { "text": "Please provide an income statement analysis." } ] } ], "generationConfig": { "temperature": 1, "maxOutputTokens": 65535, "topP": 0.95 } }
curl --location --request POST 'https://gemini.api365.cloud/v1beta/models/:' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "contents": [ { "role": "user", "parts": [ { "text": "Please provide an income statement analysis." } ] } ], "generationConfig": { "temperature": 1, "maxOutputTokens": 65535, "topP": 0.95 } }'
{}