Google's Gemini family, with very large context windows for document-heavy work. Call them through one OpenAI-compatible API, billed at base per-token rates.
Last updated June 5, 2026
Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.
| Model | Provider | Context | Input / 1M | Output / 1M |
|---|---|---|---|---|
| Gemini 3.1 Pro (Preview) | 1M | $2.00 | $12.00 | |
| Gemini 3.5 Flash | 1M | $1.50 | $9.00 | |
| Gemini 2.5 Pro | 1M | $1.25 | $10.00 | |
| Gemini 3.0 Flash | 1M | $0.50 | $3.00 | |
| Gemini 3.1 Flash Lite | 1M | $0.25 | $1.50 | |
| Gemma 4 31B | 262K | $0.12 | $0.37 | |
| Gemini 2.5 Flash Lite | 1M | $0.10 | $0.40 |
Keep the OpenAI SDK; set base_url to Zylo and pick a Google model id.
from openai import OpenAI
client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")
response = client.chat.completions.create(
model="gemini-3.1-pro-preview",
messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)
Zylo currently offers 7 Google text models, including Gemini 3.1 Pro (Preview), Gemini 3.5 Flash, Gemini 2.5 Pro, Gemini 3.0 Flash. See the table above for live per-1M-token pricing.
Each Google model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.
Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. gemini-3.1-pro-preview).
Free API key, OpenAI-compatible, local payments.
Get free API key