SambaNova for your agents.
Connect SambaNova 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 SambaNova.
What agents can do with SambaNova
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sambanova_chat_completionSend a chat completion request. `messages` is an array of {role, content} objects.
sambanova_list_modelsList available models on SambaNova.
sambanova_create_embeddingCreate embeddings for text inputs. `input` is an array of strings; `model` is an embedding model like E5-Mistral-7B-Instruct.
sambanova_transcribe_audioTranscribe speech to text with Whisper. Upload an audio file; `model` is Whisper-Large-v3.
sambanova_create_completionSend a text completion request. `prompt` is the input text; `model` is a model like Meta-Llama-3.1-70B-Instruct.
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 SambaNova Cloud.
- Go to the API Keys section.
- 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 SambaNova to Even: call connect_begin("sambanova") on the even-connect MCP and walk me through it.
Send a chat completion request to a language model, create embeddings for text, and transcribe audio to text.
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.