Google-20% FuturMix listed price

Gemini 2.5 Flash Lite API

Ultra-efficient Gemini variant for high throughput

Overview

Gemini 2.5 Flash Lite is the most cost-efficient Gemini model, designed for high-throughput workloads where speed and cost matter more than maximum quality.

Use Cases

  • High-volume processing
  • Simple classification
  • Content filtering
  • Lightweight generation

Model Details

Provider
Google
Model ID
gemini-2.5-flash-lite
Context Window
1M tokens
Compatible APIs
gemini, openai

Code Examples

curl -X POST "https://futurmix.ai/v1/chat/completions" \
  -H "Authorization: Bearer $FUTURMIX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash-lite",
    "messages": [
      {
        "role": "system",
        "content": "You are a concise assistant."
      },
      {
        "role": "user",
        "content": "Write a short launch announcement for a new AI API platform."
      }
    ],
    "temperature": 0.7,
    "max_tokens": 512,
    "top_p": 0.95,
    "stream": false
  }'
Base URL: https://futurmix.ai/v1Endpoints: /chat/completions/responses/models

Related Models

Start using Gemini 2.5 Flash Lite today

Top up from $10, create an API key, and start making requests.