{
"model": "gemini-2.5-pro",
"messages": [
{ "role": "system", "content": "You are a helpful assistant." },
{ "role": "user", "content": [
{ "type": "text", "text": "用简洁中文介绍一下Gemini Gemini 2.5 Pro 和 Gemini 2.5 Flash 的特点,并列出3点要点" },
{ "type": "image_url", "image_url": { "url": "https://example.com/a.png" } }
] }
],
"stream": false,
"max_tokens": 512,
"temperature": 0.7
}curl --location --request POST 'https://api.yoosheen.com/v1/chat/completions' \
--header 'Authorization: Bearer sk-Kyy30yIukxxxxxxxnTRAvjTr8ltoV1XbVi2yWSxTU' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-pro",
"messages": [
{ "role": "system", "content": "You are a helpful assistant." },
{ "role": "user", "content": [
{ "type": "text", "text": "用简洁中文介绍一下Gemini Gemini 2.5 Pro 和 Gemini 2.5 Flash 的特点,并列出3点要点" },
{ "type": "image_url", "image_url": { "url": "https://example.com/a.png" } }
] }
],
"stream": false,
"max_tokens": 512,
"temperature": 0.7
}'{
"error": {
"code": "string",
"message": "string",
"type": "string"
}
}