mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 04:21:34 +00:00
* fix(vertex passthrough): log :embedContent and :batchEmbedContents responses * test(vertex passthrough): add unit tests for :embedContent and :batchEmbedContents logging * fix(vertex passthrough): extract input text from request body for embedContent token counting * fix(vertex passthrough): add embedContent and batchEmbedContents to TRACKED_VERTEX_ROUTES * fix(vertex passthrough): detect Google AI Studio URLs in embedContent handler * test(vertex passthrough): add unit test for Google AI Studio URL embedContent provider detection * style: black format vertex_passthrough_logging_handler