Developer Guide
Developer Guide
Authentication, models, errors, rate limits, and streaming for CanalAPI.
The Developer Guide explains the public CanalAPI HTTP API and its conventions. It is intended for engineers integrating CanalAPI into an application.
CanalAPI follows the OpenAI Chat Completions wire format. Most OpenAI client libraries work as drop-in clients once you override the baseURL and key.
In this guide
For paste-ready snippets, also see Examples.