Introduction
Geoq API Gateway (zc-api) is a unified AI API gateway. It aggregates model APIs from many providers and exposes OpenAI-compatible HTTP APIs.
Clients, SDKs, IDE assistants, and command-line tools that already support OpenAI, Anthropic, or Gemini protocols can connect to this gateway without code changes.
Why Use It
- One token for all models, instead of managing keys across many vendors.
- Unified billing, quota, reports, and account-level access control.
- Compatible protocol endpoints for OpenAI, Anthropic, Gemini, and more.
- Upstream keys stay inside the gateway and are not exposed to end users.
- Rate limits, groups, load balancing, and fallback can be managed centrally.
Provider Coverage
The gateway aggregates 37+ upstream providers, including OpenAI, Anthropic Claude, Google Gemini, Azure OpenAI, AWS Bedrock, Alibaba Qwen, Baidu ERNIE, Zhipu GLM, ByteDance Doubao, Tencent Hunyuan, Moonshot, DeepSeek, Midjourney, Suno, Ollama, vLLM, and other OpenAI-compatible services.
Protocol Entrypoints
- OpenAI:
/v1/... - Anthropic:
/v1/messages - Gemini:
/v1beta/models/... - Midjourney:
/mj/submit/...
The same token can be reused across protocols. For example, Claude Code can use the Anthropic endpoint, while Codex CLI can use the OpenAI endpoint.