Zora is OpenAI-compatible. Sign in with Google, get your API key, then point your OpenAI SDK client tohttps://api.zora.io.vn/v1.
Zora supports Google login only. Open Login, continue with Google, then go to your dashboard.
Free tier includes 50 requests at 30 RPM for gpt-5.5. Token packs and PAYG credit can use all published Zora GPT/Codex text routes. Payments use VNPay/VietQR by default. International customers can choose PayPal or Crypto on the payment page and contact Telegram support with the payment code.
Open Dashboard API Keys and create or retrieve your Zora key. Store the key only in your local tool config or environment variables.
* characters, an older disabled key, or a key with leading/trailing spaces. The header must beAuthorization: Bearer YOUR_ZORA_API_KEY.Codex CLI uses the Responses protocol for custom providers. Zora exposes /v1/responses, so configure Codex as a Zora provider and keep the API key in an environment variable. On Windows,~/.codex/config.toml means C:\Users\YOUR_NAME\.codex\config.toml. Detailed Codex troubleshooting is available in Responses API for Codex CLI.
ZORA_API_KEY, not contain the raw key.Production model discovery now returns the Zora model IDs. Prefer direct Zora model IDs such asgpt-5.5 and gpt-5.4-mini; legacy Claude-style aliases are no longer part of the public model catalog. The Anthropic-compatible /v1/messages route is disabled while production is in current production mode.
~/.claude/settings.json already contains an env block, it can override shell variables. Update that file or launch Claude Code with a separate --settings file for Zora. If you still keep Claude-style settings locally, verify the selected model is one of the current Zora model IDs from GET /v1/models.Yes. Zora can be used in VS Code through extensions that support a custom OpenAI-compatible provider. Use the base URL https://api.zora.io.vn/v1, your Zora API key, and a chat model such asgpt-5.5. VS Code tools usually call /v1/chat/completions; tools that use the newer OpenAI Responses wire format can call /v1/responses.
https://api.zora.io.vn/v1.gpt-5.5 or another Zora model available on your plan.Cannot use checkpoints in Desktop directory, the API is not failing. Open a normal project folder such as C:\web\my-project instead of the Desktop folder, then start a new Cline task. A successful API test returns a normal assistant message such as Hi! How can I help you today?.Continue uses ~/.continue/config.yaml for local model configuration. Add a Zora model entry like this:
\, use the PowerShell tab below or run it from Git Bash, WSL, macOS, or Linux.Production uses the exact Zora model IDs returned by GET /v1/models. Audio routes use their own exact model IDs from GET /v1/audio/models.