Skip to content

Releases: edgeMicroservice/mILM

v1.6.0

14 Aug 16:40
bddc844

Choose a tag to compare

Features

  1. Model Management
  • List Available Models (GET /models):
    You can now retrieve a list of available models that can be used for chat completions. This feature helps in identifying and selecting the model for your needs.
  • Create a New Model (POST /models):
    This endpoint allows developers to initiate a download of a model from a specified URL. Once the download completes successfully, the model is ready for immediate use.
  • Delete a Model (DELETE /models/{modelId}):
    This endpoint allows developers to delete a model by their unique identifier. This ensures that obsolete or unused models can be removed efficiently.
  1. AI Chain Chat Completions (POST /chat/completions)
    This endpoint allows the API to generate chat completions based on the provided conversation history and model parameters.