Gemma 3 27B (Parasail) API
Parasail · serves gemma-3-27b
Pricing
| Input / 1M | $0.08 |
|---|---|
| Output / 1M | $0.45 |
| Blended / 1M | $0.53 |
| Cached input / 1M | $0.04 |
| Context window | 131,072 tokens |
| Max output | 117,964 tokens |
| License | Open weights · Gemma Terms of Use conditional |
| Knowledge cutoff | January 2025 · source |
| Intelligence index | 7.4 Artificial Analysis Intelligence Index · source |
textvision
Price verified 2026-09-05 (0 days ago) · sourcecorroborated
Sources
| Source | Input / 1M | Output / 1M | Verified |
|---|---|---|---|
| OpenRouter | $0.08 | $0.45 | 2026-09-05 |
| LiteLLM | $0.12 | $0.20 | 2026-09-03 |
| models.dev | $0.08 | $0.45 | 2026-09-04 |
Two independent sources agree within 20%.
Cheaper providers for gemma-3-27b
| Provider | Blended / 1M | Endpoint |
|---|---|---|
| DeepInfra | $0.24 | view → |
| Novita AI | $0.319 | view → |
| Nebius | $0.4 | view → |
Compare all 4 providers serving gemma-3-27b →
Call it
Served via OpenRouter, pinned to Parasail — the provider these prices are resolved from. Set OPENROUTER_API_KEY. Provider page.
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-3-27b-it",
"messages": [{"role": "user", "content": "Hello"}],
"provider": {"only": ["Parasail"], "allow_fallbacks": false}
}'from openai import OpenAI # pip install openai
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="...", # OPENROUTER_API_KEY
)
resp = client.chat.completions.create(
model="google/gemma-3-27b-it",
messages=[{"role": "user", "content": "Hello"}],
extra_body={"provider": {"only": ["Parasail"], "allow_fallbacks": false}},
)
print(resp.choices[0].message.content)Price unchanged since 2026-09-03 — 1 point on record.
Use this data
Raw JSON for this page: gemma-3-27b.json. Free to reuse under CC BY 4.0 with attribution to apipriceindex.com.