Documentation

Lorivo hosts your LoRA adapters on a GPU node and serves them through an OpenAI-compatible API. Use the CLI for the fastest path, or raw REST requests when you want full control.

Two ways to use lorivo

  • CLI: lorivo deploy validates, uploads, and deploys an adapter in one command, then prints your inference endpoint.
  • REST API: call /v1/chat/completions, /v1/responses, and the management endpoints directly with an API key, from any HTTP client or the OpenAI SDKs.

New here? Start with the Quickstart.