Together AI for your agents.
Connect Together AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Together AI.
What agents can do with Together AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
together_chat_completionSend a chat completion request. `model` is a Together-hosted model id (e.g. mistralai/Mixtral-8x7B-Instruct-v0.1, meta-llama/Llama-3-70b-chat-hf). `messages` is an array of {role, content} objects.
together_list_modelsList available models.
together_image_generationGenerate an image from a text prompt. `model` can be black-forest-labs/FLUX.1-schnell or stabilityai/stable-diffusion-xl-base-1.0.
together_completionFor an AI agent: raw text completion (non-chat). `prompt` is the text to continue with a base/instruct model id. Prefer chat_completion for conversational models.
together_embeddingsFor an AI agent: create embedding vectors for text. `input` is a string or array of strings. Use an embedding model, e.g. togethercomputer/m2-bert-80M-8k-retrieval or BAAI/bge-large-en-v1.5.
together_rerankFor an AI agent: reorder `documents` by relevance to `query`. Use a rerank model, e.g. Salesforce/Llama-Rank-v1. Returns documents with relevance scores.
together_get_modelGet details of a specific model by ID.
together_create_fine_tune_jobCreate a fine-tuning job for a base model.
together_list_fine_tune_jobsList fine-tuning jobs.
together_get_fine_tune_jobGet details of a specific fine-tuning job.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Together AI and go to the API Keys page.
- Click 'Create API Key', give it a name, and copy the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Together AI to Even: call connect_begin("together") on the even-connect MCP and walk me through it.
Together AI runs chat completions on hosted models, generates images from text, and creates text embeddings.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.