Seedance 2.0 | Special Offer ✦ 10% OFF NOW
google
google/gemini-2.0-flash-lite-001

google/gemini-2.0-flash-lite-001

1,048,576 context · $0.07/M input tokens · $0.30/M output tokens

Gemini 2.0 Flash Lite offers a significantly faster time to first token (TTFT) compared to Gemini Flash 1.5, while maintaining quality on par with larger models like Gemini Pro 1.5,...

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.07 / M Tokens
Ausgabe$0.30 / M Tokens

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.0-flash-lite-001",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Modelleinführung

Google gemini-2.0-flash-lite-001

google gemini-2.0-flash-lite-001


Why It Looks Great

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

Key Features

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

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.3

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.0-flash-lite-001


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.0-flash-lite-001",
    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.0-flash-lite-001",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: google/gemini-2.0-flash-lite-001
  • Provider: Google

Info

Anbietergoogle
Typllm

Unterstützte Funktionen

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

API-Zugriffsanleitung

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

Gemini 2.0 Flash Lite 001 API

google/gemini-2.0-flash-lite-001

Gemini 2.0 Flash Lite offers a significantly faster time to first token (TTFT) compared to Gemini Flash 1.5, while maintaining quality on par with larger models like Gemini Pro 1.5,...

Eingabe

$0.075 /M

Ausgabe

$0.3 /M

Kontext

1049K

Max. Ausgabe

8K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

Gemini 2.0 Flash Lite 001 auf WaveSpeedAI testen

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

Playground öffnen

Häufige Fragen zu Gemini 2.0 Flash Lite 001

Wie viel kostet die Gemini 2.0 Flash Lite 001-API?+

Preise auf WaveSpeedAI: $0.07 pro Million Input-Tokens und $0.30 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.0 Flash Lite 001?+

Gemini 2.0 Flash Lite 001 unterstützt bis zu 1049K Kontext-Tokens und bis zu 8K Output-Tokens pro Anfrage.

Ist Gemini 2.0 Flash Lite 001 OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Gemini 2.0 Flash Lite 001 ü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.0 Flash Lite 001?+

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.0 Flash Lite 001 zu testen.

Verwandte LLM-APIs