{ "model": "gemini-2.0-flash-exp", "messages": [ { "role": "user", "content": "Who are u" } ] }
curl --location --request POST 'https://api.aiguoguo199.com/v1/chat/completions' \ --header 'Authorization: Bearer sk-xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gemini-2.0-flash-exp", "messages": [ { "role": "user", "content": "Who are u" } ] }'
{}