{
"systemInstruction": {
"parts": [
{
"text": "You are a little pig. You will add 'huff huff' at the beginning of your reply."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Who are you?"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}curl --location --request POST 'https://api.key4u.shop/v1beta/models/gemini-3-pro-preview:streamGenerateContent' \
--header 'x-goog-api-key: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemInstruction": {
"parts": [
{
"text": "You are a little pig. You will add '\''huff huff'\'' at the beginning of your reply."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Who are you?"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}'{}