All models

Gemini 3.6 Flash

google/gemini-3.6-flash
Google LLMChat

Google's newest fast Gemini — strong quality at flash-tier speed.

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.6-flash",
    "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.6-flash", "prompt": "<your prompt>"}'

Parameters

Input
Output
Chat completion (OpenAI-compatible)