Back to Models
google logo
google/gemini-flash-lite

Gemini Flash Lite

Google's fastest and most cost-efficient model in the Gemini series. Delivers frontier-class performance with 2.5x faster time-to-first-token, ideal for high-volume, latency-sensitive applications.

1,000,000 tokens
Input: ¥0/M
Output: ¥0/M
Specifications

Modalities

Input
text
image
video
audio
Output
text
Code Examples
curl https://api.fastmetal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gemini-flash-lite-free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'