Overview
This API reference describes the RESTful, streaming, and realtime APIs you can use to interact with the AICC platform. REST APIs are usable via HTTP in any environment that supports HTTP requests.Authentication
The AICC API uses API keys for authentication. Create, manage, and learn more about API keys in your account page. Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). API keys should be securely loaded from an environment variable or key management service on the server. API keys should be provided via HTTP Bearer authentication.AI Model APIs
AI Model APIs provide calls for various AI capabilities, compatible with the OpenAI API format.Models
Get a list of available models.
Chat
Conversation completion API.
Completions
Traditional text completion API.
Images
AI image generation API.
Videos
AI video generation API.
Translate
Traditional text completion API.

