Description
Gemma 2 27B by Google is an open model built from the same research and technology used to create the [Gemini models](/models?q=gemini). Gemma models are well-suited for a variety of text generation tasks, including question answering, summarization, and reasoning. See the [launch announcement](https://blog.google/technology/developers/google-gemma-2/) for more details. Usage of Gemma is subject to Google's [Gemma Terms of Use](https://ai.google.dev/gemma/terms).
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemma 2 27B (google/gemma-2-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-2-27b-it",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemma 2 27B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.65$ / 1M tokens
- Output: 0.65$ / 1M tokens
Token Limits
- Max Output: 8,192 tokens
- Max Context: 8,192 tokens
Subscription Tiers
- free
- pro
- ultimate