curl --location 'https://api.wenwen-ai.com/v1beta/models/:generateContent' \
--header 'x-goog-api-key: sk-xxxx' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"text": "一只萤火虫"
}
]
}
],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9",
"imageSize": "1K"
}
}
}'