**New Features:**
1. **Bring Your Own Model (BYOM) Support for Text-to-Text LLM Models**:
Users can now upload their custom model files to their dedicated Krutrim S3 bucket. This provides greater flexibility to integrate custom LLM models into the Krutrim cloud platform.
[Example Notebook](https://github.com/ola-krutrim/krutrim-cloud-python/blob/main/examples/bring_your_own_model/bring_your_own_model.ipynb)
2. **Model File Management:**
**List and Download Models:** Users can easily list and download model files stored in Krutrim S3 storage through the SDK, making model management more seamless.
**List Model Versions:** Users can list all versions of the models they have uploaded to Krutrim S3 storage, simplifying version tracking and management.
3. **Model Deployment:**
Users can deploy models uploaded to the Krutrim S3 bucket directly via the SDK, streamlining the deployment process for custom LLM models.
4. **Deployment Management:**
**List Deployments:** The SDK allows users to retrieve a list of all their deployments.
**Check Deployment Status:** Users can check the status of any deployment using the SDK to track progress or identify issues.
**Cancel Deployment:** If needed, users can cancel a specific deployment by providing the deployment ID, offering more control over model operations.