Krrish Dholakia
f4c9dce211
docs: cleanup docs
Read Version from pyproject.toml / read-version (push) Successful in 16s
Helm unit test / unit-test (push) Successful in 23s
2025-04-06 09:40:17 -07:00
Krish Dholakia
792ee079c2
Litellm 04 05 2025 release notes ( #9785 )
...
* docs: update docs
* docs: additional cleanup
* docs(index.md): add initial links
* docs: more doc updates
* docs(index.md): add more links
* docs(files.md): add gemini files API to docs
* docs(index.md): add more docs
* docs: more docs
* docs: update docs
2025-04-06 09:03:51 -07:00
Ishaan Jaff
3769c5cc30
docs release notes
2025-04-05 14:54:47 -07:00
Krish Dholakia
34bdf36eab
Add inference providers support for Hugging Face ( #8258 ) ( #9738 ) ( #9773 )
...
* Add inference providers support for Hugging Face (#8258 )
* add first version of inference providers for huggingface
* temporarily skipping tests
* Add documentation
* Fix titles
* remove max_retries from params and clean up
* add suggestions
* use llm http handler
* update doc
* add suggestions
* run formatters
* add tests
* revert
* revert
* rename file
* set maxsize for lru cache
* fix embeddings
* fix inference url
* fix tests following breaking change in main
* use ChatCompletionRequest
* fix tests and lint
* [Hugging Face] Remove outdated chat completion tests and fix embedding tests (#9749 )
* remove or fix tests
* fix link in doc
* fix(config_settings.md): document hf api key
---------
Co-authored-by: célina <hanouticelina@gmail.com>
2025-04-05 10:50:15 -07:00
Ishaan Jaff
dabbb58cd8
test_nova_optional_params_tool_choice
2025-04-04 22:20:04 -07:00
Ishaan Jaff
8559bcc252
DB Transaction Queue Health Metrics
2025-04-04 21:16:12 -07:00
Ishaan Jaff
1cdee4b331
Merge branch 'main' into litellm_metrics_pod_lock_manager
2025-04-04 16:33:16 -07:00
Krrish Dholakia
bdad9961e3
docs: cleanup
2025-04-03 22:12:51 -07:00
Krrish Dholakia
abea69352a
docs(document_understanding.md): Fix https://github.com/BerriAI/litellm/issues/9704
2025-04-03 22:12:31 -07:00
Ishaan Jaff
44b34299a8
docs db deadlocks
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 21s
2025-04-02 23:14:55 -07:00
Ishaan Jaff
82b8eb79c2
doc update
2025-04-02 23:11:22 -07:00
Ishaan Jaff
5222cce510
Merge branch 'main' into litellm_metrics_pod_lock_manager
2025-04-02 21:04:44 -07:00
Ishaan Jaff
acf920a41a
Merge branch 'main' into litellm_fix_azure_o_series
2025-04-02 20:58:52 -07:00
Ishaan Jaff
3eb6c1f2f7
Merge pull request #9708 from BerriAI/dependabot/npm_and_yarn/docs/my-website/image-size-1.2.1
...
Bump image-size from 1.1.1 to 1.2.1 in /docs/my-website
2025-04-02 20:58:16 -07:00
Ishaan Jaff
7b768ed909
doc fix sso login url
2025-04-02 18:38:33 -07:00
Ishaan Jaff
68ce0b111e
Setup on LiteLLM config
2025-04-02 13:41:16 -07:00
Ishaan Jaff
6ab1eba7b6
doc High Availability Setup
2025-04-02 13:38:49 -07:00
Ishaan Jaff
b48b8366c2
docs new deadlock fixing architecture
2025-04-02 13:24:53 -07:00
Ishaan Jaff
3f52a4df32
docs allowed openai params
2025-04-02 09:08:11 -07:00
Krish Dholakia
053b0e741f
Add Google AI Studio /v1/files
upload API support ( #9645 )
...
Read Version from pyproject.toml / read-version (push) Successful in 16s
Helm unit test / unit-test (push) Successful in 23s
* test: fix import for test
* fix: fix bad error string
* docs: cleanup files docs
* fix(files/main.py): cleanup error string
* style: initial commit with a provider/config pattern for files api
google ai studio files api onboarding
* fix: test
* feat(gemini/files/transformation.py): support gemini files api response transformation
* fix(gemini/files/transformation.py): return file id as gemini uri
allows id to be passed in to chat completion request, just like openai
* feat(llm_http_handler.py): support async route for files api on llm_http_handler
* fix: fix linting errors
* fix: fix model info check
* fix: fix ruff errors
* fix: fix linting errors
* Revert "fix: fix linting errors"
This reverts commit 926a5a527f
.
* fix: fix linting errors
* test: fix test
* test: fix tests
2025-04-02 08:56:58 -07:00
dependabot[bot]
7255c8e94a
Bump image-size from 1.1.1 to 1.2.1 in /docs/my-website
...
Bumps [image-size](https://github.com/image-size/image-size ) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/image-size/image-size/releases )
- [Commits](https://github.com/image-size/image-size/compare/v1.1.1...v1.2.1 )
---
updated-dependencies:
- dependency-name: image-size
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 15:10:45 +00:00
Krrish Dholakia
d32cf141f5
docs: update docs
2025-04-02 07:58:45 -07:00
Tomer Bin
0690f7a3cb
Virtual key based policies in Aim Guardrails ( #9499 )
...
* report key alias to aim
* send litellm version to aim
* Update docs
* blacken
* add docs
* Add info part about virtual keys specific guards
* sort guardrails alphabetically
* fix ruff
2025-04-01 21:57:23 -07:00
Krrish Dholakia
40a792472b
build(enterprise.md): add why enterprise to docs
2025-04-01 11:27:03 -07:00
Krrish Dholakia
b0fa934fe3
docs(anthropic.md): update docs with file message usage
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 22s
Publish Prisma Migrations / publish-migrations (push) Failing after 1m2s
2025-03-31 22:58:51 -07:00
Ishaan Jaff
bc5cc51b9d
Merge pull request #9567 from BerriAI/litellm_anthropic_messages_improvements
...
[Refactor] - Expose litellm.messages.acreate() and litellm.messages.create() to make LLM API calls in Anthropic API spec
2025-03-31 20:50:30 -07:00
Ishaan Jaff
f54105faf8
Merge pull request #9562 from KPCOFGS/main
...
Read Version from pyproject.toml / read-version (push) Successful in 16s
Helm unit test / unit-test (push) Successful in 21s
Update all_caches.md
2025-03-31 16:06:44 -07:00
Ishaan Jaff
0719d399a7
Merge pull request #9581 from GabrielLoiseau/main
...
docs(gemini): fix typo
2025-03-31 16:06:10 -07:00
Ishaan Jaff
de9565dccf
Merge pull request #9286 from colesmcintosh/xai-vision-model-docs-update
...
fix(docs): update xAI Grok vision model reference
2025-03-31 15:49:06 -07:00
Ishaan Jaff
b8c0526b98
docs anthropic messages endpoint
2025-03-31 15:28:40 -07:00
Shixian Sheng
63e9ac5d04
Merge branch 'BerriAI:main' into main
2025-03-30 06:53:09 -04:00
Krrish Dholakia
17ad8a0417
docs: cleanup docs
Read Version from pyproject.toml / read-version (push) Successful in 16s
Helm unit test / unit-test (push) Successful in 17s
2025-03-30 00:40:23 -07:00
Krrish Dholakia
69db775e73
docs(vertex.md): update docs to show 'file' message usage
2025-03-30 00:28:45 -07:00
Ishaan Jaff
31082344a4
docs release notes
Read Version from pyproject.toml / read-version (push) Successful in 21s
Helm unit test / unit-test (push) Successful in 43s
2025-03-29 23:08:20 -07:00
Ishaan Jaff
df01337bd8
docs litellm mcp
2025-03-29 22:28:03 -07:00
Ishaan Jaff
cc80370e0c
docs mcp litellm
2025-03-29 21:59:58 -07:00
Ishaan Jaff
366f3a901c
docs mcp
2025-03-29 21:46:18 -07:00
Ishaan Jaff
db12adb3db
docs mcp tools
2025-03-29 20:42:14 -07:00
Ishaan Jaff
2238a5585b
doc fix mcp
2025-03-29 20:35:53 -07:00
Ishaan Jaff
8c2f1c6142
docs 1.65.0-stable
2025-03-29 20:03:05 -07:00
Ishaan Jaff
7673293c9f
docs update stable release
2025-03-29 20:01:00 -07:00
Ishaan Jaff
9b187d89f2
add litellm model name on SLP
2025-03-29 19:55:41 -07:00
Ishaan Jaff
1f10d985fb
docs updates release notes
2025-03-29 19:51:38 -07:00
Ishaan Jaff
e9b743e3c6
docs release notes
2025-03-29 19:50:13 -07:00
Ishaan Jaff
f3b72858e8
docs release notes
2025-03-29 19:08:23 -07:00
Ishaan Jaff
d04cc6c81e
docs release notes
2025-03-29 19:03:55 -07:00
Ishaan Jaff
46e5ebe3c7
docs add mcp graphic to stable release notes
2025-03-29 19:00:26 -07:00
Ishaan Jaff
22f9a93e25
docs stable release notes
2025-03-29 18:21:42 -07:00
Ishaan Jaff
cb83584c0e
add Complete Git Diff
2025-03-29 18:09:54 -07:00
Ishaan Jaff
8ea6caeff0
docs fix release notes
2025-03-29 18:06:36 -07:00