Aleph Alpha for your agents.
Connect Aleph Alpha once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Aleph Alpha.
What agents can do with Aleph Alpha
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
aleph-alpha_completeGenerate text completion using a Luminous model. `prompt` is the input text. `model` specifies the model (e.g. luminous-base, luminous-extended, luminous-supreme).
aleph-alpha_create_embeddingCreate an embedding for text input.
aleph-alpha_list_modelsList available models and their capabilities.
aleph-alpha_semantic_embedCreate a semantic embedding tuned for similarity/search. `representation` is one of symmetric (compare two texts of similar length), document (index a passage), or query (a search query). Pair query + document representations for asymmetric search.
aleph-alpha_tokenizeSplit a prompt into a model's tokens. Set tokens for the string pieces and token_ids for the integer ids.
aleph-alpha_detokenizeTurn a list of integer token ids back into text using a model's tokenizer.
aleph-alpha_evaluateScore how likely a specific completion is for a prompt. Returns log-probabilities and perplexity for `completion_expected` given `prompt`.
aleph-alpha_explainAttribute which parts of the prompt drove a target output (AtMan explainability). `target` is the completion whose drivers you want explained.
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 Aleph Alpha.
- Go to Dashboard > API Keys.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Aleph Alpha to Even: call connect_begin("aleph-alpha") on the even-connect MCP and walk me through it.
Generate text with Luminous, create semantic embeddings for similarity search, and score how likely a completion matches the prompt.
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.