OpenAI on Zylo

OpenAI models & pricing

OpenAI's GPT family, versatile all-rounders with strong tool and function calling. Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

OpenAI model pricing

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

ModelProviderContextInput / 1MOutput / 1M
GPT-5.5 ProOpenAI1M$30.00$180.00
GPT-5.5OpenAI1M$5.00$30.00
GPT-5.4OpenAI1M$2.50$15.00
GPT-5.2 CodexOpenAI400K$1.75$14.00
GPT-5.3 CodexOpenAI400K$1.75$14.00
GPT-5.4 MiniOpenAI400K$0.75$4.50
GPT 5.4 NanoOpenAI400K$0.20$1.25
GPT-OSS 120BOpenAI131K$0.039$0.18
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 OpenAI 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="gpt-5.5-pro",
    messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)

All OpenAI models

Frequently asked questions

Which OpenAI models can I use on Zylo?

Zylo currently offers 8 OpenAI text models, including GPT-5.5 Pro, GPT-5.5, GPT-5.4, GPT-5.2 Codex. See the table above for live per-1M-token pricing.

How much do OpenAI models cost on Zylo?

Each OpenAI 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 OpenAI 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. gpt-5.5-pro).

Call OpenAI models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key