zyloo/gpt-image-2
OpenAI GPT model on Zyloo's unified, OpenAI-compatible API. One key, lower prices, free welcome credit.
Per image
$0.010
Context
400K
Provider
OpenAI
Call zyloo/gpt-image-2 in seconds
Drop your Zyloo key into any OpenAI client and point it at https://api.zyloo.io/v1. Billed per token, to the cent.
from openai import OpenAI
client = OpenAI(
base_url="https://api.zyloo.io/v1",
api_key="sk-zy-...",
)
resp = client.images.generate(
model="zyloo/gpt-image-2",
prompt="A watercolor lighthouse at dawn",
n=1,
)
print(resp.data[0].url)Start calling zyloo/gpt-image-2
Sign up, get your welcome credit, and call zyloo/gpt-image-2 — plus every other model — from one key in under a minute.