Authorization: Bearer ********************{
"contents": [
{
"role": "user",
"parts": [
{
"text": "写个春天的作文"
}
]
}
],
"generationConfig": {
"thinkingConfig": {
"thinkingBudget": 1024,
"includeThoughts": true
}
}
}curl --location --request POST 'https://api.allmhub.com/v1beta/models/gemini-2.5-flash:streamGenerateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "写个春天的作文"
}
]
}
],
"generationConfig": {
"thinkingConfig": {
"thinkingBudget": 1024,
"includeThoughts": true
}
}
}'{}