Krutrim-cloud

Latest version: v0.7.1

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

**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.

0.3.1

[Text-to-Text Model]
- Removed support of Reflection-Llama-3.1-70B as removed from Krutrim cloud

0.3.0

[Text-to-Text Models]
- Added support of **Gemma-2-27B-IT** & **Reflection-Llama-3.1-70B** for ChatCompletion API

[Text-to-Image Model]
- Updated input validation for input height and width of stable diffusion model parameters [min:256, max:2048]

0.2.0

Audio Models
* New Features:
- **Extended Audio Processing: Now supports processing of longer audio files more than 6 hours.**
- **Video Input Support: Added functionality to handle video files by automatically converting video to audio for processing.**
- **Audio Validation**: Introduced a validation mechanism to ensure audio integrity and format compliance.
- **Audio Manipulation**: Implemented support for cropping and concatenating audio files using PyDub, with export capabilities to local storage.

Image Models
* Examples Added:
- Support for the OpenCV library.
- Reading and saving images in various color spaces: RGB, RGBA, CMYK.
- Image resizing with multiple algorithms.
- Image manipulation functionalities including:
* Rotation
* Flipping
* Grayscale conversion
* Brightness and contrast adjustment

Text Models
* New Features:
- Added a Prompt Registry with example usage for enhanced text model prompting.

0.1.0

Initial release of SDK supporting Model Inference APIs from Krutrim Cloud

**Supported Models:**

Text to Text:
krutrim/Krutrim-spectre-v2
meta/Llama-3-8B-Instruct
mistralai/Mistral-7B-v0.2

Audio to Text:
openai/whisper-large-v3

Text to Image:
stabilityai/stable-diffusion-xl-base-1.0

Image to Text:
HuggingFaceM4/idefics2-8b-base

**Full Changelog**: https://github.com/ola-krutrim/krutrim-cloud-python/commits/v0.1.0

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.