Files
litellm/litellm/llms
Ishaan Jaff 9fc8d1c82e [Chore]: feature flag aiohttp transport - users should opt into using aiohttp transport (#11132)
* fix: feature flag aiohttp transport

* fix: feature flag aiohttp transport
2025-05-24 16:29:53 -07:00
..
2025-04-19 22:10:18 -07:00
2025-05-21 21:40:53 -07:00
2025-02-24 01:00:07 +05:30
2025-05-19 20:24:47 -07:00
2023-08-18 11:05:05 -07:00

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/.