litellm/tests/test_litellm/rust_bridge
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
..
__init__.py feat(messages): route Azure Anthropic /messages through Rust behind rust:true 2026-07-16 23:59:03 +00:00
test_messages.py feat(messages): route native Anthropic /messages through Rust behind LITELLM_USE_RUST_MESSAGES 2026-07-18 18:44:59 +00:00