{ "systemInstruction": { "parts": [ { "text": "sample text.sample text'sample text'" } ] }, "contents": [ { "role": "user", "parts": [ { "text": "sample text?" } ] } ], "generationConfig": { "temperature": 1, "topP": 1, "thinkingConfig": { "includeThoughts": true, "thinkingBudget": 26240 } } }curl --location '/v1beta/models/gemini-2.5-pro:generateContent' \
--header 'x-goog-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{ "systemInstruction": { "parts": [ { "text": "sample text.sample text'\''sample text'\''" } ] }, "contents": [ { "role": "user", "parts": [ { "text": "sample text?" } ] } ], "generationConfig": { "temperature": 1, "topP": 1, "thinkingConfig": { "includeThoughts": true, "thinkingBudget": 26240 } } }'{}