curl --location --request POST 'https://api.ppchat.vip/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse' \
--header 'x-goog-api-key: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "hi?who are you,what can you do"
}
]
}
]
}'{}