Integrations
Integrations
Choose the right Vaner integration mode for your tools.
Vaner supports four primary integration modes:
- Proxy mode: OpenAI-compatible
/v1/chat/completionsendpoint. - MCP mode: native IDE integration where the IDE handles model calls.
- Context-only mode:
/v1/contextfor agent frameworks. - Python SDK mode: direct library usage for scripts and tooling.
For local multi-service setups, see Docker.