AI API Overview
The AI API is an OpenAI-compatible HTTP service that routes requests to supported upstream providers according to the model prefix. It supports:
- Chat completions
- Image generation
- Text-to-speech
- Transcription
- Content tooling
Supported providers include OpenAI, Google Gemini, Anthropic, and others.
Authenticate with an AI console-issued API key, point any OpenAI-compatible client at the gateway, and start making calls.
AI Console DocumentationGuides for getting started, authentication, and MCP in the AI Console.
API ReferenceBrowse endpoints, request/response schemas, and code samples.