packages/docs/plugin-registry/llm/together.md
The Together AI plugin connects Eliza agents to Together's inference platform, providing access to a wide catalog of open-source models with competitive pricing and fast inference.
On-demand plugin. This plugin is resolved from the remote elizaOS plugin registry and auto-installs when its API key is detected. It is not included in Eliza's bundled
plugins.jsonindex.
Package: @elizaos/plugin-together
eliza plugins install @elizaos/plugin-together
The plugin auto-enables when TOGETHER_API_KEY is present:
export TOGETHER_API_KEY=your-together-api-key
| Environment Variable | Required | Description |
|---|---|---|
TOGETHER_API_KEY | Yes | Together AI API key from api.together.ai |
{
"auth": {
"profiles": {
"default": {
"provider": "together",
"model": "mistralai/Mixtral-8x22B-Instruct-v0.1"
}
}
}
}
Together hosts 100+ open-source models. Popular choices include:
| Model | Context | Best For |
|---|---|---|
mistralai/Mixtral-8x22B-Instruct-v0.1 | 64k | Code and technical tasks |
deepseek-ai/DeepSeek-R1 | 64k | Deep reasoning |
See together.ai/models for the full model catalog.