Google on Zylo

Google models & pricing

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

Google model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
Gemini 3.1 Pro (Preview)Google1M$2.00$12.00
Gemini 3.5 FlashGoogle1M$1.50$9.00
Gemini 2.5 ProGoogle1M$1.25$10.00
Gemini 3.0 FlashGoogle1M$0.50$3.00
Gemini 3.1 Flash LiteGoogle1M$0.25$1.50
Gemma 4 31BGoogle262K$0.12$0.37
Gemini 2.5 Flash LiteGoogle1M$0.10$0.40
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a Google model id.

Python
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)

All Google models

Frequently asked questions

Which Google models can I use on Zylo?

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.

How much do Google models cost on Zylo?

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.

Are Google models OpenAI-compatible on Zylo?

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).

Call Google models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key