Hyperbolic for your agents.
Connect Hyperbolic once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Hyperbolic.
What agents can do with Hyperbolic
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
hyperbolic_list_modelsList available models on Hyperbolic.
hyperbolic_chat_completionSend a chat completion request. `model` is the model id (e.g. meta-llama/Meta-Llama-3.1-70B-Instruct). `messages` is an array of {role, content} objects.
hyperbolic_text_completionText completion (OpenAI-compatible). `model` is the model id; `prompt` is the input text.
hyperbolic_generate_imageGenerate an image from a text prompt. `model_name` selects the image model (e.g. SDXL1.0-base); `prompt` describes the image. Returns base64 image data.
hyperbolic_generate_audioText-to-speech. `text` is the content to speak; `speed` adjusts playback rate. Returns base64 audio.
hyperbolic_get_modelGet details for a specific model.
hyperbolic_get_balanceGet account balance and usage information.
hyperbolic_create_embeddingCreate embeddings from text input (OpenAI-compatible).
hyperbolic_create_finetuneCreate a fine-tuning job.
hyperbolic_list_finetunesList fine-tuning jobs.
hyperbolic_get_finetuneGet details of a fine-tuning job.
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 Hyperbolic.
- Go to the API Keys section in Settings.
- 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 Hyperbolic to Even: call connect_begin("hyperbolic") on the even-connect MCP and walk me through it.
Send chat prompts to Hyperbolic LLMs, generate images from text, and create audio using multi-modal inference.
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.