Description
Gemini 3.5 Flash is Google's high-efficiency multimodal model, bringing near-Pro level coding and reasoning at Flash-tier cost and speed. It is highly optimized for coding proficiency and parallel agentic execution...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 3.5 Flash (google/gemini-3.5-flash)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemini-3.5-flash",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 3.5 Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Audio
- Video
API Pricing
- Input: 1.5$ / 1M tokens
- Output: 9$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate