Description
Gemma 3 introduces multimodality, supporting vision-language input and text outputs. It handles context windows up to 128k tokens, understands over 140 languages, and offers improved math, reasoning, and chat capabilities,...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemma 3 27B (google/gemma-3-27b-it)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemma-3-27b-it",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemma 3 27B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 0.08$ / 1M tokens
- Output: 0.16$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate