Commit graph

2575 commits

Author SHA1 Message Date
Ishaan Jaff
5c0480114e docs - update /health docs to show correct info 2024-09-02 08:54:19 -07:00
Ishaan Jaff
6b1cfcba5a Merge pull request #5463 from BerriAI/litellm_track_error_per_model
[Feat - Prometheus] - Track error_code, model metric
2024-08-31 16:36:04 -07:00
Ishaan Jaff
bf43d8ce85 docs add cerebras 2024-08-31 14:57:12 -07:00
Ishaan Jaff
fa1a458495 docs add litellm_error_code_metric_total 2024-08-31 14:46:41 -07:00
Ishaan Jaff
2202a02aef Merge pull request #5455 from BerriAI/litellm_vtx_add_input_type_mapping
[Feat] Vertex embeddings - map `input_type` to `text_type`
2024-08-30 17:03:04 -07:00
Ishaan Jaff
da3435d33e docs add task type for vertex ai 2024-08-30 13:31:24 -07:00
Ishaan Jaff
9c6f28c94f update doc 2024-08-30 10:47:40 -07:00
Ishaan Jaff
a36edbcd4c doc using gcs bucket config.yaml 2024-08-30 10:44:41 -07:00
Krrish Dholakia
c77635e089 docs(routing.md): add weight-based shuffling to docs 2024-08-30 08:24:12 -07:00
Ishaan Jaff
4e5965137c update docs 2024-08-29 21:00:10 -07:00
Ishaan Jaff
606013846e Merge branch 'main' into litellm_add_tag_control_team 2024-08-29 17:34:40 -07:00
Ishaan Jaff
56b3301f7f Merge branch 'main' into litellm_fwd_vtx_sdk_headers 2024-08-29 17:24:31 -07:00
Ishaan Jaff
b60e42db09 add docs on pass thtough 2024-08-29 16:12:14 -07:00
Krrish Dholakia
7934af6c74 docs(docker_quick_start.md): add new quick start doc for litellm proxy 2024-08-29 15:35:39 -07:00
Ishaan Jaff
d6d2b2ab57 docs tag based routing per team 2024-08-29 14:23:55 -07:00
Ishaan Jaff
dab30e57b1 doc Tag Based Routing 2024-08-29 14:14:37 -07:00
Ishaan Jaff
bbb181c4db fix missing link on docs 2024-08-29 14:00:16 -07:00
Krish Dholakia
0e0db9a5af Merge branch 'main' into litellm_main_staging 2024-08-28 18:05:27 -07:00
Krrish Dholakia
c98545e5b7 docs(reliability.md): cleanup docs 2024-08-28 13:33:13 -07:00
Ishaan Jaff
304899b2ce doc add ssml usage 2024-08-28 13:08:49 -07:00
Ishaan Jaff
1b3cf3ef97 add ssml support on docs 2024-08-28 12:32:51 -07:00
Ishaan Jaff
82631c1e73 use ssml with litellm vertex 2024-08-28 12:27:44 -07:00
Krrish Dholakia
74081d31f6 fix(proxy/utils.py): fix model dump to exclude none values 2024-08-28 12:02:44 -07:00
Krrish Dholakia
27266cc7f9 docs(vertex_ai.md): fix dead link
Fixes https://github.com/BerriAI/litellm/issues/5408
2024-08-28 08:30:00 -07:00
Ajeet D'Souza
6785c6913d docs: add time.sleep() between streaming calls
LiteLLM's cache appears to be updated in the background. Without this `time.sleep()` call, both responses take `0.8s` to return, but after adding it, the second response returns in `0.006s`.
2024-08-28 17:59:07 +05:30
Ishaan Jaff
97e09dd3cc update doc on palm provider 2024-08-27 21:11:24 -07:00
Ishaan Jaff
09e9e4aebf Merge pull request #5395 from BerriAI/dependabot/npm_and_yarn/docs/my-website/webpack-5.94.0
build(deps): bump webpack from 5.93.0 to 5.94.0 in /docs/my-website
2024-08-27 18:16:36 -07:00
Ishaan Jaff
04c478bf5f docs add tg ai rerank docs 2024-08-27 18:14:40 -07:00
Ishaan Jaff
64c72914db add rerank on cohere docs 2024-08-27 18:11:42 -07:00
dependabot[bot]
3c53a1799e build(deps): bump webpack from 5.93.0 to 5.94.0 in /docs/my-website
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 01:08:57 +00:00
Ishaan Jaff
ae04b9098a docs add rerank api to docs 2024-08-27 18:06:59 -07:00
Ishaan Jaff
359a003ac8 v0 add rerank on litellm proxy 2024-08-27 17:28:39 -07:00
Ishaan Jaff
1b1de273fd Merge pull request #5391 from BerriAI/litellm_add_ai21_support
[Feat] Add Vertex  AI21 support
2024-08-27 15:06:26 -07:00
Krrish Dholakia
e8fa406913 docs(bedrock.md): add doc on passing extra headers + custom api endpoints to bedrock
Closes https://github.com/BerriAI/litellm/issues/5389
2024-08-27 14:18:41 -07:00
Ishaan Jaff
47630bf25d add doc on using jamba-1.5-large 2024-08-27 14:12:38 -07:00
Krrish Dholakia
bc345ba949 docs(anthropic.md): cleanup docs 2024-08-27 14:05:39 -07:00
Ishaan Jaff
2cbe3d0ea4 docs langfuse link 2024-08-27 08:14:03 -07:00
Krrish Dholakia
d4d31edaa8 docs(gemini.md): add context caching on google ai studio to docs 2024-08-27 08:02:52 -07:00
Ishaan Jaff
b6897a0eed Merge pull request #5371 from BerriAI/litellm_vertex_ft_models
[Feat] Add support for fine tuned vertexai models
2024-08-26 15:01:23 -07:00
Ishaan Jaff
5423d64997 vertex add finetuned models 2024-08-26 13:39:20 -07:00
Krrish Dholakia
6e79833152 docs: fix dead links 2024-08-26 13:28:25 -07:00
Ishaan Jaff
1f63147d95 fix link on getting started 2024-08-26 11:06:46 -07:00
Ishaan Jaff
df3b0fcdd3 docs using litellm sdk with litellm proxy 2024-08-26 11:03:33 -07:00
Ishaan Jaff
e71528e5f9 docs use litellm proxy with litellm python sdk 2024-08-26 10:50:24 -07:00
Ishaan Jaff
803f2a25e4 fix qdrant semantic cache 2024-08-26 09:25:59 -07:00
Ishaan Jaff
3bd0547a90 docs - explain how custom guardrail is mounted 2024-08-26 08:47:01 -07:00
Ishaan Jaff
d41f901346 Merge pull request #5352 from BerriAI/litellm_allow_setting_caching_mode
[Feat-Caching] allow setting caching mode to default off
2024-08-24 16:27:45 -07:00
Ishaan Jaff
8a72d1b9c1 fix set Caching Default Off 2024-08-24 09:43:39 -07:00
Krrish Dholakia
459d650e04 docs(input.md): update docs on together ai response_format params support 2024-08-23 21:34:18 -07:00
Krrish Dholakia
b1fb41996b docs(aws_sagemaker.md): cleanup sagemaker messages api docs 2024-08-23 21:17:16 -07:00