Zora API gateway for builders.
One OpenAI-compatible base URL for GPT and Claude-compatible routes, usage logs, clear RPM limits, and VietQR-friendly billing.
import OpenAI from 'openai';const client = new OpenAI({ apiKey: process.env.ZORA_API_KEY, baseURL: 'https://api.zora.io.vn/v1',});const response = await client.chat.completions.create({ model: 'gpt-5.5', messages: [{ role: 'user', content: 'Build with Zora' }],});// Same SDK, one gateway, clear RPM + quota|Free, 1D, 3D và 7D+
Tat ca goi cu
Đổi base URL là chạy
Quota và log theo từng API key
Một API key, nhiều model, kiểm soát rõ ràng.
Developer chỉ cần đổi base URL. Zora xử lý quyền truy cập model, quota, RPM, PAYG credit và log sử dụng ở cùng một dashboard.
Mở model theo gói, không cần đổi code.
Free tier mo gpt-5.5 de smoke test. Goi tra phi va PAYG credit mo tat ca Zora GPT/Codex route cong khai, gom Zora GPT/Codex va Codex.
Dùng OpenAI SDK, chỉ đổi base URL.
Python, Node.js, curl hoặc HTTP client đều dùng cùng format quen thuộc. Khách chỉ cần Zora API key để bắt đầu gọi endpoint công khai.
Quota và RPM hiển thị rõ từ đầu.
Mỗi API key có giới hạn theo gói, log request và rule giảm tốc khi vượt mức. Người dùng thấy quyền lợi rõ, còn hệ thống tránh bị gọi quá tải.
VNPay/VietQR mặc định, PayPal/Crypto qua Telegram.
Khách Việt dùng thanh toán nội địa. Khách nước ngoài có thể chọn PayPal hoặc Crypto, rồi DM Telegram kèm mã đơn để support xác nhận thủ công.
Get started in minutes
Three simple steps to access Zora GPT/Codex routes
Create an Account
Sign up in seconds. No credit card required to start with our free tier.
Get Your API Key
Generate your API key from the dashboard. One key to access all models.
Build & Scale
Use Zora GPT/Codex routes through our OpenAI-compatible API. Switch models in one line.
Start with the API, then contact Zora when you need higher capacity.
Use the docs to connect your SDK or CLI. For commercial access, custom capacity, or account changes, contact support directly.