8000 Tags · kanaka/litellm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kanaka/litellm

Tags

v1.68.1.dev4

Toggle v1.68.1.dev4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature< 10000 /strong>.
Add New Perplexity Models (BerriAI#10652)

* add new perplexity models

* update backup json

* updated deep research

* updated backup json

v1.68.1.dev2

Toggle v1.68.1.dev2's commit message
fix debug logs

v1.68.1.dev1

Toggle v1.68.1.dev1's commit message
bump to 1.68.1

v1.68.1-nightly

Toggle v1.68.1-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add bedrock llama4 pricing + handle llama4 templating on bedrock invo…

…ke route (BerriAI#10582)

* build(model_prices_and_context_window.json): add bedrock llama4 models to model cost map

* fix template conversion for Llama 4 models in Bedrock (BerriAI#10557)

* test: add testing to repro BerriAI#10557

* test: add unit testing

* test(test_main.py): refactor where test is kept

---------

Co-authored-by: aswny <87371411+aswny@users.noreply.github.com>

v1.68.0-nightly

Toggle v1.68.0-nightly's commit message
ui new build

v1.68.0-stable

Toggle v1.68.0-stable's commit message
build: update version + new ui build

v1.67.7-stable

Toggle v1.67.7-stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix edit credentials modal (BerriAI#10519)

v1.67.6.dev1

Toggle v1.67.6.dev1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add perplexity/sonar-deep-research (BerriAI#10537)

v1.67.6-nightly

Toggle v1.67.6-nightly's commit message
build: update litellm version

v1.67.5-nightly

Toggle v1.67.5-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support `x-litellm-api-key` header param + allow key at max budget to…

… call non-llm api endpoints (BerriAI#10392)

* fix(user_api_key_auth.py): fix passing `x-litellm-api-key` to user api key auth

Support using this when given, or bearer token when given

 Fixes issue with auth on vertex passthrough

* test(test_user_api_key_auth.py): use new fastapi.security check

* fix(user_api_key_auth.py): allow key at budget, to still call non-llm api endpoints

Fixes issue where key at budget, couldn't call `/key/info`
0