Zora provides OpenAI-compatible GPT/Codex chat access and audio transcription through a single Zora API key. The current product focuses on five Zora model families, Whisper audio routes, clear request packages, VNPay/VietQR payment, PayPal or Crypto support via Telegram, and Google-only account login.
OpenAI SDK compatible
Use your existing OpenAI SDK client. Change the base URL to https://api.zora.io.vn/v1 and use your Zora API key.
Core Flow
Google login only - users sign in with Google before payments or API key setup.
Request packages - plans are based on request quotas and RPM, not token billing.
Model modes - Zora GPT/Codex families support low, medium, high, and xhigh reasoning modes.
VNPay/VietQR payment - the user scans a generated QR code from their own banking app.
PayPal/Crypto support - international customers can DM Telegram with the payment code for manual confirmation.
Agent-readable docs - AI agents can read /llms.txt and /api/agent/manifest.
Base URL
Base URL
https://api.zora.io.vn/v1
Authentication
User accounts use Google login. API requests use a Zora API key in the Authorization header.
HTTP Header
Authorization: Bearer zr_live_sk_your_key_here
Available Endpoints
POST/v1/chat/completions
Create a chat completion with a supported Zora GPT/Codex model.
POST/v1/responses
Responses API route used by Codex CLI custom providers.
POST/v1/messages
Anthropic-compatible Messages route used by Claude Code.
POST/v1/audio/transcriptions
Transcribe uploaded audio with a supported Zora audio model.
GET/v1/models
List supported Zora chat and audio model IDs.
GET/api/agent/manifest
Machine-readable Zora setup manifest for AI agents.