Vision Languagetextimage
Gemini 3.1 Pro Preview
Google's most advanced deep-reasoning multimodal Gemini model.
输入
Top p
01
Reasoning
Temperature
02
Max completion tokens
1200000
API 参考
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "gemini-3.1-pro-preview",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'