curl https://chat4o-2api.to2ai.workers.dev/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer 1" \ -d '{ "model": "gemini-2.0-flash-001", "messages": [{"role": "user", "content": "你好"}], "stream": true }'