{
"model": "gemini-1.5-pro",
"messages": [{"role": "user", "content": "Who are you?"}]
}curl --location --request POST 'https://api.302.ai/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-1.5-pro",
"messages": [{"role": "user", "content": "Who are you?"}]
}'