Zora API Documentation
Zora provides a unified API gateway to access 200+ AI models from providers like OpenAI, Anthropic, Google, Meta, and more β all through a single API key and OpenAI-compatible endpoints.
π‘ OpenAI SDK Compatible
You can use any existing OpenAI SDK client. Just change the base URL to
https://api.zora.io.vn/v1 and use your Zora API key.
Key Features
- 200+ AI Models β Access GPT-4, Claude, Gemini, Llama, Grok, and more
- Single API Key β One key to access all models, no need to manage multiple provider keys
- OpenAI Compatible β Drop-in replacement for OpenAI SDK, just change the base URL
- Simple Pricing β Flat monthly subscription, no per-token billing
- 99.9% Uptime β Reliable infrastructure with automatic failover
- Streaming Support β Real-time streaming for all chat models
Base URL
https://api.zora.io.vn/v1
Authentication
All API requests require an API key sent in the Authorization header:
Authorization: Bearer zr_live_sk_your_key_here
Available Endpoints
POST/v1/chat/completionsCreate a chat completion with any supported model
POST/v1/images/generationsGenerate images using DALLΒ·E, Imagen, Flux, and more
POST/v1/embeddingsCreate vector embeddings from text
GET/v1/modelsList all available models