Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: GM-Ant/litellm

Tags

v1.72.6.post1-nightly

Toggle v1.72.6.post1-nightly's commit message
test(internal_user_endpoints.py): catch user already exists in team e…

…rror

v1.72.6.devSCIM

Toggle v1.72.6.devSCIM's commit message
fixes SCIM

v1.72.6.SCIM2

Toggle v1.72.6.SCIM2's commit message
fixes SCIM provisioning

v1.72.6.rc

Toggle v1.72.6.rc's commit message
build(ghcr_deploy.yml): add rc to all docker images

v1.72.6.dev1

Toggle v1.72.6.dev1's commit message
build(ghcr_deploy.yml): add rc to all docker images

1.72.6.rc-draft

Toggle 1.72.6.rc-draft's commit message
security - add back grype scans

v1.72.6-nightly

Toggle v1.72.6-nightly's commit message
ci/cd run again

v1.72.2.devMCP

Toggle v1.72.2.devMCP's commit message
ui new build

v1.72.5.dev1

Toggle v1.72.5.dev1's commit message
test: handle fireworks ai instability

v1.72.4-nightly

Toggle v1.72.4-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add VertexAI Anthropic passthrough - cost calculation, token tracking (

…BerriAI#11611)

* fix(vertex_ai/anthropic): extract vertex credentials from correct dict

Fixes passing credentials for vertex anthropic via `/v1/messages`

* fix(vertex_ai/anthropic): working e2e vertex ai anthropic messages via `/v1/messages`

Ensures vertex anthropic models can be called via /v1/messages

* fix(vertex_passthrough_logging_handler.py): fix vertex anthropic logging to emit the model name on spend logs

enables observability of passthrough route

* fix(vertex_passthrough_logging_handler.py): don't redefine variable

* fix(vertex_passthrough_logging_handler.py): log cost + token usage for anthropic passthrough requests on vertex ai