1What Is PingAI: A Multi-Model AI API Gateway
PingAI is an AI API gateway based in Hong Kong. It serves the full Claude model line through one OpenAI / Anthropic-compatible endpoint, so you do not sign up with each upstream or juggle different SDKs. The core design is transparent routing: it does not rewrite your request body, treats upstreams as black boxes, and owns only two metrics — stability (multi-upstream failover, circuit breakers, ordered degradation) and cost (routing scores, weighted round-robin).
As a developer you only need:
- One
pk--prefixed API key (created in the Console) - A base URL:
https://api.pingai.hk/v1for OpenAI-compatible,https://api.pingai.hkfor Anthropic-compatible - A model ID such as
claude-sonnet-5
The next sections walk you from zero to your first successful call.