Authorization: Bearer ********************
{
"stream": false,
"model": "gemini-2.5-flash-image",
"messages": [
{
"content": "画个海洋世界",
"role": "user"
}
]
}
curl --location --request POST 'https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": false,
"model": "gemini-2.5-flash-image",
"messages": [
{
"content": "画个海洋世界",
"role": "user"
}
]
}'
{}