Files
litellm/litellm/llms
Sameer KankuteandGitHub 6b2bcdb870 Merge pull request #20483 from BerriAI/litellm_completion_websearch
[Feat] Chat completion - Add Websearch support using LiteLLM /search (using web search interception hook)
2026-02-09 17:52:52 +05:30
..
2025-11-26 18:55:55 -08:00
2025-12-06 16:09:27 -08:00
2026-02-09 10:35:11 +05:30
2025-08-19 13:36:41 -07:00
2026-02-09 10:18:19 +05:30
2025-11-03 18:02:19 -08:00
2026-01-08 15:38:28 +05:30
2025-11-15 13:02:48 -08:00
2026-01-27 16:34:57 +05:30
2025-09-30 12:12:24 -06:00
2026-01-10 14:14:40 -08:00
2025-12-10 22:05:11 +05:30
2026-02-07 22:58:59 -08:00
2026-01-30 16:42:59 +05:30
2025-12-03 15:32:42 +05:30
2025-10-17 17:52:25 -07:00
2025-09-22 10:09:02 -03:00
2026-01-30 13:52:56 -08:00
2026-01-16 14:47:56 +05:30

File Structure

August 27th, 2024

To make it easy to see how calls are transformed for each model/provider:

we are working on moving all supported litellm providers to a folder structure, where folder name is the supported litellm provider name.

Each folder will contain a *_transformation.py file, which has all the request/response transformation logic, making it easy to see how calls are modified.

E.g. cohere/, bedrock/.