
gemini-3-flash
Cheaper. More stable. One-stop API aggregation.
Gemini 3 Flash is the economical Google text option for lightweight generation and classification.
LumeAPI prices it at $0.30 / $1.80 per 1M tokens (in/out).
Same OpenAI-compatible request format as other text models — only the model id changes.
POST/v1/chat/completions
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/chat/completions \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-flash",
"messages": [{"role":"user","content":"Hello"}]
}'