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
      Create AI Workflow
      Get AI Workflow
      Delete AI Workflow
      List AI Workflow Runs Run an AI Workflow
      Stop AI Workflow Run
      Get AI Workflow Run
      Get AI Workflow Run Processed Files

      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
      Create provider
      Get provider
      Update provider
      Delete provider

      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
      Create Model
      Get Model
      Delete Model
      Get Model Connection String

      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
      List Model API keys
      Get Model API Key
      Delete 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.

      Creates chat conversation

      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.

      Creates a completion

      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.

      Creates an embedding vector

      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
      List your batches
      Retrieves a batch
      Cancels an in-progress 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
      Returns a list of files
      Return information about a specific file
      Deletes a file
      Returns the contents of the specified file

      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
      Retrieves a model instance details

      Added the Models API to the Model Service API. This enables a model to list and describe the various models available in the API.

      Classifies any potentially harmful text

      Added the Moderations API to the Model Service API. This enables a model to classify any potentially harmful text in a given prompt.