Skip to content

Conversation

@Sameerlite
Copy link
Collaborator

@Sameerlite Sameerlite commented Nov 22, 2025

Enable OpenAI metadata passthrough in the request
)

* Added support for though signature for gemini 3

* Update docs with all supported endpoints and cost tracking
* Add image as url support to anthropic

* fix mypy errors

* fix tests
* Add spend-logs-metadata to the metadata

* Add tests for spend logs metadata in batches
Resolves multi-account file and batch routing without requiring a database
* Remove support for penalty param

* remove halucinated model names
@vercel
Copy link

vercel bot commented Nov 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
litellm Error Error Nov 22, 2025 10:23am

decoded = base64.urlsafe_b64decode(padded).decode()

if decoded.startswith("litellm:") and ";model," in decoded:
match = re.search(r"litellm:([^;]+);model,", decoded)

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'litellm:' and with many repetitions of 'litellm::'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'litellm:' and with many repetitions of 'litellm::'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'litellm:' and with many repetitions of 'litellm::'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'litellm:' and with many repetitions of 'litellm::'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'litellm:' and with many repetitions of 'litellm::'.
@Sameerlite Sameerlite marked this pull request as ready for review November 22, 2025 10:46
@ishaan-jaff ishaan-jaff merged commit 82dc035 into main Nov 22, 2025
39 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants