GenerateContentResponse
实例生成时返回这些实例,从而实现更快的互动。curl --location --request POST 'https://llm-api.mmchat.xyz/gemini/v1beta/models/gemini-2.5-flash-preview-05-20:streamGenerateContent?alt=sse&key=METACHAT_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "Explain how AI works"
}
]
}
]
}'
{}