Commit graph

15502 commits

Author SHA1 Message Date
Krrish Dholakia
28c12e6702 fix(utils.py): fix togetherai streaming cost calculation 2024-08-01 15:03:08 -07:00
Krrish Dholakia
ca0a0bed46 fix(utils.py): fix anthropic streaming usage calculation
Fixes https://github.com/BerriAI/litellm/issues/4965
2024-08-01 14:45:54 -07:00
Krrish Dholakia
aad0bbb08c fix(cost_calculator.py): respect litellm.suppress_debug_info for cost calc
Fixes https://github.com/BerriAI/litellm/issues/4818#issuecomment-2263795765
2024-08-01 12:27:09 -07:00
Ishaan Jaff
dce8e3efb8 testing fix - skip rate limit errors from anthropic api 2024-08-01 12:12:50 -07:00
Ishaan Jaff
bae8be340e docs enterprise 2024-08-01 12:10:19 -07:00
Ishaan Jaff
81cd217847 docs enterprise feature 2024-08-01 12:05:49 -07:00
Ishaan Jaff
c494d8ac9a docs enterprise feature 2024-08-01 12:05:38 -07:00
Ishaan Jaff
220b839693 docs - team based logging 2024-08-01 11:58:40 -07:00
Ishaan Jaff
5c810ec326
Merge pull request #4997 from BerriAI/litellm_otel_fail_handler
[Fix-Proxy] Log attributes on failed LLM calls
2024-08-01 11:57:45 -07:00
Ishaan Jaff
c87f97bf6d
Merge pull request #4995 from BerriAI/litellm_otel_fwd_traceparent
[Fix-OTEL Proxy] Only forward traceparent to llm api when `litellm.forward_traceparent_to_llm_provider=True`
2024-08-01 11:57:35 -07:00
Ishaan Jaff
96af712605 fix _handle_failure for otel 2024-08-01 11:12:31 -07:00
Ishaan Jaff
cc9a597d37 ui new build 2024-08-01 09:59:24 -07:00
Ishaan Jaff
457436e12e ui fix entering custom model names for azure 2024-08-01 09:58:37 -07:00
Krrish Dholakia
d02d3d9712 build(model_prices_and_context_window.json): add azure gpt-4o-mini regional + global standard pricing to model cost map 2024-08-01 09:44:40 -07:00
Ishaan Jaff
4a39006b30 forward_traceparent_to_llm_provider 2024-08-01 09:40:45 -07:00
Ishaan Jaff
d12578e4ea test_traceparent_not_added_by_default 2024-08-01 09:36:09 -07:00
Krrish Dholakia
b6b86b2df4 fix(anthropic.py): respect timeouts
Fixes https://github.com/BerriAI/litellm/pull/4994
2024-08-01 09:16:19 -07:00
Ishaan Jaff
34838a29f9
Merge pull request #4989 from ec2ainun/fix/proxy-vertex-path
fix: support vertex filepath on proxy litellm_params definition
2024-08-01 09:15:24 -07:00
Ishaan Jaff
b8fa4a48d9 docs add info on forward_traceparent_to_llm_provider 2024-08-01 09:12:40 -07:00
Ishaan Jaff
70c836623d use itellm.forward_traceparent_to_llm_provider 2024-08-01 09:05:13 -07:00
Krrish Dholakia
c6fd2fef9b bump: version 1.42.7 → 1.42.8 2024-07-31 21:41:51 -07:00
Krrish Dholakia
d8a8cd2961 feat(ui): add ability to enable traceloop + langsmith via ui 2024-07-31 21:40:29 -07:00
Krrish Dholakia
d914aa558d feat(ui): add braintrust logging to ui 2024-07-31 21:15:19 -07:00
Ishaan Jaff
d17c55ba74
Merge pull request #4990 from yujonglee/docs-deps
Update lockfile of docs
2024-07-31 20:30:07 -07:00
Krrish Dholakia
83f638100e test: handle predibase api failures 2024-07-31 19:39:58 -07:00
Krrish Dholakia
e1696bf426 fix(_types.py): fix finetuning endpoints 2024-07-31 19:07:37 -07:00
yujonglee
a04e38a79e update 2024-08-01 10:33:35 +09:00
Krrish Dholakia
1a00f52255 fix(utils.py): fix special keys list for provider-specific items in response object 2024-07-31 18:30:49 -07:00
Ishaan Jaff
289b468aa1 try / except rate limit errors 2024-07-31 17:42:58 -07:00
Moch. Ainun Najib
4e9e6a972b fix: support vertex path 2024-08-01 07:36:53 +07:00
Ishaan Jaff
1e3b034529 docs ft api 2024-07-31 17:31:12 -07:00
Ishaan Jaff
8cc7328c50 docs ft api 2024-07-31 17:29:53 -07:00
Ishaan Jaff
40eeea535d ft api docs 2024-07-31 17:24:53 -07:00
Ishaan Jaff
3c62f4f518 link to ft api 2024-07-31 17:24:25 -07:00
Ishaan Jaff
b468db95b9 docs ft api 2024-07-31 17:23:25 -07:00
Ishaan Jaff
6e0f689d75 docs ft api 2024-07-31 17:22:33 -07:00
Ishaan Jaff
abab989ac8 docs ft api 2024-07-31 17:20:28 -07:00
Ishaan Jaff
df684cbf6f docs add example doing ft 2024-07-31 17:19:00 -07:00
Ishaan Jaff
82948fccc7 add link to fine tuning api 2024-07-31 17:15:12 -07:00
Ishaan Jaff
4a1ab44f6a docs fine tuning 2024-07-31 17:13:02 -07:00
Ishaan Jaff
b35c63001d fix setup for endpoints 2024-07-31 17:09:08 -07:00
Ishaan Jaff
5e2117feae bump: version 1.42.6 → 1.42.7 2024-07-31 16:50:37 -07:00
Ishaan Jaff
d833c69acb
Merge pull request #4987 from BerriAI/litellm_add_ft_endpoints
[Feat-Proxy] Add List fine-tuning jobs
2024-07-31 16:49:59 -07:00
Ishaan Jaff
cd3a01c03f fix fine tuning endpoint postion on swagger 2024-07-31 16:46:58 -07:00
Ishaan Jaff
9759fabe8f enforce ft endpoints as premium feature 2024-07-31 16:43:54 -07:00
Ishaan Jaff
bd15d0f4ca fix mark fine tuning endpoints as enteprrise 2024-07-31 16:41:14 -07:00
Ishaan Jaff
424a70c331 fix routes order 2024-07-31 16:36:50 -07:00
Ishaan Jaff
02e552e8f8 fix linting errors 2024-07-31 16:30:08 -07:00
Ishaan Jaff
e626f5c7d6 fix POST files 2024-07-31 16:27:59 -07:00
Ishaan Jaff
ddc74dbccc fix reading files/ft config 2024-07-31 16:23:36 -07:00