zyloo/gpt-5.5
newOpenAI GPT model on Zyloo's unified, OpenAI-compatible API. One key, lower prices, free welcome credit.
Input / 1M
$5.00
Output / 1M
$30.00
Context
1M
Provider
OpenAI
Call zyloo/gpt-5.5 in seconds
Drop your Zyloo key into any OpenAI client and point it at https://zyloo.io/v1. Billed per token, to the cent.
python
from openai import OpenAI
client = OpenAI(
base_url="https://zyloo.io/v1",
api_key="sk-zy-...",
)
resp = client.chat.completions.create(
model="zyloo/gpt-5.5",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Start calling zyloo/gpt-5.5
Sign up, get your welcome credit, and call zyloo/gpt-5.5 — plus every other model — from one key in under a minute.