Skip to content

MTLLM Documentation

Installation

To install MTLLM run,

    pip install mtllm

By default, MTLLM will not install any llm integrations, to install the available integrations, include the extra(s) below:

pip install mtllm[openai]
pip install mtllm[anthropic]
pip install mtllm[together]
pip install mtllm[ollama]
pip install mtllm[huggingface]
pip install mtllm[groq]

MTLLM Supports MultiModal LLMs. To Support Images and Videos, you need to install the following extra(s):

pip install mtllm[image]
pip install mtllm[video]

Currently, only multimodal LLMs from OpenAI and Anthropic are supported. In the future, we plan to support multimodal LLMs from other providers as well