Cerebras for your agents.
Connect Cerebras once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Cerebras.
What agents can do with Cerebras
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
cerebras_list_modelsList available models on Cerebras.
cerebras_chat_completionSend a chat completion request. `messages` is an array of {role, content} objects.
cerebras_get_modelRetrieve metadata for one model by id.
cerebras_text_completionOpenAI-compatible text completion (non-chat). `prompt` is the raw text to continue.
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 Cerebras Cloud.
- Go to API Keys in the settings.
- Create a new key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Cerebras to Even: call connect_begin("cerebras") on the even-connect MCP and walk me through it.
Query available Cerebras models and send chat completion requests to generate text with LLMs.
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.