top_p
但不是两者。temperature
但不是两者。{
"model": "gemini-pro-vision",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What’s in this image?"
},
{
"type": "image_url",
"image_url": {
"url": "https://chat.mice.pub/api/local/20231227/bffd8103-533b-4e10-9962-d6796f37c2e8--uwf9jqijdksjo945nul7jvdaktfd8d8p8y1kyk7wbkppnfm3oxjavlp39z6mgxza.jpeg",
"detail": "low"
}
}
]
}
],
"max_tokens": 4096
}
curl --location --request POST 'https://api.gaiasc.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization: Bearer ' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-pro-vision",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What’s in this image?"
},
{
"type": "image_url",
"image_url": {
"url": "https://chat.mice.pub/api/local/20231227/bffd8103-533b-4e10-9962-d6796f37c2e8--uwf9jqijdksjo945nul7jvdaktfd8d8p8y1kyk7wbkppnfm3oxjavlp39z6mgxza.jpeg",
"detail": "low"
}
}
]
}
],
"max_tokens": 4096
}'
{"id":"chatcmpl-d1d02ce7d0cd40c289bda76d28d88f5e","model":"gemini-pro-vision","object":"chat.completion","created":1709535210,"choices":[{"index":0,"message":{"role":"assistant","content":" This is the logo for the mobile app \"Gradient.\""},"finish_reason":"stop"}],"usage":{"prompt_tokens":98,"completion_tokens":11,"total_tokens":109}}