🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Gemini 3.1 Flash-Lite Released 2026-03-03

Google chat vision code tools
Input$0.25/M
Output$1.5/M
Context1M
vs GPT-4o~95% cheaper
Knowledge cutoff2025-01

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing.

Use Gemini 3.1 Flash-Lite in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="gemini-3.1-flash-lite-preview",
    messages=[{"role": "user", "content": "Summarize this diff"}],
)
print(resp.choices[0].message.content)

About Gemini 3.1 Flash-Lite

Frontier-class performance at a fraction of cost
Configurable thinking levels before answering
Built for translation, extraction, and routing

Gemini 3.1 Flash-Lite (preview) is the preview channel of Google's low-latency, cost-effective multimodal model optimized for high-frequency, lightweight tasks, which Google positions as frontier-class performance rivaling larger models at a fraction of the cost.

  • It takes text, image, video, audio, and PDF input within a 1,048,576-token context window and 65,536-token output limit, with configurable thinking levels that add internal reasoning compute before answering.
  • Recommended uses include translation, transcription, data extraction, summarization, and model routing.
  • Synthorai makes it callable through its OpenAI-compatible chat endpoint.

Specs & limits

Max output (vendor spec)65,536
Modalitiestext + image + video + audio → text
Featurestools · structured_output · streaming · vision · batch · caching · reasoning
NotableDEPRECATED: shut down 2026-05-25; migrate to gemini-3.1-flash-lite; was the first Flash-Lite in the Gemini 3 series.

per Google official docs ↗

FAQ

Is the Gemini 3.1 Flash-Lite API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. At $0.25/M input tokens, that credit alone covers roughly 500 requests of ~8K tokens against Gemini 3.1 Flash-Lite.

What is Gemini 3.1 Flash-Lite best at?

Frontier-class performance at a fraction of cost, plus configurable thinking levels before answering and built for translation, extraction, and routing. See the About section for the full picture from the vendor's own release notes.

How much does Gemini 3.1 Flash-Lite cost?

Gemini 3.1 Flash-Lite costs $0.25 per million input tokens and $1.5 per million output tokens on Synthorai. That is the provider's list price, with no platform markup.

Does Gemini 3.1 Flash-Lite support prompt caching?

Gemini 3.1 Flash-Lite has no cache-read discount on Synthorai today. Prompt caching still applies to other models on the gateway; see the pricing table for cache-enabled alternatives. Provider caching comparison →

How do I get access to Gemini 3.1 Flash-Lite?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="gemini-3.1-flash-lite-preview", and you're done. One API key covers every model on the gateway.

What is Gemini 3.1 Flash-Lite's knowledge cutoff?

Gemini 3.1 Flash-Lite's knowledge cutoff is 2025-01, per the vendor's official documentation (as of 2026-07-09).

Related models

Get your free API key Compare your cost →