
gemini-3.5-flash
Cheaper. More stable. One-stop API aggregation.
Gemini 3.5 Flash prioritizes speed for interactive apps and high QPS services.
It is exposed as `gemini-3.5-flash` on `/v1/chat/completions` with LumeAPI wallet billing at ~40% off official.
Pick Flash when responsiveness matters more than maximum reasoning depth.
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.5-flash",
"messages": [{"role":"user","content":"Hello"}]
}'