🔌
OpenAI-compatible API
Use the standard OpenAI SDKs and HTTP clients. Point them at https://api.zonetoken.net/v1 and keep your existing code.
One base URL for chat, responses, and messages. Plug ZoneToken into your favorite tools in minutes.

All requests go to a single, OpenAI-compatible base URL:
https://api.zonetoken.net/v1Authenticate every request with a Bearer token:
Authorization: Bearer <apiKey>Continue to the Quickstart to make your first request, or jump straight to the API Reference.