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

Base URL
https://api.zora.io.vn/v1

Authentication

All API requests require an API key sent 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 any supported model
POST/v1/images/generations
Generate images using DALLΒ·E, Imagen, Flux, and more
POST/v1/embeddings
Create vector embeddings from text
GET/v1/models
List all available models