{
"contents": [
{
"parts": [
{
"text": "Explain how AI works"
}
]
}
]
}curl --location --request POST 'https://api.apiqik.online/v1beta/models/gemini-3-flash-preview:streamGenerateContent?alt=sse' \
--header 'Authorization: sk-gQgLrvIHPEZ9jTM5QsmDV6NLm2rPR1mYpD2rcbgSzpHRFvCB' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "Explain how AI works"
}
]
}
]
}'{
"candidates": [
{
"content": {
"parts": [
{
"text": "To understand how Artificial Intelligence (AI) works, it helps to first understand how it differs from traditional"
}
],
"role": "model"
},
"index": 0
}
],
"usageMetadata": {
"promptTokenCount": 5,
"candidatesTokenCount": 20,
"totalTokenCount": 619,
"promptTokensDetails": [
{
"modality": "TEXT",
"tokenCount": 5
}
],
"thoughtsTokenCount": 594
},
"modelVersion": "gemini-3-flash-preview",
"responseId": "pBN4acODDJ31jMcP15XOwQ4"
}