Files
litellm/litellm/llms
Krish DholakiaandGitHub e31b2d9eba Merge pull request #9902 from btemplep/main
fix bedrock embedding invocations with app inference profiles
2025-09-06 22:13:35 -07:00
..
2025-08-23 14:03:11 -07:00
2025-08-19 13:36:41 -07:00
2025-07-12 11:04:02 -07:00
2025-09-01 17:51:24 +09:00
2025-07-28 09:44:02 -06:00
2025-08-18 18:28:25 -07:00
2025-07-22 18:44:44 -07:00
2025-07-18 18:26:44 -07:00
2025-09-01 11:31:56 -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/.