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

Skip to content

Tags: nevrax/litellm

Tags

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

v1.72.2-stable

Toggle v1.72.2-stable's commit message
fix(streaming_handler.py): respect is_finished = False in hidden params

internal logic for preventing ending stream early

v1.72.3-nightly

Toggle v1.72.3-nightly's commit message
fix(proxy/_types.py): add budget reset at to litellm budget full table

v1.72.2.rc

Toggle v1.72.2.rc's commit message
(ui) new build

v1.72.2-nightly

Toggle v1.72.2-nightly's commit message
test fix test_aaauser_personal_budgets

v1.72.0-stable

Toggle v1.72.0-stable's commit message
build(config.yml): weaken grype check for nightly - python3.13 known …

…cve - blocked on chainguard to release a fix

Will call this out on release note, but this an upstream python3.13 issue  and shouldn't block nightly releases

v1.72.2.dev_image

Toggle v1.72.2.dev_image's commit message
feat: add add azure endpoint for image endpoints

v1.72.1.dev8

Toggle v1.72.1.dev8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Fix]: /v1/messages - return streaming usage statistics when using li…

…tellm with bedrock models (BerriAI#11469)

* fix: using litellm with claude code bedrock

* fix: usage for bedrock with /messages

* fix: bedrock_sse_wrapper

* tests: test for test_chunk_parser_usage_transformation

* test fix

v1.72.1.dev5

Toggle v1.72.1.dev5's commit message
fix: gemini-2.0-flash-preview-image-generation test