Skip to content

Using ProxAI

This section is for running ProxAI as a local compatibility proxy. Start here if you are configuring providers, routing models, capturing one request, or debugging client-visible behavior.

  1. 1Run locallyInstall or build ProxAI, generate the app directory, and point your client at the local proxy.
  2. 2Configure providersKeep long-lived runtime behavior in config.toml.
  3. 3Route intentionallyUse protocol-aware defaults and explicit routes only where needed.
  4. 4Debug safelyUse compact logs and narrow capture phases without committing private artifacts.
ProxAI isProxAI is not
A local compatibility proxy for OpenAI-compatible and Anthropic-style trafficA hosted multi-tenant AI gateway
An explicit protocol router with selected conversion pairsA universal converter for every provider/protocol shape
A compact diagnostics tool for local Zed/proxy/provider problemsA prompt logging or analytics platform
A config.toml-centered local runtimeA provider management control plane