Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gzis the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.
FreeBSD release assets
CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gzis the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
- test(executor): allow non-negative TTFT in xAI usage record assertions (fd5cd22)
- fix(claude): gate fallback-credit beta on fallback tokens or explicit fallbacks (ed751ea)
- fix(translator): hoist tool-result content part cache_control to the block (#5432) (bcd13ca)
- refactor(translator): encapsulate tool-result cache-control hoisting in common (50585bf)
- fix(responses): support mid-connection prewarm in websocket handler (7b6fafc)
- fix(responses): filter upstream private and telemetry events in SSE streams (dd013f9)
- feat(pluginapi): propagate response model, service tier, and stream flag to usage plugins (ac3849e)
- fix(gemini): enforce array type for schema nodes declaring items (ffe6ad3)
What's Changed
New Contributors
Full Changelog: v7.3.10...v7.3.11