google
google/gemini-3-1-flash-lite-preview/Released Mar 2026

Gemini 3.1 Flash-Lite

Fast, low-cost Gemini 3.1 model for high-throughput multimodal workloads, with configurable reasoning and a 1M-token context window.

Provider
google
Modality
multi-to-text
Released
Mar 2026
Pricing
$0.25 / 1M in$1.50 / 1M out

Ready to build with Gemini 3.1 Flash-Lite?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gemini-3-1-flash-lite-preview",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'