← All models
Gemini 3 Flash — text model on LumeAPI

Gemini 3 Flash

gemini-3-flash

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official$0.50 / $3.00
LumeAPI$0.30 / $1.80
per 1M tokens (in/out)

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplegemini-3-flash
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"}]
  }'