litellm/litellm-rust/crates
Devin AI 8d4e2e00b8 feat(messages): route native Anthropic /messages through Rust behind LITELLM_USE_RUST_MESSAGES
Extends the opt-in Rust Anthropic Messages path (previously azure_ai only,
per-deployment rust:true) to the native anthropic provider and switches
enablement to the LITELLM_USE_RUST_MESSAGES env var, mirroring the OCR bridge
(LITELLM_USE_RUST_OCR). When enabled, eligible providers route through Rust;
unsupported providers fall back to the Python path.

Co-Authored-By: Ishaan Jaffer <155045088+ishaan-berri@users.noreply.github.com>
2026-07-18 18:44:59 +00:00
..
ai-gateway feat(messages): route native Anthropic /messages through Rust behind LITELLM_USE_RUST_MESSAGES 2026-07-18 18:44:59 +00:00
core fix(messages): fold system-role messages for Azure Anthropic and fall back to Python on Rust bridge errors 2026-07-17 04:00:09 +00:00
python-bridge fix(rust_bridge): use Python::attach for amessages after pyo3 bump 2026-07-18 03:09:39 +00:00