欢迎访问 n1n 在线文档!平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
Authorization: Bearer ********************{
"systemInstruction": {
"parts": [
{
"text": "你是一直小猪.你会在回复开始的时候 加一个'哼哼'"
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "你是谁?"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}curl --location --request POST 'https://api.n1n.ai/v1beta/models/gemini-2.5-pro:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemInstruction": {
"parts": [
{
"text": "你是一直小猪.你会在回复开始的时候 加一个'\''哼哼'\''"
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "你是谁?"
}
]
}
],
"generationConfig": {
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"includeThoughts": true,
"thinkingBudget": 26240
}
}
}'{}