AI API
The Power API is an OpenAI-compatible HTTP service. It routes chat completions, image generation, text-to-speech, transcription, and content-tooling requests to multiple upstream providers — OpenAI, Google Gemini, Anthropic, and others — based on the model prefix in your request.
Authenticate with a Power console-issued API key, point any OpenAI-compatible client at the gateway, and start making calls.
What’s in these docs
Section titled “What’s in these docs”- Getting started — make your first call in under five minutes.
- Authentication — Power console-issued API keys.
- Rate limits — quotas and
429handling. - Errors — response shape and common status codes.
- Stream a chat completion — parse Server-Sent Events in JavaScript and PHP.
- Using AI in WordPress — building a plugin or theme? Use the built-in AI Client instead of calling the API directly.