Maxynetic Systems
To be released soon

Gemini 3.1 Flash Lite

Google

Gemini 3.1 Flash Lite outperforms 2.5 Flash Lite on overall quality and lands close to 2.5 Flash performance across key capability areas. It is a workhorse model for high-volume use cases, with improvements across audio input/ASR, RAG snippet ranking, translation, data extraction, and code completion.

  • Language
  • Reasoning
  • Tool use
  • Implicit caching
  • File input
  • Vision
  • Web search
Context
1M
Max output
65K
Input / 1M
$0.250
Output / 1M
$1.50

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass google/gemini-3.1-flash-lite as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3.1-flash-lite",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.250

  • Output

    Per 1M completion tokens

    $1.50

  • Cache read

    Per 1M cached prompt tokens

    $0.030

A 1M-token prompt with 250K tokens of output costs about $0.625.

More from Google