Integrations
Run the tools you already use against Melious — two env vars, a base URL, or one CLI command
Most AI clients speak OpenAI or Anthropic. Melious implements both, so nearly every tool in the ecosystem works against us by changing a base URL. For a handful of coding agents we go further — the Melious CLI installs them, writes the config, and launches them with the environment already set.
If you came looking for the OpenAI or Anthropic SDK itself, the migration quickstarts live in get started — "switching SDK" is a different task than "integrating a tool", and the integrations section is for clients built on top of those SDKs.
Coding agents
Agents that run in your terminal and edit code. All three below are installable through the Melious CLI. The fastest path is melious tools install <name> — it installs the tool, writes the config, and launches it with the environment already set.
- Claude Code — Anthropic's coding agent, routed through the Anthropic-shape endpoint
- OpenCode — open source, token-efficient, pre-configured by the CLI
- Mistral Vibe — Mistral's terminal agent, pointed at Melious via its OpenAI provider
IDEs
- Cursor — paste the Melious base URL into Cursor's OpenAI-compatible settings
- Continue.dev — VS Code and JetBrains assistant with a Melious provider config
SDKs and frameworks
The OpenAI and Anthropic SDKs themselves are covered in get started. These integrations sit one layer up.
- Vercel AI SDK —
createOpenAIwith our base URL, and every framework primitive works - LangChain —
ChatOpenAIfromlangchain-openaiinherits every upstream update - LlamaIndex — RAG pipelines against Melious models and (optionally) embeddings
Chat interfaces
- LibreChat — self-hosted chat UI; one YAML block to add Melious as an endpoint
Automation
- n8n — workflow automation; use the OpenAI Chat Model node with Melious' base URL
What you won't find here
A tool isn't listed because (a) we haven't written a guide for it yet, or (b) it doesn't speak OpenAI or Anthropic shapes yet. If your tool does speak one of those shapes, it'll likely work anyway — drop us a line at hello@melious.ai and we'll add it.