litellm/tests/test_litellm/llms/azure_ai
yujonglee 347b642bdd
refactor(ocr): complete native lifecycle and preserve Azure auth (#40734)
* refactor(ocr): extract call completion boundary

* fix(ocr): release completion state after dispatch

* test(ocr): prove wrapper completion handoff

* test(ocr): narrow mapped failure assertion

* fix(ocr): preserve wrapper invocation kwargs

* fix(ocr): retain completion through finalization

* fix(ocr): make completion ownership explicit

* refactor(ocr): resolve logging executor explicitly

* fix(callbacks): preserve completion lifecycle behavior

* refactor(ocr): move public OCR into native lifecycle

* refactor(ocr): remove unused rust bridge capability

* wip

* wip

* refactor

* wip

* fix(ocr): preserve reducto native compatibility

* wip

* fix(ocr): document native callable casts

* perf(ocr): bound responses and reduce native scheduling overhead

* refactor(python-bridge): organize placeholder routes

* refactor test

* fix(ocr): normalize DeepSeek document content

* perf(ocr): skip unused callback work and benchmark callback overhead

* fix(ocr): align conversion contracts

* test(ocr): cover official provider response shapes

* fix(ocr): restore Python fallback and honor Rust opt-out

* fixes and refactor

* fix(ocr): preserve Azure Document Intelligence authentication

* fix(rust): enforce OCR response limits and lint contracts

* test(rust): align native OCR contract coverage

* test(ocr): isolate Azure auth precedence coverage
2026-09-12 11:56:49 -07:00
..
chat test(azure_ai): pin the tier the messages bridge sends when astra refuses max 2026-09-05 23:18:25 -07:00
claude fix(azure_ai): let the caller's output_config from extra_body win over the legacy thinking upgrade 2026-09-02 16:23:52 -07:00
embed fix(azure_ai): route Foundry embeddings to the /models inference route 2026-08-31 11:46:33 -07:00
image_edit fix(azure_ai): honour global drop_params for image params MAI cannot serve 2026-09-08 20:20:57 -07:00
image_generation Merge pull request #40074 from mihidumh/fix/mai-image-unsupported-params 2026-09-09 19:11:11 -07:00
ocr refactor(ocr): complete native lifecycle and preserve Azure auth (#40734) 2026-09-12 11:56:49 -07:00
passthrough fix(passthrough): parse Bedrock stream spend incrementally instead of buffering the whole response (#40724) 2026-09-11 09:53:37 -07:00
rerank Merge origin/litellm_internal_staging into litellm_azure_ai_entra_auth 2026-08-24 11:33:18 -07:00
test_azure_ai_agents_handler.py fix: encode additional provider path identifiers 2026-04-29 22:18:20 -07:00
test_azure_ai_cost_calculator.py test(azure_ai): charge the router fee over cached prompt tokens too 2026-09-07 22:35:19 -07:00
test_azure_ai_entra_auth.py Merge origin/litellm_internal_staging into litellm_azure_ai_entra_auth 2026-08-24 11:33:18 -07:00
test_azure_ai_foundry_catalog_model_metadata.py fix(azure_ai): drop gpt-chat-latest effort levels, test prices via calculator 2026-09-07 22:22:51 -07:00
test_azure_ai_fw_models_metadata.py test: collapse blank lines left by removed tests 2026-09-08 02:21:55 +00:00
test_azure_ai_kimi_k26_metadata.py test: collapse blank lines left by removed tests 2026-09-08 02:21:55 +00:00
test_azure_document_intelligence_ocr_transformation.py refactor(ocr): complete native lifecycle and preserve Azure auth (#40734) 2026-09-12 11:56:49 -07:00