Commit graph

230 commits

Author SHA1 Message Date
Ishaan Jaff
c8d6254b78 ui new build 2025-01-17 19:23:41 -08:00
Ishaan Jaff
d4d6498e14 ui new build 2025-01-17 19:14:44 -08:00
Krish Dholakia
1ca69019d0 build: new ui build (#7685) 2025-01-10 22:12:17 -08:00
Krrish Dholakia
dee99babde build(ui/): update ui build 2025-01-09 22:44:05 -08:00
Krish Dholakia
b769b826d0 Litellm dev 01 07 2025 p2 (#7622)
* build(ui/): update ui

* fix: drop unsupported non-whitespace characters for real when calling… (#7484)

* fix: drop unsupported non-whitespace characters for real when calling anthropic with stop sequences

* test: add parameterized test for _map_stop_sequences method in AnthropicConfig

---------

Co-authored-by: Wolfram Ravenwolf <52386626+WolframRavenwolf@users.noreply.github.com>
2025-01-08 16:56:39 -08:00
Krrish Dholakia
c39dc05c78 build(ui/): build new ui 2025-01-04 20:03:57 -08:00
Ishaan Jaff
6eabc7268a ui new build 2024-12-28 18:14:36 -08:00
Ishaan Jaff
26f93faa40 ui - new build 2024-12-21 15:01:17 -08:00
Ishaan Jaff
3fdd164fee ui new build 2024-12-14 17:15:31 -08:00
Ishaan Jaff
a987a49595 ui new build 2024-12-14 14:16:15 -08:00
Krish Dholakia
92a7e8e3e9 LiteLLM Minor Fixes & Improvements (12/05/2024) (#7051)
* fix(cost_calculator.py): move to using `.get_model_info()` for cost per token calculations

ensures cost tracking is reliable - handles edge cases of parsing model cost map

* build(model_prices_and_context_window.json): add 'supports_response_schema' for select tgai models

Fixes https://github.com/BerriAI/litellm/pull/7037#discussion_r1872157329

* build(model_prices_and_context_window.json): remove 'pdf input' and 'vision' support from nova micro in model map

Bedrock docs indicate no support for micro - https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html

* fix(converse_transformation.py): support amazon nova tool use

* fix(opentelemetry): Add missing LLM request type attribute to spans (#7041)

* feat(opentelemetry): add LLM request type attribute to spans

* lint

* fix: curl usage (#7038)

curl -d, --data <data> is lowercase d
curl -D, --dump-header <filename> is uppercase D

references:
https://curl.se/docs/manpage.html#-d
https://curl.se/docs/manpage.html#-D

* fix(spend_tracking.py): handle empty 'id' in model response - when creating spend log

Fixes https://github.com/BerriAI/litellm/issues/7023

* fix(streaming_chunk_builder.py): handle initial id being empty string

Fixes https://github.com/BerriAI/litellm/issues/7023

* fix(anthropic_passthrough_logging_handler.py): add end user cost tracking for anthropic pass through endpoint

* docs(pass_through/): refactor docs location + add table on supported features for pass through endpoints

* feat(anthropic_passthrough_logging_handler.py): support end user cost tracking via anthropic sdk

* docs(anthropic_completion.md): add docs on passing end user param for cost tracking on anthropic sdk

* fix(litellm_logging.py): use standard logging payload if present in kwargs

prevent datadog logging error for pass through endpoints

* docs(bedrock.md): add rerank api usage example to docs

* bugfix/change dummy tool name format (#7053)

* fix viewing keys (#7042)

* ui new build

* build(model_prices_and_context_window.json): add bedrock region models to model cost map (#7044)

* bye (#6982)

* (fix) litellm router.aspeech  (#6962)

* doc Migrating Databases

* fix aspeech on router

* test_audio_speech_router

* test_audio_speech_router

* docs show supported providers on batches api doc

* change dummy tool name format

---------

Co-authored-by: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: yujonglee <yujonglee.dev@gmail.com>

* fix: fix linting errors

* test: update test

* fix(litellm_logging.py): fix pass through check

* fix(test_otel_logging.py): fix test

* fix(cost_calculator.py): update handling for cost per second

* fix(cost_calculator.py): fix cost check

* test: fix test

* (fix) adding public routes when using custom header  (#7045)

* get_api_key_from_custom_header

* add test_get_api_key_from_custom_header

* fix testing use 1 file for test user api key auth

* fix test user api key auth

* test_custom_api_key_header_name

* build: update ui build

---------

Co-authored-by: Doron Kopit <83537683+doronkopit5@users.noreply.github.com>
Co-authored-by: lloydchang <lloydchang@gmail.com>
Co-authored-by: hgulersen <haymigulersen@gmail.com>
Co-authored-by: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Co-authored-by: yujonglee <yujonglee.dev@gmail.com>
2024-12-06 14:29:53 -08:00
Ishaan Jaff
4a06108534 ui new build 2024-12-05 20:46:37 -08:00
Ishaan Jaff
38ae5901c4 ui new build 2024-12-05 08:02:09 -08:00
Krrish Dholakia
7e55d1d6d6 build(ui/): update ui build 2024-11-27 12:53:19 +05:30
Ishaan Jaff
692afe29e4 ui new build 2024-11-25 22:42:59 -08:00
Krrish Dholakia
8643536da1 build(ui/): update ui build 2024-11-24 05:32:26 +05:30
Krrish Dholakia
943351fdda build: update ui build 2024-11-23 23:32:08 +05:30
Krrish Dholakia
a1188359f8 build: update ui build 2024-11-21 05:16:58 +05:30
Ishaan Jaff
2fa5011458 new ui build 2024-11-16 20:09:29 -08:00
Ishaan Jaff
4c44a85851 ui new build 2024-10-30 23:53:14 +05:30
Ishaan Jaff
8f3b634eca (UI) fix + test displaying number of keys an internal user owns (#6507)
* fix view internal user key count

* add test for /user/list

* fix test user list

* testing ui change

* ui new build
2024-10-30 20:44:15 +05:30
Ishaan Jaff
81cc96a953 ui new build 2024-10-25 23:38:54 +04:00
Ishaan Jaff
9ea1206c77 ui new build 2024-10-09 16:04:49 +05:30
Ishaan Jaff
658c40c7ca ui new build 2024-10-07 13:01:19 +05:30
Ishaan Jaff
4faf4e5a8c ui new build 2024-09-23 18:10:12 -07:00
Ishaan Jaff
61ef635cd6 ui new build 2024-09-23 13:17:40 -07:00
Ishaan Jaff
48f3bf3baa ui new build 2024-09-23 07:56:23 -07:00
Ishaan Jaff
7c241ddfcb ui new build 2024-09-20 08:11:05 -07:00
Ishaan Jaff
aa9bee1420 ui new build 2024-09-19 17:18:49 -07:00
Krrish Dholakia
8e8a599f78 build: bump from 1.44.28 -> 1.45.0 2024-09-12 23:10:29 -07:00
Ishaan Jaff
185579a8ef ui new build 2024-09-07 16:24:06 -07:00
Ishaan Jaff
2b7580916e ui new build 2024-09-06 18:10:46 -07:00
Ishaan Jaff
18e2169c40 ui new build 2024-09-05 17:05:39 -07:00
Ishaan Jaff
b8c092d430 new ui build 2024-08-28 14:43:33 -07:00
Ishaan Jaff
8059b6a7c3 ui new build 2024-08-26 19:01:35 -07:00
Ishaan Jaff
7be10f1714 ui new build 2024-08-24 16:45:53 -07:00
Ishaan Jaff
f2569740fa ui new build 2024-08-16 12:53:23 -07:00
Krrish Dholakia
62365835f3 bump: version 1.43.15 → 1.43.16 2024-08-15 23:04:30 -07:00
Ishaan Jaff
84051cc693 ui new build 2024-08-13 18:45:09 -07:00
Ishaan Jaff
2275bc4ece ui new build 2024-08-09 12:26:24 -07:00
Krrish Dholakia
a083ec0438 bump: version 1.43.4 → 1.43.5 2024-08-08 23:47:01 -07:00
Krish Dholakia
a2b20cd893 Merge branch 'main' into litellm_sso_team_member_add 2024-08-08 23:34:06 -07:00
Ishaan Jaff
36e31dd9cc ui new build 2024-08-08 23:30:51 -07:00
Ishaan Jaff
64c11ace8c ui new build 2024-08-08 23:29:08 -07:00
Ishaan Jaff
0fbb4f1a6a ui new build 2024-08-08 23:25:27 -07:00
Ishaan Jaff
7fb53e9bd2 ui new build 2024-08-08 23:25:27 -07:00
Ishaan Jaff
a06546620e ui new build 2024-08-08 18:53:22 -07:00
Ishaan Jaff
0e374158af ui new build 2024-08-08 18:25:41 -07:00
Krrish Dholakia
dc35ddd88e build: ui - update to include max budget per team 2024-08-08 09:09:23 -07:00
Ishaan Jaff
7226eb5fda ui new build 2024-08-01 09:59:24 -07:00