litellm/litellm-rust/crates/python-bridge/src
yujonglee b0d66a15b8
feat(ocr): add core foundation and Mistral adapter (#40530)
* feat(ocr): add core foundation and transport primitives

* fix(ocr): decline missing Mistral credentials

* fix(rust): compile trace parity on Rust 1.98

* refactor(ocr): define native response capability

* refactor(auth): generalize missing API key errors

* refactor(core): keep URL helpers usage scoped

* refactor(ocr): support native responses across adapters

* refactor(ocr): preserve unmapped provider params

* refactor(ocr): distinguish request preparation from payload transforms

* refactor(ocr): trace payload transformation at codec boundary
2026-09-10 13:18:41 -07:00
..
routes test(ocr): trace callback lifecycle parity (#40063) 2026-09-07 10:44:22 -07:00
diagnostics.rs refactor(python-bridge): split routes and add shared function tracing (#39031) 2026-09-02 16:26:35 -07:00
errors.rs feat(ocr): add core foundation and Mistral adapter (#40530) 2026-09-10 13:18:41 -07:00
execution.rs fix(python-bridge): harden sync and async route boundaries (#39332) 2026-09-02 16:26:35 -07:00
function_trace.rs test(ocr): trace callback lifecycle parity (#40063) 2026-09-07 10:44:22 -07:00
lib.rs refactor(tests): restructure rust python harness around strategy definitions (#39628) 2026-09-03 21:15:01 -07:00
marshal.rs refactor(python-bridge): declare sync and async routes once (#39333) 2026-09-02 16:26:36 -07:00