Description
Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, multi turn chat, and coding assistance. It delivers near Pro level reasoning and tool...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 3 Flash Preview (google/gemini-3-flash-preview)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemini-3-flash-preview",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 3 Flash Preview model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Audio
- Video
API Pricing
- Input: 0.5$ / 1M tokens
- Output: 3$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate