Novita AI for your agents.
Connect Novita AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Novita AI.
What agents can do with Novita AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
novita_chat_completionSend a chat completion request. `messages` is an array of {role, content} objects.
novita_list_modelsList available models on Novita AI.
novita_create_embeddingCreate embeddings for text (OpenAI-compatible). `input` is a string or array of strings; `model` is an embedding model id (e.g. baai/bge-m3).
novita_get_modelGet details of a specific model by id.
novita_get_balanceGet current account balance and usage information.
novita_create_image_generationGenerate an image from a text prompt using an image model (OpenAI-compatible).
novita_create_completionSend a text completion request (non-chat).
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 Novita AI.
- Go to Settings > Key Management.
- 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 Novita AI to Even: call connect_begin("novita") on the even-connect MCP and walk me through it.
Send chat requests to Novita AI models, create text embeddings, and list available LLM and embedding models.
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.