google/gemma-3-27b-it/Released Mar 2025
Gemma 3 27B
Gemma 3 has a large, 128K context window, multilingual support in over 140 languages, and is available in more sizes than previous versions. Gemma 3 models are well-suited for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning.
Provider
google
Modality
text-to-text
Released
Mar 2025
Pricing
$0.20 / 1M in$0.40 / 1M out
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "gemma-3-27b-it",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'