Language
text
logo

Gemini 2.5 flash

Gemini 2.5 flash

gemini 2.5 flash

输入

准备开始生成准备开始生成

API 参考

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-2.5-flash",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'