Vision Languagetextimagevideoaudio

Gemini 3.7 Flash

Google Gemini 3.7 Flash,已通过 Google Agent Platform 验证,支持推理、多模态、工具、结构化输出和缓存场景。

Input

Reasoning
Max completion tokens
165536
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/chat/completions
curl 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
}'