50 % Rabatt auf Vidu Q3 & Q3 Pro — nur bei WaveSpeedAI | 20. Mai – 2. Juni
google
google/gemini-2.5-flash-lite

google/gemini-2.5-flash-lite

1,048,576 context · $0.10/M input tokens · $0.40/M output tokens

Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency. It offers improved throughput, faster token generation, and better performance...

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.10 / M Tokens
Ausgabe$0.40 / M Tokens
Cache Read$0.01 / M Tokens
Cache Write$0.08 / M Tokens

Modell ausprobieren

google/gemini-2.5-flash-lite
Online
google
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="google/gemini-2.5-flash-lite",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Modelleinführung

Google gemini-2.5-flash-lite

google gemini-2.5-flash-lite


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 1048576 context window for long document handling
  • Competitive pricing at $0.1/$0.4 per million tokens

Key Features

  • Context Window: 1048576 tokens
  • Max Output: 65535 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderGoogle
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window1048576 tokens
Max Output65535 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.4

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: google/gemini-2.5-flash-lite


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="google/gemini-2.5-flash-lite",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "google/gemini-2.5-flash-lite",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: google/gemini-2.5-flash-lite
  • Provider: Google

Info

Anbietergoogle
Typllm

Unterstützte Funktionen

Eingabe
TextBildAudio
Ausgabe
Text
Kontext1,048,576
Max. Ausgabe65,535
Vision✓ Unterstützt
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDgoogle/gemini-2.5-flash-lite

Gemini 2.5 Flash Lite API

google/gemini-2.5-flash-lite

Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency. It offers improved throughput, faster token generation, and better performance...

Eingabe

$0.1 /M

Ausgabe

$0.4 /M

Kontext

1049K

Max. Ausgabe

66K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

Gemini 2.5 Flash Lite auf WaveSpeedAI testen

Zugriff auf Gemini 2.5 Flash Lite über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Gemini 2.5 Flash Lite

Wie viel kostet die Gemini 2.5 Flash Lite-API?+

Preise auf WaveSpeedAI: $0.10 pro Million Input-Tokens und $0.40 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Gemini 2.5 Flash Lite?+

Gemini 2.5 Flash Lite unterstützt bis zu 1049K Kontext-Tokens und bis zu 66K Output-Tokens pro Anfrage.

Ist Gemini 2.5 Flash Lite OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Gemini 2.5 Flash Lite über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Gemini 2.5 Flash Lite?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Gemini 2.5 Flash Lite zu testen.

Verwandte LLM-APIs