AI Services API Change Log
This page is for Capella AI Services. This includes changes to the Management API and the Model Service API.
November 2025 Changes
| Operation | Details |
|---|---|
List AI Workflows |
Added the Workflows API to the Management API. This enables you to vectorize structured or unstructured data stored in Capella operational clusters or in external files. |
List Providers |
Added the Providers API to the Management API. This enables you to use integrations with external services required by AI Services. Use these endpoints to help interactions with external services providers required by AI Services. |
List Models |
Added the Models (AI Services) API to the Management API. This enables you to deploy and manage AI models. This includes open LLMs like Llama3 and embedding models. |
Create Model API Key |
Added the Model Services API Keys (AI Services) API to the Management API. This enables you to create and manage API keys for your AI models, ensuring secure and controlled access models while you use them. |
Added the Chat API to the Model Service API. This enables a model to start a conversation based on an input and generate an appropriate response. |
|
Added the Completions API to the Model Service API. This enables a model to receive a prompt and return 1 or more predicted completions. It can also return the probabilities of alternative tokens at each position. |
|
Added the Embeddings API to the Model Service API. This enables a model to generate a vector representation of your input text in a format used by machine learning models and algorithms. |
|
Creates and executes a batch |
Added the Batch API to the Model Service API. This enables a model to create and execute a batch from an uploaded file of requests. |
Upload a file that can used with a batch |
Added the Files API to the Model Service API. This enables a model to receive and use uploaded documents to a model for features like Assistants and Fine-tuning. |
Lists the currently available models |
Added the Models API to the Model Service API. This enables a model to list and describe the various models available in the API. |
Added the Moderations API to the Model Service API. This enables a model to classify any potentially harmful text in a given prompt. |