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