Intelligent routing
Choose a logical model while Venarm selects an eligible provider and follows the configured fallback chain.
Venarm for developers · Preview
Build against a familiar interface while Venarm handles providers, credentials, fallbacks, limits, and observability behind the scenes.
const response = await fetch("/v1/chat/completions", { method: "POST", headers: { "Authorization": `Bearer ${VINEM_KEY}`, "Content-Type": "application/json" }, body: JSON.stringify({ model: "venarm-auto", messages, stream: true }) }); // Provider routing and fallback are automatic.
Platform
Venarm is being designed as a dependable model gateway with one policy layer and clear operational visibility.
Choose a logical model while Venarm selects an eligible provider and follows the configured fallback chain.
Provider secrets remain encrypted on the server and never enter browser code, logs, or client responses.
Trace attempts, latency, failures, fallback behavior, and token reporting from the Admin command center.
Compatibility
OpenAI- and Anthropic-style interfaces are planned so existing SDKs and agent workflows need minimal changes.
/v1/chat/completionsChat and streaming in an OpenAI-compatible shape/v1/messagesAnthropic-compatible messages for agent tooling/v1/modelsModels available to the authenticated account and plan