Anyscale for your agents.
Connect Anyscale once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 6 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Anyscale.
What agents can do with Anyscale
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
anyscale_list_modelsList available models on your Anyscale endpoint.
anyscale_chat_completionSend a chat completion request. `messages` is an array of {role, content} objects.
anyscale_create_embeddingCreate embeddings for one or more texts (OpenAI-compatible). `input` is a string or array of strings; `model` is an embedding model deployed on your endpoint (e.g. thenlper/gte-large).
anyscale_get_modelGet details of a specific model.
anyscale_text_completionText completion (OpenAI-compatible legacy endpoint). `prompt` is the text to complete.
anyscale_stream_chat_completionStream a chat completion. Same as chat_completion but returns Server-Sent Events.
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 Anyscale.
- Go to Endpoints and select your endpoint.
- Copy the API key shown for the endpoint.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Anyscale to Even: call connect_begin("anyscale") on the even-connect MCP and walk me through it.
Anyscale lists deployed models, runs chat completions on your endpoints, and generates embeddings for semantic 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.