简体中文
stream
true
curl --location --request POST 'https://geekai.co/api/v1/responses' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-4o-mini", "input": "你好", "stream": true }'
EventSource