Language
text
Gemini 3 flash preview
Gemini 3 flash preview
Gemini 3 flash preview
输入
准备开始生成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-flash-preview",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'