Files
litellm/litellm/llms
Ishaan Jaff 5345a763c2 [Feat] v2 - Logs view with side panel and improved UX (#20091)
* init: azure_ai/azure-model-router

* show additional_costs in CostBreakdown

* UI show cost breakdown fields

* feat: dedicated cost calc for azure ai

* test_azure_ai_model_router

* docs azure model router

* test azure model router

* fix transfrom

* Add transform file

* fix:feat: route to config

* v0 - looks decen view

* refactored code

* fix ui

* fixes ui

* complete v2 viewer

* address feedback

* address feedback
2026-01-30 18:34:13 -08:00
..
2025-11-26 18:55:55 -08:00
2025-12-06 16:09:27 -08:00
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
2026-01-10 14:14:40 -08:00
2025-12-10 22:05:11 +05:30
2026-01-30 16:42:59 +05:30
2025-12-03 15:32:42 +05:30
2025-10-17 17:52:25 -07:00
2026-01-14 18:01:22 +05:30
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/.