Metadata-Version: |
2.4 |
Name: |
mintii |
Version: |
0.1.1 |
Summary: |
Mintii Router: Intelligent LLM Model Selection and Optimization Library. Automatically selects the best Large Language Model for each prompt, optimizing for cost, quality, and performance. |
Author-Email: |
Mintii Labs <contact[at]mintiilabs.com> |
Project-Url: |
Homepage, https://mintii.ai |
Project-Url: |
Documentation, https://docs.mintii.ai |
Project-Url: |
Repository, https://github.com/mintiilabs/mintii-router |
Project-Url: |
Bug Tracker, https://github.com/mintiilabs/mintii-router/issues |
License: |
Proprietary - All Rights Reserved |
Keywords: |
AI,AI router,LLM,cost optimization,machine learning,mintii,model optimization,model selection,natural language processing |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
langchain-anthropic (>=0.0.1) |
Requires-Dist: |
langchain-core (>=0.1.0) |
Requires-Dist: |
langchain-google-genai (>=0.0.4) |
Requires-Dist: |
langchain-openai (>=0.0.5) |
Requires-Dist: |
langchain (>=0.1.0) |
Requires-Dist: |
python-dotenv (>=1.0.0) |
Requires-Dist: |
requests (>=2.31.0) |
Requires-Dist: |
typing-extensions (>=4.5.0) |
Requires-Dist: |
black (>=23.0); extra == "dev" |
Requires-Dist: |
isort (>=5.0); extra == "dev" |
Requires-Dist: |
mypy (>=1.0); extra == "dev" |
Requires-Dist: |
pytest (>=7.0); extra == "dev" |
Requires-Dist: |
ruff (>=0.1.0); extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |