All models
Gemini 3.5 Flash-Lite
google/gemini-3.5-flash-lite
Google LLMChat
Google's lightest, cheapest Gemini for high-volume simple tasks.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "google/gemini-3.5-flash-lite",
"prompt": "<your prompt>"
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "google/gemini-3.5-flash-lite", "prompt": "<your prompt>"}'Parameters
Input
Output
Chat completion (OpenAI-compatible)