DeepInfra for your agents.
Connect DeepInfra once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to DeepInfra.
What agents can do with DeepInfra
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
deepinfra_list_modelsList available models for inference on DeepInfra.
deepinfra_chat_completionSend a chat completion request. `model` is the model id (e.g. deepseek-ai/DeepSeek-V3). `messages` is an array of {role, content} objects.
deepinfra_create_embeddingCreate embeddings for text inputs using an embedding model.
deepinfra_completionsLegacy (non-chat) text completion. `prompt` is a single string; prefer chat_completion for instruct models.
deepinfra_generate_imageGenerate an image from a prompt using an OpenAI-compatible image model (e.g. black-forest-labs/FLUX-1-schnell). Returns base64 image data.
deepinfra_get_modelRetrieve metadata for a single model by id.
deepinfra_create_audio_speechGenerate speech audio from text using a TTS model. Returns audio binary data.
deepinfra_create_transcriptionTranscribe audio to text using a Whisper model. Upload the audio file as the request body.
deepinfra_create_moderationClassify text for content moderation using a moderation 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 DeepInfra.
- Go to Dashboard > API Keys.
- Copy your API key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect DeepInfra to Even: call connect_begin("deepinfra") on the even-connect MCP and walk me through it.
Generate images via Flux and create text embeddings for semantic search with DeepInfra.
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.