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