litellm/litellm/types
Sameer Kankute 82dc0354ce
Litellm sameer nov 3 stable branch (#16963)
* Add openai metadata filed in the request

* Add docs related to openai metadata

* Add utils

* test_completion_openai_metadata[True]

* Added support for though signature for gemini 3 in responses api (#16872)

* Added support for though signature for gemini 3

* Update docs with all supported endpoints and cost tracking

* Added config based routing support for batches and files

* fix lint errors

* Litellm anthropic image url support (#16868)

* Add image as url support to anthropic

* fix mypy errors

* fix tests

* Fix: Populate spend_logs_metadata in batch and files endpoints (#16921)

* Add spend-logs-metadata to the metadata

* Add tests for spend logs metadata in batches

* use better names

* Remove support for penalty param for gemini 3 (#16907)

* Remove support for penalty param

* remove halucinated model names

* fix mypy/test errors

* fix tests

* fix too many lines error

* fix too many lines error

* Add config for cicd test case

* Fix final tests

* fix batch tests

* fix batch tests
2025-11-22 09:35:05 -08:00
..
containers Add E2E Container API Support (#16136) 2025-11-01 14:03:51 -07:00
google_genai Fix Google GenAI types import to handle missing google.genai module 2025-10-01 01:56:52 +08:00
images fix: fix import errors 2025-09-14 09:32:21 -07:00
integrations Fix: Support tool usage messages with Langfuse OTEL integration (#15932) 2025-10-27 19:47:31 -07:00
litellm_core_utils fix: fix import errors 2025-09-14 09:32:21 -07:00
llms Litellm sameer nov 3 stable branch (#16963) 2025-11-22 09:35:05 -08:00
management_endpoints [Feature] UI - Cache Settings Redis Add Semantic Cache Settings (#16398) 2025-11-08 10:09:49 -08:00
mcp_server feat: add dynamic OAuth2 metadata discovery for MCP servers (#16676) 2025-11-14 18:14:43 -08:00
passthrough_endpoints Revert "Add streamGenerateContent cost tracking in passthrough (#15199)" (#15202) 2025-10-04 14:37:02 -07:00
prompts [Feat] UI - Show "get code" section for prompt management + minor polish of showing version history (#16941) 2025-11-21 14:00:33 -08:00
proxy Grayswan guardrail passthrough on flagged (#16891) 2025-11-21 20:01:35 -08:00
responses fix types/responses/main.py 2025-04-26 19:18:26 -07:00
secret_managers [Feat] Adds IAM role assumption support for AWS Secret Manager (#16887) 2025-11-20 12:38:48 -08:00
videos Add Vertex and Gemini Videos API with Cost Tracking + UI support (#16323) 2025-11-08 16:03:51 -08:00
adapter.py feat(anthropic_adapter.py): support for translating anthropic params to openai format 2024-07-10 00:32:28 -07:00
agents.py Agents - AI Hub, make agents discoverable on model hub page for internal discovery (#16678) 2025-11-15 18:25:16 -08:00
caching.py fix: fix import errors 2025-09-14 09:32:21 -07:00
completion.py fix: correct CompletionRequest messages type to match OpenAI API spec (#12980) 2025-07-28 16:47:20 -07:00
embedding.py Removed config dict type definition 2024-05-17 10:39:00 +08:00
files.py LiteLLM Contributor PRs (02/18/2025). (#8643) 2025-02-19 21:52:46 -08:00
fine_tuning.py (feat) POST /fine_tuning/jobs support passing vertex specific hyper params (#7490) 2025-01-01 07:44:48 -08:00
guardrails.py feat: allow custom violation message for tool-permission guardrail (#16916) 2025-11-21 08:52:01 -08:00
mcp.py MCP Hub - publish/discover MCP Servers within a company (#16857) 2025-11-19 19:06:21 -08:00
realtime.py fix: fix import errors 2025-09-14 09:32:21 -07:00
rerank.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
router.py [Feat] Bedrock Batches - Add support for custom KMS encryption keys in Bedrock Batch operations (#16662) 2025-11-14 16:00:43 -08:00
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
search.py fix linting 2025-10-23 18:05:30 -07:00
services.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
tag_management.py [Feat] Tag Management - Add support for setting tag based budgets (#15433) 2025-10-10 19:24:50 -07:00
utils.py Gemini models: capture image_tokens and support cost_per_output_image_token in costs calculations (#16912) 2025-11-21 19:59:24 -08:00
vector_store_files.py Vector store files Stable Release (#16643) 2025-11-15 13:00:33 -08:00
vector_stores.py [Fix] - Bedrock Knowledge Bases - add support for filtering kb queries (#16543) 2025-11-12 12:38:50 -08:00