Unify
Unify dynamically routes each query to the best LLM, with support for providers such as OpenAI, MistralAI, Perplexity AI, and Together AI. You can also access all providers individually, using a single API key.
Installation and Setup
- Get your Unify API Key from the Unify console
- Set the
UNIFY_KEY
environment variable to the API key.
Chat Models
See a usage example
from langchain_community.chat_models import ChatUnify
API Reference:ChatUnify