AI API Overview
The AI 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 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.