Voyage AI for your agents.
Connect Voyage AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 5 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Voyage AI.
What agents can do with Voyage AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
voyage_embeddingsCreate embeddings for texts. `model` e.g. voyage-3.
voyage_rerankRerank documents against a query.
voyage_multimodal_embeddingsFor an AI agent: embed mixed text and images into one shared space. `inputs` is an array of {content:[...]} items whose content parts are {type:'text',text} or {type:'image_url',image_url}. Use model voyage-multimodal-3.
voyage_contextualized_embeddingsFor an AI agent: embed chunks with document context so each chunk vector reflects its surrounding text. `inputs` is an array of arrays (each inner array is one document's chunks). Use model voyage-context-3.
voyage_list_modelsList available Voyage AI models with their capabilities, context length, and max batch size.
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.
- Open the API keys page.
- Create a key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Voyage AI to Even: call connect_begin("voyage") on the even-connect MCP and walk me through it.
Voyage AI creates semantic embeddings from text, images, and documents, rerranks retrieved documents by query relevance.
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.