rolter 0.0.2

high-performance openai/anthropic-compatible llm gateway and load balancer — unified cli launcher for the gateway and control plane
rolter-0.0.2 is not a library.

rolter

High-performance OpenAI/Anthropic-compatible LLM gateway and load balancer.

rolter is the unified command-line launcher for the rolter system. A single binary dispatches to both planes:

# data-plane gateway (openai/anthropic-compatible proxy + load balancer)
rolter gateway --config rolter.toml

# control plane (management api + static dashboard host)
rolter control --database-url postgres://localhost/rolter

Install from crates.io:

cargo install rolter

or as a Python-managed CLI (maturin wheel):

uv tool install rolter

See the project README for architecture, configuration and deployment docs.

License

Apache-2.0