POST https://api.tokenhot.cn/v1beta/models/{model}:generateContentgemini-2.5-flash-imagecurl --location --request POST 'https://api.tokenhot.cn/v1beta/models/:generateContent' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Visualize the current weather forecast for the next 5 days in Shanghai as a clean, modern weather chart. Add a visual on what I should wear each day"
}
]
}
],
"tools": [
{
"google_search": {}
}
],
"generationConfig": {
"responseModalities": [
"image"
],
"imageConfig": {
"aspectRatio": "16:9"
}
}
}'{
"candidates": [
{
"content": {
"role": "string",
"parts": [
{}
]
},
"finishReason": "string",
"safetyRatings": [
{}
]
}
],
"usageMetadata": {
"promptTokenCount": 0,
"candidatesTokenCount": 0,
"totalTokenCount": 0
}
}