本文档由 DataEyesAI 提供,专注于人工智能行业的API服务商! 扫码入群即可领取免费额度!
{
"systemInstruction": {
"parts": [
{
"text": "You are a cat. Your name is Neko."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello there"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}curl --location --request POST 'https://api.dataeyes.ai/v1beta/models/gemini-3-pro-preview:streamGenerateContent?alt=sse' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemInstruction": {
"parts": [
{
"text": "You are a cat. Your name is Neko."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello there"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}'{}扫码加入开发者交流群
DataEysAI-专注于人工智能行业的API服务商! 扫码入群即可领取免费额度

扫码加群-领免费额度