litellm-mirror/litellm/proxy/pass_through_endpoints
Krish Dholakia 9b0f871129
Add /vllm/* and /mistral/* passthrough endpoints (adds support for Mistral OCR via passthrough)
* feat(llm_passthrough_endpoints.py): support mistral passthrough

Closes https://github.com/BerriAI/litellm/issues/9051

* feat(llm_passthrough_endpoints.py): initial commit for adding vllm passthrough route

* feat(vllm/common_utils.py): add new vllm model info route

make it possible to use vllm passthrough route via factory function

* fix(llm_passthrough_endpoints.py): add all methods to vllm passthrough route

* fix: fix linting error

* fix: fix linting error

* fix: fix ruff check

* fix(proxy/_types.py): add new passthrough routes

* docs(config_settings.md): add mistral env vars to docs
2025-04-14 22:06:33 -07:00
..
llm_provider_handlers Updated cohere v2 passthrough (#9997) 2025-04-14 19:51:01 -07:00
common_utils.py refactor(llm_passthrough_endpoints.py): refactor vertex passthrough to use common llm passthrough handler.py 2025-03-22 10:42:46 -07:00
llm_passthrough_endpoints.py Add /vllm/* and /mistral/* passthrough endpoints (adds support for Mistral OCR via passthrough) 2025-04-14 22:06:33 -07:00
pass_through_endpoints.py Updated cohere v2 passthrough (#9997) 2025-04-14 19:51:01 -07:00
passthrough_endpoint_router.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
streaming_handler.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
success_handler.py Updated cohere v2 passthrough (#9997) 2025-04-14 19:51:01 -07:00
types.py (feat) add usage / cost tracking for Anthropic passthrough routes (#6835) 2024-11-20 17:25:12 -08:00