Skip to content

v2.1.198

Choose a tag to compare

@mittwald-machine mittwald-machine released this 10 Jul 19:38

Features

New Endpoints

  • Accept Model Terms for Customer: Added a method to accept model terms for a customer. This includes no operation if terms are already accepted.

  • Get Detailed Models for Customer: Introduced functionality to retrieve a list of currently active models for a specified customer.

  • Get Detailed Models for Project: Added capability to get a list of currently active models associated with a specific project.

  • Link Container to Project License: Provided functionality to link a container with a project license, updating the license with the container metadata.

Updated Project Usage

  • Enhanced the response for project usage by adding a property to indicate if model terms approval is required.

Added Methods

AIHostingClient Interface

  • customerAcceptModelTerms: Accept model terms for a customer.
  • customerGetDetailedModels: Get a list of currently active models for a customer.
  • projectGetDetailedModels: Get a list of currently active models for a project.
  • projectLinkContainer: Link a container with a project license.

AIHostingClient Implementation

Includes implementations for the new methods added in the AIHostingClient interface.

Updated Validation Responses

  • Redesigned the error handling responses for several API calls, enhancing the structure of response objects.

Deprecated Endpoints

  • Marked old endpoints that are no longer functional due to their transition to newer mechanisms. Methods are documented as deprecated in the interface.

Note

Implementations for handling errors and successful responses have been enhanced, ensuring better usability and clarity when integrating with the API.

Documentation

  • Updated markdown documentation to reflect changes in methods, endpoints and their usage.