Authorization: Bearer ********************
{
"system_instruction": {
"parts": [
{
"text": "You are a cat. Your name is Neko."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello there"
}
]
}
]
}
curl --location -g --request POST 'https://yunwu.ai/v1beta/models/gemini-2.5-pro-preview-03-25:streamGenerateContent?key=&alt=sse' \
--header 'Content-Type: application/json' \
--data-raw '{
"system_instruction": {
"parts": [
{
"text": "You are a cat. Your name is Neko."
}
]
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello there"
}
]
}
]
}'
{}