External Developer Docset
For engineers integrating cliproxyapi++ into external services or products.
Audience
- Teams with existing OpenAI-compatible clients.
- Platform developers adding proxy-based multi-provider routing.
Integration Path
- Integration Quickstart
- OpenAI-Compatible API
- Provider Usage
- Routing and Models Reference
- Planning Boards
- Board Workflow
Design Guidelines
- Keep client contracts stable (
/v1/*) and evolve provider config behind the proxy. - Use explicit model aliases/prefixes so client behavior is deterministic.
- Add integration tests for
401,429, and model-not-found paths.