Commit graph

3401 commits

Author SHA1 Message Date
Krish Dholakia
ccbac691e5
Support discovering gemini, anthropic, xai models by calling their /v1/model endpoint (#9530)
* fix: initial commit for adding provider model discovery to gemini

* feat(gemini/): add model discovery for gemini/ route

* docs(set_keys.md): update docs to show you can check available gemini models as well

* feat(anthropic/): add model discovery for anthropic api key

* feat(xai/): add model discovery for XAI

enables checking what models an xai key can call

* ci: bump ci config yml

* fix(topaz/common_utils.py): fix linting error

* fix: fix linting error for python38
2025-03-27 22:50:48 -07:00
Shixian Sheng
101cc24486
Merge branch 'BerriAI:main' into main 2025-03-27 20:52:06 -04:00
Krrish Dholakia
f1f40eba3f docs(index.md): document new team model flow
All checks were successful
Helm unit test / unit-test (push) Successful in 18s
Read Version from pyproject.toml / read-version (push) Successful in 22s
2025-03-27 12:14:29 -07:00
Gabriel Loiseau
ca098d1bf9
Fix typo gemini.md 2025-03-27 14:53:02 +01:00
Krrish Dholakia
3ca34a181c docs(openai.md): add gpt-4o-transcribe to docs
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 19s
2025-03-26 23:23:35 -07:00
Ishaan Jaff
05c38049fe docs prod.md 2025-03-26 21:04:36 -07:00
Ishaan Jaff
0155b0eba2
Merge pull request #9533 from BerriAI/litellm_stability_fixes
[Reliability Fixes] - Gracefully handle exceptions when DB is having an outage
2025-03-26 18:57:38 -07:00
Ishaan Jaff
485aa87e65 allow_requests_on_db_unavailable 2025-03-26 18:48:18 -07:00
Ishaan Jaff
763f853a9f docs fix 2025-03-26 18:32:58 -07:00
Ishaan Jaff
b7f4abd13a
Merge pull request #9542 from BerriAI/litellm_fix_vertex_ai_ft_models
[Feature]: Support for Fine-Tuned Vertex AI LLMs
2025-03-26 16:19:41 -07:00
Ishaan Jaff
82faa49668 doc fix Fine-tuned Models 2025-03-26 14:09:27 -07:00
Ishaan Jaff
28ab8fdccc docs vertex ft model 2025-03-26 14:08:19 -07:00
Ishaan Jaff
e24a601897 docs verte ft models 2025-03-26 14:03:42 -07:00
Ishaan Jaff
82016eba0a docs vertex ft models 2025-03-26 13:55:38 -07:00
Shixian Sheng
54e83ac8a8
Update all_caches.md 2025-03-26 15:29:58 -04:00
Ishaan Jaff
12eb77d02d docs litellm vertex ai ft models 2025-03-26 12:24:49 -07:00
Krish Dholakia
801ecb6517
Nova Canvas complete image generation tasks (#9177) (#9525)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 22s
* Nova Canvas complete image generation tasks (#9177)

* add initial support for Amazon Nova Canvas model

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* adjust name to AmazonNovaCanvas and map function variables to config

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* tighten model name check

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* fix quality mapping

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add premium quality in config

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* support all Amazon Nova Canvas tasks

* remove unused import

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add tests for image generation tasks and fix payload

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add missing util file

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* update model prices backup file

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* remove image tasks other than text->image

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add color guided generation task for Nova Canvas

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* fix merge

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add nova canvas image generation documentation

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

* add nova canvas unit tests

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>

---------

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>

* ci(config.yml): bump ci config

* test: fix test

---------

Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>
Co-authored-by: omrishiv <327609+omrishiv@users.noreply.github.com>
2025-03-26 11:28:20 -07:00
Krrish Dholakia
e0880734d9 docs(config_settings.md): cleanup docs 2025-03-25 23:11:45 -07:00
Krrish Dholakia
e8c4cd8c1a docs: cleanup docs
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 14s
Helm unit test / unit-test (push) Successful in 21s
2025-03-25 12:25:42 -07:00
Krrish Dholakia
1a58e8bfe5 docs(admin_ui_sso.md): add logout url 2025-03-25 12:25:16 -07:00
Krrish Dholakia
ff61ce6751 docs: update release note with patch 2025-03-25 10:17:34 -07:00
Ishaan Jaff
da16cef4ba Expose MCP tools 2025-03-24 21:36:02 -07:00
Ishaan Jaff
18dfb70023 mcp docs, exposing tools now live 2025-03-24 21:35:29 -07:00
Ishaan Jaff
08a4ba1b7e Merge branch 'main' into litellm_exp_mcp_server 2025-03-24 19:03:56 -07:00
Tyler Hutcherson
7864cd1f76 update redisvl dependency 2025-03-24 08:42:11 -04:00
Krrish Dholakia
43e4e9e972 docs: cleanup 2025-03-22 20:31:54 -07:00
Krrish Dholakia
b363b72a19 docs: cleanup 2025-03-22 20:30:58 -07:00
Krrish Dholakia
dc3192c588 docs: cleanup docs 2025-03-22 20:29:02 -07:00
Krrish Dholakia
68eb0bbfea docs: cleanup docs 2025-03-22 20:23:06 -07:00
Krrish Dholakia
142697cd87 docs: cleanup docs 2025-03-22 20:22:32 -07:00
Krrish Dholakia
bd141989a1 docs: update docs 2025-03-22 20:21:33 -07:00
Krrish Dholakia
f90b8a4955 docs: document streaming iterator guardrail 2025-03-22 20:20:36 -07:00
Krish Dholakia
d0e022cfac
Merge pull request #9475 from BerriAI/litellm_dev_03_22_2025_release_note
Litellm dev 03 22 2025 release note
2025-03-22 20:12:43 -07:00
Krrish Dholakia
d92c5ad71c docs(index.md): completed documentation for new stable release 2025-03-22 20:11:53 -07:00
Krrish Dholakia
03a06e4aa4 docs(index.md): document new standard logging payload param 2025-03-22 19:38:54 -07:00
Krrish Dholakia
76df625718 docs(arize_integration.md): update docs with more details 2025-03-22 19:36:37 -07:00
Ishaan Jaff
b76e0dcc64 docs web search 2025-03-22 19:28:24 -07:00
Ishaan Jaff
64ba5c8d8c docs web search 2025-03-22 19:24:31 -07:00
Ishaan Jaff
e0133889e5 docs web search 2025-03-22 19:15:52 -07:00
Ishaan Jaff
5ae11007b6 docs web search 2025-03-22 19:13:26 -07:00
Krrish Dholakia
36c7e2d519 docs(openai.md): add doc on pdf parsing for openai 2025-03-22 19:12:21 -07:00
Ishaan Jaff
4bfa6ba186 docs web search 2025-03-22 19:07:17 -07:00
Ishaan Jaff
a10b3164be docs web search 2025-03-22 19:02:39 -07:00
Krrish Dholakia
2a852352e7 docs(release_notes/): add more to docs 2025-03-22 18:57:48 -07:00
Ishaan Jaff
f21a0c2da7 Merge branch 'main' into litellm_exp_mcp_server 2025-03-22 18:51:25 -07:00
Ishaan Jaff
cdd6002b89 docs - update this to upcoming features 2025-03-22 18:18:47 -07:00
Ishaan Jaff
54208357cc docs clarify /mcp endpoint readiness on litellm 2025-03-22 18:14:19 -07:00
Krrish Dholakia
02ea5a1f1e docs(vertex_ai.md): document supported vertex passthrough flows 2025-03-22 14:07:26 -07:00
Luis
27b88c3021
fix typo in predibase.md 2025-03-22 08:47:33 -04:00
Ishaan Jaff
ed74b419a3
Merge pull request #9436 from BerriAI/litellm_mcp_interface
[Feat] LiteLLM x MCP Bridge - Use MCP Tools with LiteLLM
2025-03-21 20:42:16 -07:00