{ "contents": [ { "role": "user", "parts": [ { "text": "写个春天的作文" } ] } ], "generationConfig": { "thinkingConfig": { "thinkingBudget": 1024, "includeThoughts": true } } }
curl --location --request POST 'https://api.juheai.top/v1beta/models/gemini-2.5-flash:streamGenerateContent?key=&alt=sse' \ --header 'Content-Type: application/json' \ --data-raw '{ "contents": [ { "role": "user", "parts": [ { "text": "写个春天的作文" } ] } ], "generationConfig": { "thinkingConfig": { "thinkingBudget": 1024, "includeThoughts": true } } }'
{}