Description
Gemini 3.1 Pro Preview is Google’s frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows. Building on the multimodal foundation...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 3.1 Pro Preview (google/gemini-3.1-pro-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.1-pro-preview",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 3.1 Pro Preview model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Audio
- Video
API Pricing
- Input: 2$ / 1M tokens
- Output: 12$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate