Nomic AI for your agents.
Connect Nomic 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 Nomic AI.
What agents can do with Nomic AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
nomic_create_text_embeddingCreate an embedding from a text input. `texts` is an array of strings to embed.
nomic_chat_completionSend a chat completion request using Nomic's chat models. `messages` is an array of {role, content} objects.
nomic_list_modelsList available models on Nomic Atlas.
nomic_create_image_embeddingFor an AI agent: embed images into the same vector space as text embeddings (Nomic Embed Vision). `urls` is an array of public image URLs. Pair with create_text_embedding for cross-modal (text-to-image) search.
nomic_get_modelGet details of a specific model.
nomic_tokenizeTokenize text using a Nomic embedding model's tokenizer.
nomic_create_clusterCreate an Atlas map (cluster) from a dataset.
nomic_list_datasetsList Atlas datasets and projects.
nomic_get_text_embeddingGet a single embedding for one text string (variant of create_text_embedding for single input).
nomic_rerankRerank documents by relevance to a query using Nomic's reranking model.
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 Nomic Atlas.
- Go to Settings > 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 Nomic AI to Even: call connect_begin("nomic") on the even-connect MCP and walk me through it.
Create text embeddings and image embeddings with Nomic for cross-modal search.
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.