litellm/litellm/types
Ishaan Jaff 76f1064229
[Bug Fix] litellm incompatible with newest release of openAI v1.100.0 (#13728)
* fix imports OpenAI SDK

* ResponseText fixes

* fixes ResponseText

* fix imports

* catch AttributeError

* fix import

* use openai==1.100.1

* fix build from PIP

* fix lint test

* Print OpenAI version

* fix Install dependencies
2025-08-18 18:26:17 -07:00
..
google_genai [Feat] GEMINI CLI Integration - Add /countTokens endpoint support (#13545) 2025-08-12 16:19:58 -07:00
images [Feat] Add Image Edits Support to LiteLLM (#11020) 2025-05-21 14:03:09 -07:00
integrations [Feat] DD LLM Observability - Add time to first token, litellm overhead, guardrail overhead latency metrics (#13734) 2025-08-18 17:38:04 -07:00
litellm_core_utils Litellm dev fix gemini web search tracking (#12288) 2025-07-03 12:27:14 -07:00
llms [Bug Fix] litellm incompatible with newest release of openAI v1.100.0 (#13728) 2025-08-18 18:26:17 -07:00
mcp_server [MCP Gateway] add Litellm mcp alias for prefixing (#12994) 2025-07-25 17:57:52 -07:00
passthrough_endpoints [Feat] Passthrough - Add support for setting custom cost per pass through request (#11870) 2025-06-18 16:24:38 -07:00
prompts Prompt Management - add prompts on UI (#13240) 2025-08-02 22:33:37 -07:00
proxy Bulk User Edit - additional improvements - edit all users + set 'no-default-models' on all users (#12925) 2025-07-27 10:12:30 -07:00
responses fix types/responses/main.py 2025-04-26 19:18:26 -07:00
secret_managers Revert "Litellm dev 07 21 2025 p1 (#12848)" 2025-07-22 18:28:36 -07:00
adapter.py
caching.py Add GCS bucket caching support (#13122) 2025-08-04 16:09:33 -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
files.py
fine_tuning.py
guardrails.py [MCP Gateway] Litellm mcp pre and during guardrails (#13188) 2025-08-01 20:02:25 -07:00
mcp.py Revert "Revert "[MCP Gateway] Add protocol headers (#13062)"" 2025-07-29 18:14:31 -07:00
realtime.py [LLM Translation] fix query params for realtime api intent (#12838) 2025-07-25 10:09:53 -07:00
rerank.py
router.py Fix - using managed files w/ OTEL + UI - add model group alias on UI (#13171) 2025-07-31 21:22:04 -07:00
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
services.py Add aggregate spend by tag (#10071) 2025-04-16 12:26:21 -07:00
tag_management.py Litellm dev 04 18 2025 p2 (#10157) 2025-04-19 07:32:23 -07:00
utils.py [Feat] GEMINI CLI Integration - Add /countTokens endpoint support (#13545) 2025-08-12 16:19:58 -07:00
vector_stores.py [Bug Fix] QA - Use PG Vector Vector Store with LiteLLM (#12716) 2025-07-18 08:41:18 -07:00