Star

linkInstallation

To install MTLLM run,

1link$pip install mtllm

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

1link$pip install mtllm[openai]

1link$pip install mtllm[anthropic]

1link$pip install mtllm[together]

1link$pip install mtllm[ollama]

1link$pip install mtllm[huggingface]

1link$pip install mtllm[groq]

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

1link$pip install mtllm[image]

1link$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

Installation

Home

Quick Startchevron_right
Building Blockschevron_right
Tutorialschevron_right
API Referencechevron_right
Tips and Trickschevron_right

FAQs