# Replace by the key
@GEMINI_API_KEY=AI13N4
#####
curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent?key={{GEMINI_API_KEY}}" \
-H 'Content-Type: application/json' \
-X POST \
-d '{
"contents": [{
"parts":[{"text": "Qual é a capital da Espanha?"}]
}]
}'
Last active
January 29, 2025 20:08
-
-
Save tiagofrancafernandes/aa6f53c402579f50a7be28e1c583b315 to your computer and use it in GitHub Desktop.
dev - AI GPT and Related
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment