Vision Languagetextimagevideoaudio
Gemini 3.7 Flash
Google Gemini 3.7 Flash,已通过 Google Agent Platform 验证,支持推理、多模态、工具、结构化输出和缓存场景。
输入
Reasoning
Max completion tokens
165536
准备开始生成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.7-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"max_completion_tokens": 4096
}'