{
"contents": [
{
"role": "user",
"parts": [
{
"text": "如何哄女朋友开心?"
}
]
}
],
"temperature": 0.6,
"generationConfig": {
"thinkingConfig": {
"thinkingBudget": 1024,
"includeThoughts": true
}
}
}
curl --location --request POST 'https://apihk.unifyllm.top/v1beta/models/gemini-2.5-pro-preview-06-05:generateContent?key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "如何哄女朋友开心?"
}
]
}
],
"temperature": 0.6,
"generationConfig": {
"thinkingConfig": {
"thinkingBudget": 1024,
"includeThoughts": true
}
}
}'
{}