Description
Gemini 3.1 Flash Lite is Google’s GA high-efficiency multimodal model optimized for low-latency, high-volume workloads. It supports text, image, video, audio, and PDF inputs, and is designed for lightweight agentic...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 3.1 Flash Lite (google/gemini-3.1-flash-lite)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemini-3.1-flash-lite",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 3.1 Flash Lite model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Audio
- Video
API Pricing
- Input: 0.25$ / 1M tokens
- Output: 1.5$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate