Not a hosted gateway
ProxAI is designed for local compatibility and diagnostics, not multi-tenant hosting, account management, billing, or provider administration.
This page sets expectations for what ProxAI intentionally does not do today. It is a user-facing summary; exact protocol support lives in Compatibility Matrix, and exact configuration fields live in Configuration Reference.
ProxAI is designed for local compatibility and diagnostics, not multi-tenant hosting, account management, billing, or provider administration.
Only explicit protocol pairs are supported. Unsupported pairs fail explicitly instead of silently falling through.
Default logs should stay compact and body-safe. Captures are local debugging artifacts, not product analytics.
Runtime behavior belongs in config.toml; ProxAI does not manage provider accounts or rotate provider credentials for users.
| Area | Limit | Where to check |
|---|---|---|
| Protocol pairs | Support is pair-specific and direction-specific. Request, non-streaming response, and streaming support can differ. | Compatibility Matrix |
| Lossiness | Some conversions cannot preserve every source protocol concept exactly. | Lossiness and Fidelity |
| Streaming | Stream correctness depends on complete terminal events and provider event semantics. | Streaming Behavior |
| Tool calls | Started-but-unfinished streamed tool arguments are bounded by semantic timeout, not guessed into valid calls. | Status and Stop Reasons |
| Capture | Captures can contain private data and must stay local unless manually sanitized. | Privacy and Local Data |
| Provider quirks | Provider-local compatibility belongs in provider code; cross-protocol shape changes belong in translation. | Module Boundaries |
For local debugging paths, see Debugging Workflow and Troubleshooting.