Mintii Router
The intelligent LLM model selection and optimization library by Mintii Labs.
About Mintii Router
Mintii Router is a sophisticated AI model selection system that automatically chooses the best Large Language Model (LLM) for each specific prompt, optimizing for both cost and quality. Our system evaluates over 20 different LLMs in real-time to ensure you get the best possible response while minimizing costs.
Key Features
- 🎯 Intelligent Model Selection: Automatically selects the most suitable LLM for each prompt
- 💰 Cost Optimization: Achieve up to 80% cost reduction through smart model routing
- 🚀 Quality Assurance: Maintains high-quality responses through sophisticated model evaluation
- 🔄 Adaptive Learning: Continuously improves selection criteria based on performance data
- 📊 Usage Analytics: Track and optimize your LLM usage patterns
Installation
pip install mintii-router
Quick Start
from mintii import Router
from dotenv import load_dotenv
import os
# Load your API keys
load_dotenv()
# Initialize the router
router = Router(api_key=os.getenv('MINTII_API_KEY'))
# Get a response
response = router.generate("Explain quantum computing in simple terms")
print(response.content)
Features
-
Smart Model Selection: Automatically chooses the best model based on:
- Prompt complexity
- Required capabilities
- Cost constraints
- Performance requirements
-
Cost Optimization: Reduces costs by:
- Selecting cost-effective models
- Optimizing token usage
- Balancing quality and cost
-
Quality Assurance: Maintains high standards through:
- Model capability matching
- Response quality monitoring
- Consistent performance tracking
Documentation
For full documentation, visit docs.mintii.ai
Support
- Email: support@mintiilabs.com
- Documentation: docs.mintii.ai
- Issues: GitHub Issues
License
Proprietary. Copyright © 2024 Mintii Labs. All rights reserved.
Release files for mintii 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mintii-0.1.1.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mintii-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:10.0 kB
Release files / mintii-0.1.1.tar.gz
| Download URL | mintii-0.1.1.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
409b1d2e392e925558976cfca9f348b42612cf3e4644c4a4985cbda71714cf00
|
|
BLAKE2b-256 checksum How to use checksums |
0664ddf531c35a22f479280a2eb522f554cd9c99c41a94b01d76d32f221bb43a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.4
|
Release files / mintii-0.1.1-py3-none-any.whl
| Download URL | mintii-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2b423a58ae026b5fb95730846cc3acff5370736bb51766a286e823436b9c46cd
|
|
BLAKE2b-256 checksum How to use checksums |
3c94787d1a7a6e5f1c199e797fe9c509730521c18db357644555e68dc5f94a7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.4
|