Releases: edgeMicroservice/mILM
Releases · edgeMicroservice/mILM
v1.6.0
Features
- 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.
- 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.