litellm 1.96.0.dev1__tar.gz → 1.96.0.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3977) hide show
  1. litellm-1.96.0.dev2/PKG-INFO +774 -0
  2. litellm-1.96.0.dev2/litellm/caching/caching_handler.py +1199 -0
  3. litellm-1.96.0.dev2/litellm/compression/compress.py +491 -0
  4. litellm-1.96.0.dev2/litellm/constants.py +1657 -0
  5. litellm-1.96.0.dev2/litellm/integrations/s3.py +217 -0
  6. litellm-1.96.0.dev2/litellm/integrations/s3_v2.py +673 -0
  7. litellm-1.96.0.dev2/litellm/litellm_core_utils/llm_cost_calc/utils.py +1251 -0
  8. litellm-1.96.0.dev2/litellm/litellm_core_utils/prompt_templates/factory.py +5597 -0
  9. litellm-1.96.0.dev2/litellm/llms/anthropic/chat/guardrail_translation/handler.py +1004 -0
  10. litellm-1.96.0.dev2/litellm/llms/anthropic/experimental_pass_through/adapters/streaming_iterator.py +1044 -0
  11. litellm-1.96.0.dev2/litellm/model_prices_and_context_window_backup.json +46240 -0
  12. litellm-1.96.0.dev2/litellm/proxy/_experimental/mcp_server/auth/user_api_key_auth_mcp.py +2975 -0
  13. litellm-1.96.0.dev2/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py +2585 -0
  14. litellm-1.96.0.dev2/litellm/proxy/_experimental/mcp_server/exceptions.py +106 -0
  15. litellm-1.96.0.dev2/litellm/proxy/_experimental/mcp_server/oauth_utils.py +729 -0
  16. litellm-1.96.0.dev2/litellm/proxy/_experimental/mcp_server/server.py +4799 -0
  17. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/404/index.html +1 -0
  18. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/404.html +1 -0
  19. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +9 -0
  20. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.txt +7 -0
  21. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next._full.txt +32 -0
  22. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next._head.txt +6 -0
  23. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next._index.txt +9 -0
  24. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/__next._tree.txt +4 -0
  25. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/11_8skd8xyc2y.js +1 -0
  26. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/2jiqtqi-71ujs.js +1 -0
  27. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/329tel7h1_v2c.js +1 -0
  28. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._full.txt +20 -0
  29. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._head.txt +6 -0
  30. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._index.txt +9 -0
  31. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._not-found.__PAGE__.txt +5 -0
  32. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._not-found.txt +5 -0
  33. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._tree.txt +3 -0
  34. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/index.html +1 -0
  35. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_not-found/index.txt +20 -0
  36. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.__PAGE__.txt +9 -0
  37. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.txt +5 -0
  38. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.txt +7 -0
  39. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._full.txt +35 -0
  40. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._head.txt +6 -0
  41. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._index.txt +9 -0
  42. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._tree.txt +4 -0
  43. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/index.html +1 -0
  44. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/access-groups/index.txt +35 -0
  45. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.__PAGE__.txt +9 -0
  46. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.txt +5 -0
  47. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.txt +7 -0
  48. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._full.txt +35 -0
  49. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._head.txt +6 -0
  50. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._index.txt +9 -0
  51. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._tree.txt +4 -0
  52. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/index.html +1 -0
  53. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/admin-panel/index.txt +35 -0
  54. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.__PAGE__.txt +9 -0
  55. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.txt +5 -0
  56. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.txt +7 -0
  57. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next._full.txt +35 -0
  58. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next._head.txt +6 -0
  59. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next._index.txt +9 -0
  60. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/__next._tree.txt +4 -0
  61. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/index.html +1 -0
  62. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/agents/index.txt +35 -0
  63. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.__PAGE__.txt +9 -0
  64. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.txt +5 -0
  65. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.txt +7 -0
  66. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._full.txt +35 -0
  67. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._head.txt +6 -0
  68. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._index.txt +9 -0
  69. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._tree.txt +4 -0
  70. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/index.html +1 -0
  71. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-keys/index.txt +35 -0
  72. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.__PAGE__.txt +9 -0
  73. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.txt +5 -0
  74. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.txt +7 -0
  75. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._full.txt +35 -0
  76. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._head.txt +6 -0
  77. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._index.txt +9 -0
  78. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._tree.txt +4 -0
  79. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/index.html +1 -0
  80. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/api-reference/index.txt +35 -0
  81. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.__PAGE__.txt +9 -0
  82. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.txt +5 -0
  83. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.txt +7 -0
  84. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next._full.txt +35 -0
  85. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next._head.txt +6 -0
  86. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next._index.txt +9 -0
  87. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/__next._tree.txt +4 -0
  88. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/index.html +1 -0
  89. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/budgets/index.txt +35 -0
  90. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.__PAGE__.txt +9 -0
  91. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.txt +5 -0
  92. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.txt +7 -0
  93. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next._full.txt +35 -0
  94. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next._head.txt +6 -0
  95. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next._index.txt +9 -0
  96. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/__next._tree.txt +4 -0
  97. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/index.html +1 -0
  98. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/caching/index.txt +35 -0
  99. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next._full.txt +35 -0
  100. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next._head.txt +6 -0
  101. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next._index.txt +9 -0
  102. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next._tree.txt +4 -0
  103. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next.chat.__PAGE__.txt +9 -0
  104. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/__next.chat.txt +7 -0
  105. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._full.txt +33 -0
  106. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._head.txt +6 -0
  107. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._index.txt +9 -0
  108. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._tree.txt +4 -0
  109. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.__PAGE__.txt +9 -0
  110. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.txt +5 -0
  111. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.txt +7 -0
  112. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/index.html +1 -0
  113. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/index.txt +33 -0
  114. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._full.txt +33 -0
  115. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._head.txt +6 -0
  116. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._index.txt +9 -0
  117. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._tree.txt +4 -0
  118. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.__PAGE__.txt +9 -0
  119. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.txt +5 -0
  120. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.txt +7 -0
  121. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/index.html +1 -0
  122. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/credentials/index.txt +33 -0
  123. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/index.html +1 -0
  124. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/index.txt +35 -0
  125. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._full.txt +33 -0
  126. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._head.txt +6 -0
  127. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._index.txt +9 -0
  128. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._tree.txt +4 -0
  129. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.__PAGE__.txt +9 -0
  130. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.txt +5 -0
  131. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.txt +7 -0
  132. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/index.html +1 -0
  133. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/integrations/index.txt +33 -0
  134. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next._full.txt +33 -0
  135. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next._head.txt +6 -0
  136. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next._index.txt +9 -0
  137. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next._tree.txt +4 -0
  138. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next.chat.logs.__PAGE__.txt +9 -0
  139. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next.chat.logs.txt +5 -0
  140. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/__next.chat.txt +7 -0
  141. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/index.html +1 -0
  142. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/logs/index.txt +33 -0
  143. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._full.txt +33 -0
  144. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._head.txt +6 -0
  145. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._index.txt +9 -0
  146. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._tree.txt +4 -0
  147. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.txt +7 -0
  148. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.__PAGE__.txt +9 -0
  149. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.txt +5 -0
  150. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/index.html +1 -0
  151. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/chat/usage/index.txt +33 -0
  152. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next._full.txt +27 -0
  153. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next._head.txt +6 -0
  154. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next._index.txt +9 -0
  155. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next._tree.txt +4 -0
  156. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next.connect.__PAGE__.txt +9 -0
  157. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/__next.connect.txt +7 -0
  158. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/index.html +1 -0
  159. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/connect/index.txt +27 -0
  160. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.cost-optimization.__PAGE__.txt +9 -0
  161. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.cost-optimization.txt +5 -0
  162. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.txt +7 -0
  163. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next._full.txt +35 -0
  164. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next._head.txt +6 -0
  165. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next._index.txt +9 -0
  166. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/__next._tree.txt +4 -0
  167. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/index.html +1 -0
  168. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-optimization/index.txt +35 -0
  169. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.__PAGE__.txt +9 -0
  170. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.txt +5 -0
  171. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.txt +7 -0
  172. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._full.txt +35 -0
  173. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._head.txt +6 -0
  174. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._index.txt +9 -0
  175. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._tree.txt +4 -0
  176. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/index.html +1 -0
  177. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/cost-tracking/index.txt +35 -0
  178. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.__PAGE__.txt +9 -0
  179. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.txt +5 -0
  180. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.txt +7 -0
  181. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._full.txt +35 -0
  182. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._head.txt +6 -0
  183. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._index.txt +9 -0
  184. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._tree.txt +4 -0
  185. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/index.html +1 -0
  186. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails/index.txt +35 -0
  187. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.__PAGE__.txt +10 -0
  188. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.txt +5 -0
  189. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.txt +7 -0
  190. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._full.txt +36 -0
  191. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._head.txt +6 -0
  192. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._index.txt +9 -0
  193. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._tree.txt +5 -0
  194. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/index.html +1 -0
  195. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/index.txt +36 -0
  196. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/index.html +1 -0
  197. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/index.txt +32 -0
  198. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.__PAGE__.txt +9 -0
  199. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.txt +5 -0
  200. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.txt +7 -0
  201. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._full.txt +35 -0
  202. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._head.txt +6 -0
  203. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._index.txt +9 -0
  204. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._tree.txt +4 -0
  205. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/index.html +1 -0
  206. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/index.txt +35 -0
  207. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next._full.txt +25 -0
  208. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next._head.txt +6 -0
  209. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next._index.txt +9 -0
  210. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next._tree.txt +4 -0
  211. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next.login.__PAGE__.txt +9 -0
  212. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/__next.login.txt +5 -0
  213. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/index.html +1 -0
  214. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/login/index.txt +25 -0
  215. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.__PAGE__.txt +10 -0
  216. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.txt +5 -0
  217. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.txt +7 -0
  218. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next._full.txt +36 -0
  219. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next._head.txt +6 -0
  220. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next._index.txt +9 -0
  221. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/__next._tree.txt +5 -0
  222. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/index.html +1 -0
  223. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/logs/index.txt +36 -0
  224. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._full.txt +25 -0
  225. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._head.txt +6 -0
  226. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._index.txt +9 -0
  227. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._tree.txt +4 -0
  228. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.__PAGE__.txt +9 -0
  229. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.txt +5 -0
  230. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.txt +5 -0
  231. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.txt +5 -0
  232. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/index.html +1 -0
  233. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/index.txt +25 -0
  234. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.__PAGE__.txt +9 -0
  235. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.txt +5 -0
  236. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.txt +7 -0
  237. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._full.txt +35 -0
  238. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._head.txt +6 -0
  239. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._index.txt +9 -0
  240. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._tree.txt +4 -0
  241. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/index.html +1 -0
  242. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/mcp-servers/index.txt +35 -0
  243. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.__PAGE__.txt +9 -0
  244. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.txt +5 -0
  245. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.txt +7 -0
  246. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next._full.txt +35 -0
  247. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next._head.txt +6 -0
  248. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next._index.txt +9 -0
  249. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/__next._tree.txt +4 -0
  250. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/index.html +1 -0
  251. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/memory/index.txt +35 -0
  252. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.__PAGE__.txt +9 -0
  253. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.txt +5 -0
  254. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.txt +7 -0
  255. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._full.txt +35 -0
  256. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._head.txt +6 -0
  257. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._index.txt +9 -0
  258. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._tree.txt +4 -0
  259. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/index.html +1 -0
  260. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model-hub-table/index.txt +35 -0
  261. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._full.txt +38 -0
  262. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._head.txt +6 -0
  263. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._index.txt +9 -0
  264. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._tree.txt +4 -0
  265. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next.model_hub.__PAGE__.txt +9 -0
  266. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/__next.model_hub.txt +5 -0
  267. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/index.html +1 -0
  268. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub/index.txt +38 -0
  269. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._full.txt +43 -0
  270. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._head.txt +6 -0
  271. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._index.txt +9 -0
  272. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._tree.txt +4 -0
  273. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.__PAGE__.txt +9 -0
  274. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.txt +5 -0
  275. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/index.html +1 -0
  276. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/model_hub_table/index.txt +43 -0
  277. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.__PAGE__.txt +9 -0
  278. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.txt +5 -0
  279. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.txt +7 -0
  280. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._full.txt +35 -0
  281. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._head.txt +6 -0
  282. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._index.txt +9 -0
  283. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._tree.txt +4 -0
  284. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/index.html +1 -0
  285. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/index.txt +35 -0
  286. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.__PAGE__.txt +9 -0
  287. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.txt +5 -0
  288. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.txt +7 -0
  289. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._full.txt +35 -0
  290. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._head.txt +6 -0
  291. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._index.txt +9 -0
  292. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._tree.txt +4 -0
  293. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/index.html +1 -0
  294. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/old-usage/index.txt +35 -0
  295. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._full.txt +25 -0
  296. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._head.txt +6 -0
  297. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._index.txt +9 -0
  298. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._tree.txt +4 -0
  299. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next.onboarding.__PAGE__.txt +9 -0
  300. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/__next.onboarding.txt +5 -0
  301. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/index.html +1 -0
  302. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/onboarding/index.txt +25 -0
  303. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.__PAGE__.txt +9 -0
  304. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.txt +5 -0
  305. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.txt +7 -0
  306. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next._full.txt +35 -0
  307. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next._head.txt +6 -0
  308. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next._index.txt +9 -0
  309. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/__next._tree.txt +4 -0
  310. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/index.html +1 -0
  311. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/organizations/index.txt +35 -0
  312. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.__PAGE__.txt +9 -0
  313. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.txt +5 -0
  314. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.txt +7 -0
  315. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next._full.txt +35 -0
  316. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next._head.txt +6 -0
  317. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next._index.txt +9 -0
  318. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/__next._tree.txt +4 -0
  319. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/index.html +1 -0
  320. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/playground/index.txt +35 -0
  321. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.__PAGE__.txt +9 -0
  322. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.txt +5 -0
  323. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.txt +7 -0
  324. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next._full.txt +35 -0
  325. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next._head.txt +6 -0
  326. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next._index.txt +9 -0
  327. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/__next._tree.txt +4 -0
  328. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/index.html +1 -0
  329. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/policies/index.txt +35 -0
  330. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.__PAGE__.txt +9 -0
  331. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.txt +5 -0
  332. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.txt +7 -0
  333. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next._full.txt +35 -0
  334. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next._head.txt +6 -0
  335. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next._index.txt +9 -0
  336. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/__next._tree.txt +4 -0
  337. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/index.html +1 -0
  338. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/projects/index.txt +35 -0
  339. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.__PAGE__.txt +9 -0
  340. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.txt +5 -0
  341. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.txt +7 -0
  342. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next._full.txt +35 -0
  343. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next._head.txt +6 -0
  344. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next._index.txt +9 -0
  345. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/__next._tree.txt +4 -0
  346. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/index.html +1 -0
  347. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/prompts/index.txt +35 -0
  348. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.__PAGE__.txt +9 -0
  349. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.txt +5 -0
  350. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.txt +7 -0
  351. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._full.txt +35 -0
  352. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._head.txt +6 -0
  353. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._index.txt +9 -0
  354. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._tree.txt +4 -0
  355. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/index.html +1 -0
  356. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/router-settings/index.txt +35 -0
  357. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.__PAGE__.txt +9 -0
  358. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.txt +5 -0
  359. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.txt +7 -0
  360. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._full.txt +35 -0
  361. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._head.txt +6 -0
  362. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._index.txt +9 -0
  363. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._tree.txt +4 -0
  364. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/index.html +1 -0
  365. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/search-tools/index.txt +35 -0
  366. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.__PAGE__.txt +9 -0
  367. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.txt +5 -0
  368. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.txt +7 -0
  369. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next._full.txt +35 -0
  370. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next._head.txt +6 -0
  371. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next._index.txt +9 -0
  372. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/__next._tree.txt +4 -0
  373. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/index.html +1 -0
  374. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/skills/index.txt +35 -0
  375. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.__PAGE__.txt +9 -0
  376. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.txt +5 -0
  377. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.txt +7 -0
  378. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._full.txt +35 -0
  379. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._head.txt +6 -0
  380. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._index.txt +9 -0
  381. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._tree.txt +4 -0
  382. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/index.html +1 -0
  383. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tag-management/index.txt +35 -0
  384. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.__PAGE__.txt +9 -0
  385. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.txt +5 -0
  386. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.txt +7 -0
  387. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next._full.txt +35 -0
  388. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next._head.txt +6 -0
  389. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next._index.txt +9 -0
  390. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/__next._tree.txt +4 -0
  391. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/index.html +1 -0
  392. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/teams/index.txt +35 -0
  393. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.__PAGE__.txt +10 -0
  394. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.txt +5 -0
  395. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.txt +7 -0
  396. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._full.txt +36 -0
  397. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._head.txt +6 -0
  398. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._index.txt +9 -0
  399. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._tree.txt +5 -0
  400. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/index.html +1 -0
  401. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/tool-policies/index.txt +36 -0
  402. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.__PAGE__.txt +9 -0
  403. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.txt +5 -0
  404. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.txt +7 -0
  405. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._full.txt +35 -0
  406. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._head.txt +6 -0
  407. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._index.txt +9 -0
  408. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._tree.txt +4 -0
  409. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/index.html +1 -0
  410. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/transform-request/index.txt +35 -0
  411. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.txt +7 -0
  412. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.__PAGE__.txt +9 -0
  413. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.txt +5 -0
  414. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._full.txt +35 -0
  415. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._head.txt +6 -0
  416. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._index.txt +9 -0
  417. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._tree.txt +4 -0
  418. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/index.html +1 -0
  419. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/ui-theme/index.txt +35 -0
  420. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.txt +7 -0
  421. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.__PAGE__.txt +9 -0
  422. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.txt +5 -0
  423. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next._full.txt +35 -0
  424. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next._head.txt +6 -0
  425. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next._index.txt +9 -0
  426. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/__next._tree.txt +4 -0
  427. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/index.html +1 -0
  428. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/usage/index.txt +35 -0
  429. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.txt +7 -0
  430. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.__PAGE__.txt +9 -0
  431. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.txt +5 -0
  432. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next._full.txt +35 -0
  433. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next._head.txt +6 -0
  434. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next._index.txt +9 -0
  435. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/__next._tree.txt +4 -0
  436. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/index.html +1 -0
  437. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/users/index.txt +35 -0
  438. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.txt +7 -0
  439. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.__PAGE__.txt +9 -0
  440. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.txt +5 -0
  441. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._full.txt +35 -0
  442. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._head.txt +6 -0
  443. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._index.txt +9 -0
  444. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._tree.txt +4 -0
  445. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/index.html +1 -0
  446. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/vector-stores/index.txt +35 -0
  447. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.txt +7 -0
  448. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt +9 -0
  449. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt +5 -0
  450. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next._full.txt +35 -0
  451. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next._head.txt +6 -0
  452. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next._index.txt +9 -0
  453. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/__next._tree.txt +4 -0
  454. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/index.html +1 -0
  455. litellm-1.96.0.dev2/litellm/proxy/_experimental/out/workflows/index.txt +35 -0
  456. litellm-1.96.0.dev2/litellm/proxy/_lazy_openapi_snapshot.json +31906 -0
  457. litellm-1.96.0.dev2/litellm/proxy/_types.py +4687 -0
  458. litellm-1.96.0.dev2/litellm/proxy/common_request_processing.py +3151 -0
  459. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_endpoints.py +2296 -0
  460. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_hooks/compresr/compresr.py +1154 -0
  461. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_hooks/content_text.py +95 -0
  462. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_hooks/headroom/headroom.py +802 -0
  463. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_hooks/unified_guardrail/unified_guardrail.py +1125 -0
  464. litellm-1.96.0.dev2/litellm/proxy/guardrails/guardrail_registry.py +789 -0
  465. litellm-1.96.0.dev2/litellm/proxy/hooks/dynamic_rate_limiter_v3.py +793 -0
  466. litellm-1.96.0.dev2/litellm/proxy/hooks/parallel_request_limiter_v3.py +3239 -0
  467. litellm-1.96.0.dev2/litellm/proxy/litellm_pre_call_utils.py +2769 -0
  468. litellm-1.96.0.dev2/litellm/proxy/policy_engine/attachment_registry.py +488 -0
  469. litellm-1.96.0.dev2/litellm/proxy/policy_engine/policy_endpoints.py +887 -0
  470. litellm-1.96.0.dev2/litellm/proxy/policy_engine/policy_registry.py +1067 -0
  471. litellm-1.96.0.dev2/litellm/proxy/proxy_server.py +16781 -0
  472. litellm-1.96.0.dev2/litellm/proxy/spend_tracking/spend_tracking_utils.py +1212 -0
  473. litellm-1.96.0.dev2/litellm/proxy/utils.py +6578 -0
  474. litellm-1.96.0.dev2/litellm/responses/streaming_iterator.py +2283 -0
  475. litellm-1.96.0.dev2/litellm/router_strategy/complexity_router/complexity_router.py +1524 -0
  476. litellm-1.96.0.dev2/litellm/router_strategy/complexity_router/config.py +496 -0
  477. litellm-1.96.0.dev2/litellm/types/mcp_server/mcp_server_manager.py +289 -0
  478. litellm-1.96.0.dev2/litellm/types/proxy/policy_engine/resolver_types.py +415 -0
  479. litellm-1.96.0.dev2/litellm/types/utils.py +3967 -0
  480. litellm-1.96.0.dev2/litellm/utils.py +9407 -0
  481. litellm-1.96.0.dev2/pyproject.toml +363 -0
  482. litellm-1.96.0.dev1/PKG-INFO +0 -774
  483. litellm-1.96.0.dev1/litellm/caching/caching_handler.py +0 -1198
  484. litellm-1.96.0.dev1/litellm/compression/compress.py +0 -502
  485. litellm-1.96.0.dev1/litellm/constants.py +0 -1656
  486. litellm-1.96.0.dev1/litellm/integrations/s3.py +0 -173
  487. litellm-1.96.0.dev1/litellm/integrations/s3_v2.py +0 -667
  488. litellm-1.96.0.dev1/litellm/litellm_core_utils/llm_cost_calc/utils.py +0 -1243
  489. litellm-1.96.0.dev1/litellm/litellm_core_utils/prompt_templates/factory.py +0 -5554
  490. litellm-1.96.0.dev1/litellm/llms/anthropic/chat/guardrail_translation/handler.py +0 -984
  491. litellm-1.96.0.dev1/litellm/llms/anthropic/experimental_pass_through/adapters/streaming_iterator.py +0 -951
  492. litellm-1.96.0.dev1/litellm/model_prices_and_context_window_backup.json +0 -46224
  493. litellm-1.96.0.dev1/litellm/proxy/_experimental/mcp_server/auth/user_api_key_auth_mcp.py +0 -2941
  494. litellm-1.96.0.dev1/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py +0 -2568
  495. litellm-1.96.0.dev1/litellm/proxy/_experimental/mcp_server/exceptions.py +0 -106
  496. litellm-1.96.0.dev1/litellm/proxy/_experimental/mcp_server/oauth_utils.py +0 -697
  497. litellm-1.96.0.dev1/litellm/proxy/_experimental/mcp_server/server.py +0 -4805
  498. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/404/index.html +0 -1
  499. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/404.html +0 -1
  500. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +0 -9
  501. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.txt +0 -7
  502. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next._full.txt +0 -32
  503. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next._head.txt +0 -6
  504. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next._index.txt +0 -9
  505. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/__next._tree.txt +0 -4
  506. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/chunks/08exkzn13t--h.js +0 -1
  507. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/chunks/0m4voljgnc-1z.js +0 -1
  508. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/chunks/0xou7v06a6xww.js +0 -1
  509. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._full.txt +0 -20
  510. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._head.txt +0 -6
  511. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._index.txt +0 -9
  512. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._not-found.__PAGE__.txt +0 -5
  513. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._not-found.txt +0 -5
  514. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/__next._tree.txt +0 -3
  515. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/index.html +0 -1
  516. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_not-found/index.txt +0 -20
  517. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.__PAGE__.txt +0 -9
  518. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.txt +0 -5
  519. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.txt +0 -7
  520. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next._full.txt +0 -35
  521. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next._head.txt +0 -6
  522. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next._index.txt +0 -9
  523. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/__next._tree.txt +0 -4
  524. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/index.html +0 -1
  525. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/access-groups/index.txt +0 -35
  526. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.__PAGE__.txt +0 -9
  527. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.txt +0 -5
  528. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.txt +0 -7
  529. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next._full.txt +0 -35
  530. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next._head.txt +0 -6
  531. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next._index.txt +0 -9
  532. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/__next._tree.txt +0 -4
  533. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/index.html +0 -1
  534. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/admin-panel/index.txt +0 -35
  535. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.__PAGE__.txt +0 -9
  536. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.txt +0 -5
  537. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.txt +0 -7
  538. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next._full.txt +0 -35
  539. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next._head.txt +0 -6
  540. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next._index.txt +0 -9
  541. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/__next._tree.txt +0 -4
  542. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/index.html +0 -1
  543. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/agents/index.txt +0 -35
  544. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.__PAGE__.txt +0 -9
  545. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.txt +0 -5
  546. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.txt +0 -7
  547. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next._full.txt +0 -35
  548. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next._head.txt +0 -6
  549. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next._index.txt +0 -9
  550. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/__next._tree.txt +0 -4
  551. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/index.html +0 -1
  552. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-keys/index.txt +0 -35
  553. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.__PAGE__.txt +0 -9
  554. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.txt +0 -5
  555. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.txt +0 -7
  556. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next._full.txt +0 -35
  557. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next._head.txt +0 -6
  558. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next._index.txt +0 -9
  559. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/__next._tree.txt +0 -4
  560. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/index.html +0 -1
  561. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/api-reference/index.txt +0 -35
  562. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.__PAGE__.txt +0 -9
  563. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.txt +0 -5
  564. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.txt +0 -7
  565. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next._full.txt +0 -35
  566. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next._head.txt +0 -6
  567. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next._index.txt +0 -9
  568. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/__next._tree.txt +0 -4
  569. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/index.html +0 -1
  570. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/budgets/index.txt +0 -35
  571. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.__PAGE__.txt +0 -9
  572. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.txt +0 -5
  573. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.txt +0 -7
  574. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next._full.txt +0 -35
  575. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next._head.txt +0 -6
  576. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next._index.txt +0 -9
  577. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/__next._tree.txt +0 -4
  578. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/index.html +0 -1
  579. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/caching/index.txt +0 -35
  580. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next._full.txt +0 -35
  581. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next._head.txt +0 -6
  582. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next._index.txt +0 -9
  583. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next._tree.txt +0 -4
  584. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next.chat.__PAGE__.txt +0 -9
  585. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/__next.chat.txt +0 -7
  586. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next._full.txt +0 -33
  587. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next._head.txt +0 -6
  588. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next._index.txt +0 -9
  589. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next._tree.txt +0 -4
  590. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.__PAGE__.txt +0 -9
  591. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.txt +0 -5
  592. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.txt +0 -7
  593. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/index.html +0 -1
  594. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/api-keys/index.txt +0 -33
  595. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next._full.txt +0 -33
  596. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next._head.txt +0 -6
  597. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next._index.txt +0 -9
  598. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next._tree.txt +0 -4
  599. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.__PAGE__.txt +0 -9
  600. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.txt +0 -5
  601. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/__next.chat.txt +0 -7
  602. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/index.html +0 -1
  603. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/credentials/index.txt +0 -33
  604. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/index.html +0 -1
  605. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/index.txt +0 -35
  606. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next._full.txt +0 -33
  607. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next._head.txt +0 -6
  608. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next._index.txt +0 -9
  609. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next._tree.txt +0 -4
  610. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.__PAGE__.txt +0 -9
  611. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.txt +0 -5
  612. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/__next.chat.txt +0 -7
  613. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/index.html +0 -1
  614. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/integrations/index.txt +0 -33
  615. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next._full.txt +0 -33
  616. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next._head.txt +0 -6
  617. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next._index.txt +0 -9
  618. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next._tree.txt +0 -4
  619. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next.chat.logs.__PAGE__.txt +0 -9
  620. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next.chat.logs.txt +0 -5
  621. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/__next.chat.txt +0 -7
  622. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/index.html +0 -1
  623. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/logs/index.txt +0 -33
  624. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next._full.txt +0 -33
  625. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next._head.txt +0 -6
  626. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next._index.txt +0 -9
  627. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next._tree.txt +0 -4
  628. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next.chat.txt +0 -7
  629. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.__PAGE__.txt +0 -9
  630. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.txt +0 -5
  631. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/index.html +0 -1
  632. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/chat/usage/index.txt +0 -33
  633. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next._full.txt +0 -27
  634. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next._head.txt +0 -6
  635. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next._index.txt +0 -9
  636. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next._tree.txt +0 -4
  637. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next.connect.__PAGE__.txt +0 -9
  638. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/__next.connect.txt +0 -7
  639. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/index.html +0 -1
  640. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/connect/index.txt +0 -27
  641. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.cost-optimization.__PAGE__.txt +0 -9
  642. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.cost-optimization.txt +0 -5
  643. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next.!KGRhc2hib2FyZCk.txt +0 -7
  644. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next._full.txt +0 -35
  645. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next._head.txt +0 -6
  646. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next._index.txt +0 -9
  647. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/__next._tree.txt +0 -4
  648. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/index.html +0 -1
  649. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-optimization/index.txt +0 -35
  650. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.__PAGE__.txt +0 -9
  651. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.txt +0 -5
  652. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.txt +0 -7
  653. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next._full.txt +0 -35
  654. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next._head.txt +0 -6
  655. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next._index.txt +0 -9
  656. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/__next._tree.txt +0 -4
  657. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/index.html +0 -1
  658. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/cost-tracking/index.txt +0 -35
  659. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.__PAGE__.txt +0 -9
  660. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.txt +0 -5
  661. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.txt +0 -7
  662. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next._full.txt +0 -35
  663. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next._head.txt +0 -6
  664. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next._index.txt +0 -9
  665. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/__next._tree.txt +0 -4
  666. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/index.html +0 -1
  667. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails/index.txt +0 -35
  668. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.__PAGE__.txt +0 -10
  669. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.txt +0 -5
  670. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.txt +0 -7
  671. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next._full.txt +0 -36
  672. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next._head.txt +0 -6
  673. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next._index.txt +0 -9
  674. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/__next._tree.txt +0 -5
  675. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/index.html +0 -1
  676. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/guardrails-monitor/index.txt +0 -36
  677. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/index.html +0 -1
  678. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/index.txt +0 -32
  679. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.__PAGE__.txt +0 -9
  680. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.txt +0 -5
  681. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.txt +0 -7
  682. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next._full.txt +0 -35
  683. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next._head.txt +0 -6
  684. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next._index.txt +0 -9
  685. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/__next._tree.txt +0 -4
  686. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/index.html +0 -1
  687. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logging-and-alerts/index.txt +0 -35
  688. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next._full.txt +0 -25
  689. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next._head.txt +0 -6
  690. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next._index.txt +0 -9
  691. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next._tree.txt +0 -4
  692. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next.login.__PAGE__.txt +0 -9
  693. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/__next.login.txt +0 -5
  694. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/index.html +0 -1
  695. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/login/index.txt +0 -25
  696. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.__PAGE__.txt +0 -10
  697. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.txt +0 -5
  698. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.txt +0 -7
  699. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next._full.txt +0 -36
  700. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next._head.txt +0 -6
  701. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next._index.txt +0 -9
  702. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/__next._tree.txt +0 -5
  703. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/index.html +0 -1
  704. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/logs/index.txt +0 -36
  705. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._full.txt +0 -25
  706. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._head.txt +0 -6
  707. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._index.txt +0 -9
  708. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._tree.txt +0 -4
  709. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.__PAGE__.txt +0 -9
  710. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.txt +0 -5
  711. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.txt +0 -5
  712. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.txt +0 -5
  713. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/index.html +0 -1
  714. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp/oauth/callback/index.txt +0 -25
  715. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.__PAGE__.txt +0 -9
  716. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.txt +0 -5
  717. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.txt +0 -7
  718. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next._full.txt +0 -35
  719. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next._head.txt +0 -6
  720. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next._index.txt +0 -9
  721. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/__next._tree.txt +0 -4
  722. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/index.html +0 -1
  723. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/mcp-servers/index.txt +0 -35
  724. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.__PAGE__.txt +0 -9
  725. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.txt +0 -5
  726. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.txt +0 -7
  727. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next._full.txt +0 -35
  728. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next._head.txt +0 -6
  729. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next._index.txt +0 -9
  730. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/__next._tree.txt +0 -4
  731. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/index.html +0 -1
  732. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/memory/index.txt +0 -35
  733. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.__PAGE__.txt +0 -9
  734. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.txt +0 -5
  735. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.txt +0 -7
  736. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next._full.txt +0 -35
  737. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next._head.txt +0 -6
  738. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next._index.txt +0 -9
  739. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/__next._tree.txt +0 -4
  740. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/index.html +0 -1
  741. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model-hub-table/index.txt +0 -35
  742. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next._full.txt +0 -38
  743. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next._head.txt +0 -6
  744. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next._index.txt +0 -9
  745. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next._tree.txt +0 -4
  746. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next.model_hub.__PAGE__.txt +0 -9
  747. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/__next.model_hub.txt +0 -5
  748. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/index.html +0 -1
  749. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub/index.txt +0 -38
  750. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next._full.txt +0 -43
  751. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next._head.txt +0 -6
  752. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next._index.txt +0 -9
  753. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next._tree.txt +0 -4
  754. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.__PAGE__.txt +0 -9
  755. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.txt +0 -5
  756. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/index.html +0 -1
  757. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/model_hub_table/index.txt +0 -43
  758. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.__PAGE__.txt +0 -9
  759. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.txt +0 -5
  760. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.txt +0 -7
  761. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next._full.txt +0 -35
  762. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next._head.txt +0 -6
  763. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next._index.txt +0 -9
  764. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/__next._tree.txt +0 -4
  765. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/index.html +0 -1
  766. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/models-and-endpoints/index.txt +0 -35
  767. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.__PAGE__.txt +0 -9
  768. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.txt +0 -5
  769. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.txt +0 -7
  770. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next._full.txt +0 -35
  771. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next._head.txt +0 -6
  772. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next._index.txt +0 -9
  773. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/__next._tree.txt +0 -4
  774. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/index.html +0 -1
  775. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/old-usage/index.txt +0 -35
  776. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next._full.txt +0 -25
  777. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next._head.txt +0 -6
  778. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next._index.txt +0 -9
  779. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next._tree.txt +0 -4
  780. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next.onboarding.__PAGE__.txt +0 -9
  781. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/__next.onboarding.txt +0 -5
  782. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/index.html +0 -1
  783. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/onboarding/index.txt +0 -25
  784. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.__PAGE__.txt +0 -9
  785. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.txt +0 -5
  786. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.txt +0 -7
  787. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next._full.txt +0 -35
  788. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next._head.txt +0 -6
  789. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next._index.txt +0 -9
  790. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/__next._tree.txt +0 -4
  791. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/index.html +0 -1
  792. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/organizations/index.txt +0 -35
  793. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.__PAGE__.txt +0 -9
  794. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.txt +0 -5
  795. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.txt +0 -7
  796. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next._full.txt +0 -35
  797. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next._head.txt +0 -6
  798. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next._index.txt +0 -9
  799. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/__next._tree.txt +0 -4
  800. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/index.html +0 -1
  801. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/playground/index.txt +0 -35
  802. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.__PAGE__.txt +0 -9
  803. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.txt +0 -5
  804. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.txt +0 -7
  805. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next._full.txt +0 -35
  806. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next._head.txt +0 -6
  807. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next._index.txt +0 -9
  808. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/__next._tree.txt +0 -4
  809. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/index.html +0 -1
  810. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/policies/index.txt +0 -35
  811. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.__PAGE__.txt +0 -9
  812. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.txt +0 -5
  813. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.txt +0 -7
  814. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next._full.txt +0 -35
  815. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next._head.txt +0 -6
  816. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next._index.txt +0 -9
  817. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/__next._tree.txt +0 -4
  818. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/index.html +0 -1
  819. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/projects/index.txt +0 -35
  820. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.__PAGE__.txt +0 -9
  821. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.txt +0 -5
  822. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.txt +0 -7
  823. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next._full.txt +0 -35
  824. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next._head.txt +0 -6
  825. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next._index.txt +0 -9
  826. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/__next._tree.txt +0 -4
  827. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/index.html +0 -1
  828. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/prompts/index.txt +0 -35
  829. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.__PAGE__.txt +0 -9
  830. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.txt +0 -5
  831. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.txt +0 -7
  832. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next._full.txt +0 -35
  833. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next._head.txt +0 -6
  834. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next._index.txt +0 -9
  835. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/__next._tree.txt +0 -4
  836. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/index.html +0 -1
  837. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/router-settings/index.txt +0 -35
  838. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.__PAGE__.txt +0 -9
  839. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.txt +0 -5
  840. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.txt +0 -7
  841. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next._full.txt +0 -35
  842. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next._head.txt +0 -6
  843. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next._index.txt +0 -9
  844. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/__next._tree.txt +0 -4
  845. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/index.html +0 -1
  846. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/search-tools/index.txt +0 -35
  847. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.__PAGE__.txt +0 -9
  848. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.txt +0 -5
  849. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.txt +0 -7
  850. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next._full.txt +0 -35
  851. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next._head.txt +0 -6
  852. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next._index.txt +0 -9
  853. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/__next._tree.txt +0 -4
  854. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/index.html +0 -1
  855. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/skills/index.txt +0 -35
  856. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.__PAGE__.txt +0 -9
  857. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.txt +0 -5
  858. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.txt +0 -7
  859. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next._full.txt +0 -35
  860. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next._head.txt +0 -6
  861. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next._index.txt +0 -9
  862. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/__next._tree.txt +0 -4
  863. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/index.html +0 -1
  864. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tag-management/index.txt +0 -35
  865. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.__PAGE__.txt +0 -9
  866. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.txt +0 -5
  867. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.txt +0 -7
  868. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next._full.txt +0 -35
  869. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next._head.txt +0 -6
  870. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next._index.txt +0 -9
  871. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/__next._tree.txt +0 -4
  872. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/index.html +0 -1
  873. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/teams/index.txt +0 -35
  874. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.__PAGE__.txt +0 -10
  875. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.txt +0 -5
  876. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.txt +0 -7
  877. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next._full.txt +0 -36
  878. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next._head.txt +0 -6
  879. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next._index.txt +0 -9
  880. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/__next._tree.txt +0 -5
  881. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/index.html +0 -1
  882. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/tool-policies/index.txt +0 -36
  883. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.__PAGE__.txt +0 -9
  884. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.txt +0 -5
  885. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.txt +0 -7
  886. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next._full.txt +0 -35
  887. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next._head.txt +0 -6
  888. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next._index.txt +0 -9
  889. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/__next._tree.txt +0 -4
  890. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/index.html +0 -1
  891. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/transform-request/index.txt +0 -35
  892. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.txt +0 -7
  893. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.__PAGE__.txt +0 -9
  894. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.txt +0 -5
  895. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next._full.txt +0 -35
  896. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next._head.txt +0 -6
  897. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next._index.txt +0 -9
  898. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/__next._tree.txt +0 -4
  899. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/index.html +0 -1
  900. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/ui-theme/index.txt +0 -35
  901. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.txt +0 -7
  902. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.__PAGE__.txt +0 -9
  903. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.txt +0 -5
  904. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next._full.txt +0 -35
  905. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next._head.txt +0 -6
  906. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next._index.txt +0 -9
  907. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/__next._tree.txt +0 -4
  908. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/index.html +0 -1
  909. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/usage/index.txt +0 -35
  910. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.txt +0 -7
  911. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.__PAGE__.txt +0 -9
  912. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.txt +0 -5
  913. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next._full.txt +0 -35
  914. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next._head.txt +0 -6
  915. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next._index.txt +0 -9
  916. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/__next._tree.txt +0 -4
  917. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/index.html +0 -1
  918. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/users/index.txt +0 -35
  919. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.txt +0 -7
  920. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.__PAGE__.txt +0 -9
  921. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.txt +0 -5
  922. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next._full.txt +0 -35
  923. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next._head.txt +0 -6
  924. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next._index.txt +0 -9
  925. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/__next._tree.txt +0 -4
  926. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/index.html +0 -1
  927. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/vector-stores/index.txt +0 -35
  928. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.txt +0 -7
  929. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt +0 -9
  930. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt +0 -5
  931. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next._full.txt +0 -35
  932. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next._head.txt +0 -6
  933. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next._index.txt +0 -9
  934. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/__next._tree.txt +0 -4
  935. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/index.html +0 -1
  936. litellm-1.96.0.dev1/litellm/proxy/_experimental/out/workflows/index.txt +0 -35
  937. litellm-1.96.0.dev1/litellm/proxy/_lazy_openapi_snapshot.json +0 -31846
  938. litellm-1.96.0.dev1/litellm/proxy/_types.py +0 -4685
  939. litellm-1.96.0.dev1/litellm/proxy/common_request_processing.py +0 -3082
  940. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_endpoints.py +0 -2295
  941. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_hooks/compresr/compresr.py +0 -1194
  942. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_hooks/content_text.py +0 -55
  943. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_hooks/headroom/headroom.py +0 -715
  944. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_hooks/unified_guardrail/unified_guardrail.py +0 -1122
  945. litellm-1.96.0.dev1/litellm/proxy/guardrails/guardrail_registry.py +0 -781
  946. litellm-1.96.0.dev1/litellm/proxy/hooks/dynamic_rate_limiter_v3.py +0 -792
  947. litellm-1.96.0.dev1/litellm/proxy/hooks/parallel_request_limiter_v3.py +0 -3560
  948. litellm-1.96.0.dev1/litellm/proxy/litellm_pre_call_utils.py +0 -2764
  949. litellm-1.96.0.dev1/litellm/proxy/policy_engine/attachment_registry.py +0 -473
  950. litellm-1.96.0.dev1/litellm/proxy/policy_engine/policy_endpoints.py +0 -828
  951. litellm-1.96.0.dev1/litellm/proxy/policy_engine/policy_registry.py +0 -1011
  952. litellm-1.96.0.dev1/litellm/proxy/proxy_server.py +0 -16750
  953. litellm-1.96.0.dev1/litellm/proxy/spend_tracking/spend_tracking_utils.py +0 -1211
  954. litellm-1.96.0.dev1/litellm/proxy/utils.py +0 -6550
  955. litellm-1.96.0.dev1/litellm/responses/streaming_iterator.py +0 -2262
  956. litellm-1.96.0.dev1/litellm/router_strategy/complexity_router/complexity_router.py +0 -1314
  957. litellm-1.96.0.dev1/litellm/router_strategy/complexity_router/config.py +0 -471
  958. litellm-1.96.0.dev1/litellm/types/mcp_server/mcp_server_manager.py +0 -277
  959. litellm-1.96.0.dev1/litellm/types/proxy/policy_engine/resolver_types.py +0 -407
  960. litellm-1.96.0.dev1/litellm/types/utils.py +0 -3948
  961. litellm-1.96.0.dev1/litellm/utils.py +0 -9385
  962. litellm-1.96.0.dev1/pyproject.toml +0 -363
  963. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/LICENSE +0 -0
  964. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/README.md +0 -0
  965. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/__init__.py +0 -0
  966. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_internal_context.py +0 -0
  967. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_lazy_imports.py +0 -0
  968. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_lazy_imports_registry.py +0 -0
  969. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_logging.py +0 -0
  970. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_redis.py +0 -0
  971. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_redis_credential_provider.py +0 -0
  972. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_service_logger.py +0 -0
  973. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_uuid.py +0 -0
  974. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/_version.py +0 -0
  975. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/__init__.py +0 -0
  976. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/card_resolver.py +0 -0
  977. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/client.py +0 -0
  978. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/cost_calculator.py +0 -0
  979. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/exception_mapping_utils.py +0 -0
  980. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/exceptions.py +0 -0
  981. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/litellm_completion_bridge/README.md +0 -0
  982. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/litellm_completion_bridge/__init__.py +0 -0
  983. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/litellm_completion_bridge/handler.py +0 -0
  984. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/litellm_completion_bridge/transformation.py +0 -0
  985. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/main.py +0 -0
  986. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/__init__.py +0 -0
  987. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/base.py +0 -0
  988. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/bedrock_agentcore/__init__.py +0 -0
  989. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/bedrock_agentcore/config.py +0 -0
  990. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/bedrock_agentcore/handler.py +0 -0
  991. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/bedrock_agentcore/transformation.py +0 -0
  992. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/config_manager.py +0 -0
  993. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/langflow/__init__.py +0 -0
  994. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/langflow/config.py +0 -0
  995. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/pydantic_ai_agents/__init__.py +0 -0
  996. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/pydantic_ai_agents/config.py +0 -0
  997. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/pydantic_ai_agents/handler.py +0 -0
  998. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/pydantic_ai_agents/transformation.py +0 -0
  999. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/watsonx_orchestrate/__init__.py +0 -0
  1000. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/watsonx_orchestrate/config.py +0 -0
  1001. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/watsonx_orchestrate/handler.py +0 -0
  1002. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/providers/watsonx_orchestrate/transformation.py +0 -0
  1003. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/streaming_iterator.py +0 -0
  1004. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/a2a_protocol/utils.py +0 -0
  1005. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_beta_headers_config.json +0 -0
  1006. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_beta_headers_manager.py +0 -0
  1007. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/__init__.py +0 -0
  1008. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/exceptions/__init__.py +0 -0
  1009. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/exceptions/exception_mapping_utils.py +0 -0
  1010. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/exceptions/exceptions.py +0 -0
  1011. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/messages/__init__.py +0 -0
  1012. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/anthropic_interface/readme.md +0 -0
  1013. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/assistants/main.py +0 -0
  1014. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/assistants/utils.py +0 -0
  1015. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/batch_completion/Readme.md +0 -0
  1016. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/batch_completion/main.py +0 -0
  1017. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/batches/batch_utils.py +0 -0
  1018. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/batches/main.py +0 -0
  1019. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/blog_posts.json +0 -0
  1020. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/budget_manager.py +0 -0
  1021. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/Readme.md +0 -0
  1022. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/__init__.py +0 -0
  1023. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/_embedding_router.py +0 -0
  1024. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/_internal_lru_cache.py +0 -0
  1025. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/azure_blob_cache.py +0 -0
  1026. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/base_cache.py +0 -0
  1027. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/caching.py +0 -0
  1028. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/disk_cache.py +0 -0
  1029. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/dual_cache.py +0 -0
  1030. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/gcs_cache.py +0 -0
  1031. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/in_memory_cache.py +0 -0
  1032. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/llm_caching_handler.py +0 -0
  1033. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/qdrant_semantic_cache.py +0 -0
  1034. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/redis_cache.py +0 -0
  1035. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/redis_cluster_cache.py +0 -0
  1036. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/redis_semantic_cache.py +0 -0
  1037. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/s3_cache.py +0 -0
  1038. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/caching/valkey_semantic_cache.py +0 -0
  1039. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/completion_extras/README.md +0 -0
  1040. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/completion_extras/__init__.py +0 -0
  1041. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/completion_extras/litellm_responses_transformation/__init__.py +0 -0
  1042. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/completion_extras/litellm_responses_transformation/handler.py +0 -0
  1043. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/completion_extras/litellm_responses_transformation/transformation.py +0 -0
  1044. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/__init__.py +0 -0
  1045. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/content_detection.py +0 -0
  1046. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/message_stubbing.py +0 -0
  1047. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/retrieval_tool.py +0 -0
  1048. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/scoring/__init__.py +0 -0
  1049. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/scoring/bm25.py +0 -0
  1050. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/compression/scoring/embedding_scorer.py +0 -0
  1051. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/README.md +0 -0
  1052. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/__init__.py +0 -0
  1053. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/endpoint_factory.py +0 -0
  1054. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/endpoints.json +0 -0
  1055. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/main.py +0 -0
  1056. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/containers/utils.py +0 -0
  1057. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/cost.json +0 -0
  1058. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/cost_calculator.py +0 -0
  1059. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/endpoints/speech/speech_to_completion_bridge/handler.py +0 -0
  1060. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/endpoints/speech/speech_to_completion_bridge/transformation.py +0 -0
  1061. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/evals/__init__.py +0 -0
  1062. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/evals/main.py +0 -0
  1063. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/exceptions.py +0 -0
  1064. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/experimental_mcp_client/Readme.md +0 -0
  1065. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/experimental_mcp_client/__init__.py +0 -0
  1066. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/experimental_mcp_client/client.py +0 -0
  1067. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/experimental_mcp_client/tools.py +0 -0
  1068. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/files/main.py +0 -0
  1069. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/files/streaming.py +0 -0
  1070. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/files/types.py +0 -0
  1071. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/files/utils.py +0 -0
  1072. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/fine_tuning/main.py +0 -0
  1073. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/Readme.md +0 -0
  1074. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/__init__.py +0 -0
  1075. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/adapters/__init__.py +0 -0
  1076. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/adapters/handler.py +0 -0
  1077. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/adapters/transformation.py +0 -0
  1078. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/main.py +0 -0
  1079. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/google_genai/streaming_iterator.py +0 -0
  1080. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/images/__init__.py +0 -0
  1081. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/images/main.py +0 -0
  1082. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/images/utils.py +0 -0
  1083. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/Readme.md +0 -0
  1084. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/Readme.md +0 -0
  1085. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/batching_handler.py +0 -0
  1086. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/budget_alert_types.py +0 -0
  1087. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/hanging_request_check.py +0 -0
  1088. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/slack_alerting.py +0 -0
  1089. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/SlackAlerting/utils.py +0 -0
  1090. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/__init__.py +0 -0
  1091. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/_types/open_inference.py +0 -0
  1092. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/additional_logging_utils.py +0 -0
  1093. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/agentops/__init__.py +0 -0
  1094. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/agentops/agentops.py +0 -0
  1095. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/anthropic_cache_control_hook.py +0 -0
  1096. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/argilla.py +0 -0
  1097. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/README.md +0 -0
  1098. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/__init__.py +0 -0
  1099. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/_utils.py +0 -0
  1100. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/arize.py +0 -0
  1101. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/arize_phoenix.py +0 -0
  1102. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/arize_phoenix_client.py +0 -0
  1103. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/arize/arize_phoenix_prompt_manager.py +0 -0
  1104. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/athina.py +0 -0
  1105. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/azure_sentinel/__init__.py +0 -0
  1106. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/azure_sentinel/azure_sentinel.py +0 -0
  1107. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/azure_sentinel/example_standard_logging_payload.json +0 -0
  1108. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/azure_storage/azure_storage.py +0 -0
  1109. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/bitbucket/README.md +0 -0
  1110. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/bitbucket/__init__.py +0 -0
  1111. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/bitbucket/bitbucket_client.py +0 -0
  1112. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/bitbucket/bitbucket_prompt_manager.py +0 -0
  1113. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/braintrust_logging.py +0 -0
  1114. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/braintrust_mock_client.py +0 -0
  1115. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/callback_configs.json +0 -0
  1116. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/cloudzero/cloudzero.py +0 -0
  1117. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/cloudzero/cz_resource_names.py +0 -0
  1118. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/cloudzero/cz_stream_api.py +0 -0
  1119. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/cloudzero/database.py +0 -0
  1120. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/cloudzero/transform.py +0 -0
  1121. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/code_interpreter_interception/__init__.py +0 -0
  1122. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/code_interpreter_interception/handler.py +0 -0
  1123. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/compression_interception/__init__.py +0 -0
  1124. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/compression_interception/handler.py +0 -0
  1125. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_batch_logger.py +0 -0
  1126. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_guardrail.py +0 -0
  1127. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_logger.py +0 -0
  1128. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_prompt_management.py +0 -0
  1129. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_secret_manager.py +0 -0
  1130. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/custom_sso_handler.py +0 -0
  1131. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog.py +0 -0
  1132. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_cost_management.py +0 -0
  1133. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_handler.py +0 -0
  1134. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_llm_obs.py +0 -0
  1135. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_metrics.py +0 -0
  1136. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_mock_client.py +0 -0
  1137. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/datadog/datadog_team_handler.py +0 -0
  1138. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/deepeval/__init__.py +0 -0
  1139. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/deepeval/api.py +0 -0
  1140. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/deepeval/deepeval.py +0 -0
  1141. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/deepeval/types.py +0 -0
  1142. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/deepeval/utils.py +0 -0
  1143. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/dotprompt/README.md +0 -0
  1144. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/dotprompt/__init__.py +0 -0
  1145. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/dotprompt/dotprompt_manager.py +0 -0
  1146. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/dotprompt/prompt_manager.py +0 -0
  1147. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/dynamodb.py +0 -0
  1148. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_alerting.py +0 -0
  1149. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_templates/email_footer.py +0 -0
  1150. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_templates/key_created_email.py +0 -0
  1151. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_templates/key_rotated_email.py +0 -0
  1152. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_templates/templates.py +0 -0
  1153. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/email_templates/user_invitation_email.py +0 -0
  1154. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/__init__.py +0 -0
  1155. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/database.py +0 -0
  1156. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/__init__.py +0 -0
  1157. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/base.py +0 -0
  1158. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/factory.py +0 -0
  1159. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/gcs_destination.py +0 -0
  1160. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/mavvrik_destination.py +0 -0
  1161. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/s3_destination.py +0 -0
  1162. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/destinations/vantage_destination.py +0 -0
  1163. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/export_engine.py +0 -0
  1164. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/focus_logger.py +0 -0
  1165. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/schema.py +0 -0
  1166. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/serializers/__init__.py +0 -0
  1167. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/serializers/base.py +0 -0
  1168. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/serializers/csv.py +0 -0
  1169. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/serializers/parquet.py +0 -0
  1170. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/focus/transformer.py +0 -0
  1171. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/galileo.py +0 -0
  1172. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gcs_bucket/Readme.md +0 -0
  1173. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gcs_bucket/gcs_bucket.py +0 -0
  1174. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gcs_bucket/gcs_bucket_base.py +0 -0
  1175. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gcs_bucket/gcs_bucket_mock_client.py +0 -0
  1176. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gcs_pubsub/pub_sub.py +0 -0
  1177. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/generic_api/generic_api_callback.py +0 -0
  1178. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/generic_api/generic_api_compatible_callbacks.json +0 -0
  1179. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/generic_prompt_management/__init__.py +0 -0
  1180. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/generic_prompt_management/generic_prompt_manager.py +0 -0
  1181. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gitlab/README.md +0 -0
  1182. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gitlab/__init__.py +0 -0
  1183. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gitlab/gitlab_client.py +0 -0
  1184. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/gitlab/gitlab_prompt_manager.py +0 -0
  1185. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/greenscale.py +0 -0
  1186. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/helicone.py +0 -0
  1187. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/helicone_mock_client.py +0 -0
  1188. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/humanloop.py +0 -0
  1189. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/lago.py +0 -0
  1190. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse.py +0 -0
  1191. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse_handler.py +0 -0
  1192. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse_mock_client.py +0 -0
  1193. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse_otel.py +0 -0
  1194. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse_otel_attributes.py +0 -0
  1195. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langfuse/langfuse_prompt_management.py +0 -0
  1196. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langsmith.py +0 -0
  1197. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langsmith_mock_client.py +0 -0
  1198. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/langtrace.py +0 -0
  1199. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/levo/README.md +0 -0
  1200. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/levo/__init__.py +0 -0
  1201. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/levo/levo.py +0 -0
  1202. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/litellm_agent/__init__.py +0 -0
  1203. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/litellm_agent/litellm_agent_model_resolver.py +0 -0
  1204. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/literal_ai.py +0 -0
  1205. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/logfire_logger.py +0 -0
  1206. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/lunary.py +0 -0
  1207. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/mavvrik_focus/__init__.py +0 -0
  1208. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/mavvrik_focus/mavvrik_focus_logger.py +0 -0
  1209. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/mlflow.py +0 -0
  1210. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/mock_client_factory.py +0 -0
  1211. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/newrelic/__init__.py +0 -0
  1212. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/newrelic/newrelic.py +0 -0
  1213. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/openmeter.py +0 -0
  1214. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opentelemetry.py +0 -0
  1215. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opentelemetry_utils/base_otel_llm_obs_attributes.py +0 -0
  1216. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opentelemetry_utils/gen_ai_semconv.py +0 -0
  1217. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik.py +0 -0
  1218. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik_payload_builder/__init__.py +0 -0
  1219. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik_payload_builder/api.py +0 -0
  1220. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik_payload_builder/extractors.py +0 -0
  1221. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik_payload_builder/payload_builders.py +0 -0
  1222. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/opik_payload_builder/types.py +0 -0
  1223. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/opik/utils.py +0 -0
  1224. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/README.md +0 -0
  1225. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/__init__.py +0 -0
  1226. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/emitter.py +0 -0
  1227. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/logger.py +0 -0
  1228. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/__init__.py +0 -0
  1229. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/base.py +0 -0
  1230. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/genai.py +0 -0
  1231. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/langfuse.py +0 -0
  1232. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/langtrace.py +0 -0
  1233. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/legacy.py +0 -0
  1234. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/openinference.py +0 -0
  1235. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/utils.py +0 -0
  1236. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mappers/weave.py +0 -0
  1237. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/__init__.py +0 -0
  1238. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/baggage.py +0 -0
  1239. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/config.py +0 -0
  1240. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/metadata.py +0 -0
  1241. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/payloads.py +0 -0
  1242. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/semconv.py +0 -0
  1243. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/spans.py +0 -0
  1244. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/model/utils.py +0 -0
  1245. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/mount.py +0 -0
  1246. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/__init__.py +0 -0
  1247. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/context.py +0 -0
  1248. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/events.py +0 -0
  1249. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/metrics.py +0 -0
  1250. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/providers.py +0 -0
  1251. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/plumbing/routing.py +0 -0
  1252. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/__init__.py +0 -0
  1253. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/agentops.py +0 -0
  1254. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/arize.py +0 -0
  1255. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/base.py +0 -0
  1256. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/langfuse.py +0 -0
  1257. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/langtrace.py +0 -0
  1258. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/levo.py +0 -0
  1259. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/phoenix.py +0 -0
  1260. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/utils.py +0 -0
  1261. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/presets/weave.py +0 -0
  1262. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/otel/runtime.py +0 -0
  1263. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/posthog.py +0 -0
  1264. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/posthog_mock_client.py +0 -0
  1265. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prometheus.py +0 -0
  1266. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prometheus_helpers/__init__.py +0 -0
  1267. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prometheus_helpers/bounded_prometheus_series_tracker.py +0 -0
  1268. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prometheus_helpers/prometheus_api.py +0 -0
  1269. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prometheus_services.py +0 -0
  1270. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prompt_layer.py +0 -0
  1271. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/prompt_management_base.py +0 -0
  1272. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/rubrik.py +0 -0
  1273. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/sqs.py +0 -0
  1274. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/supabase.py +0 -0
  1275. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/test_httpx.py +0 -0
  1276. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/traceloop.py +0 -0
  1277. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/vantage/__init__.py +0 -0
  1278. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/vantage/vantage_logger.py +0 -0
  1279. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/vector_store_integrations/base_vector_store.py +0 -0
  1280. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/vector_store_integrations/vector_store_pre_call_hook.py +0 -0
  1281. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/weave/__init__.py +0 -0
  1282. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/weave/weave_otel.py +0 -0
  1283. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/websearch_interception/ARCHITECTURE.md +0 -0
  1284. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/websearch_interception/__init__.py +0 -0
  1285. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/websearch_interception/handler.py +0 -0
  1286. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/websearch_interception/tools.py +0 -0
  1287. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/websearch_interception/transformation.py +0 -0
  1288. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/integrations/weights_biases.py +0 -0
  1289. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/__init__.py +0 -0
  1290. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/agents/__init__.py +0 -0
  1291. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/agents/http_handler.py +0 -0
  1292. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/agents/main.py +0 -0
  1293. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/agents/utils.py +0 -0
  1294. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/http_handler.py +0 -0
  1295. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/litellm_responses_transformation/__init__.py +0 -0
  1296. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/litellm_responses_transformation/handler.py +0 -0
  1297. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/litellm_responses_transformation/streaming_iterator.py +0 -0
  1298. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/litellm_responses_transformation/transformation.py +0 -0
  1299. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/main.py +0 -0
  1300. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/streaming_iterator.py +0 -0
  1301. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/interactions/utils.py +0 -0
  1302. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/README.md +0 -0
  1303. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/api_route_to_call_types.py +0 -0
  1304. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/app_crypto.py +0 -0
  1305. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/asyncify.py +0 -0
  1306. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/audio_utils/audio_health_check.wav +0 -0
  1307. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/audio_utils/utils.py +0 -0
  1308. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/cached_imports.py +0 -0
  1309. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/chat_completion_agentic_loop.py +0 -0
  1310. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/cli_token_utils.py +0 -0
  1311. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/cloud_storage_security.py +0 -0
  1312. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/completion_timeout.py +0 -0
  1313. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/core_helpers.py +0 -0
  1314. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/coroutine_checker.py +0 -0
  1315. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/credential_accessor.py +0 -0
  1316. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/custom_logger_registry.py +0 -0
  1317. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/dd_tracing.py +0 -0
  1318. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/default_encoding.py +0 -0
  1319. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/dot_notation_indexing.py +0 -0
  1320. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/duration_parser.py +0 -0
  1321. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/env_utils.py +0 -0
  1322. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/exception_mapping_utils.py +0 -0
  1323. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/fallback_generalizations.py +0 -0
  1324. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/fallback_utils.py +0 -0
  1325. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_blog_posts.py +0 -0
  1326. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_litellm_params.py +0 -0
  1327. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_llm_provider_logic.py +0 -0
  1328. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_model_cost_map.py +0 -0
  1329. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_provider_specific_headers.py +0 -0
  1330. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/get_supported_openai_params.py +0 -0
  1331. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/health_check_helpers.py +0 -0
  1332. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/health_check_utils.py +0 -0
  1333. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/initialize_dynamic_callback_params.py +0 -0
  1334. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/json_validation_rule.py +0 -0
  1335. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/litellm_logging.py +0 -0
  1336. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_cost_calc/tiered_pricing.py +0 -0
  1337. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py +0 -0
  1338. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_cost_calc/usage_object_transformation.py +0 -0
  1339. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_request_utils.py +0 -0
  1340. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_response_utils/convert_dict_to_response.py +0 -0
  1341. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_response_utils/get_api_base.py +0 -0
  1342. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_response_utils/get_formatted_prompt.py +0 -0
  1343. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_response_utils/get_headers.py +0 -0
  1344. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/llm_response_utils/response_metadata.py +0 -0
  1345. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/logging_callback_manager.py +0 -0
  1346. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/logging_utils.py +0 -0
  1347. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/logging_worker.py +0 -0
  1348. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/mock_functions.py +0 -0
  1349. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/model_param_helper.py +0 -0
  1350. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/model_response_utils.py +0 -0
  1351. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/prompt_templates/common_utils.py +0 -0
  1352. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/prompt_templates/huggingface_template_handler.py +0 -0
  1353. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/prompt_templates/image_handling.py +0 -0
  1354. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/realtime_streaming.py +0 -0
  1355. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/reasoning_effort_utils.py +0 -0
  1356. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/redact_messages.py +0 -0
  1357. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/request_timeout_resolver.py +0 -0
  1358. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/response_header_helpers.py +0 -0
  1359. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/rules.py +0 -0
  1360. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/safe_json_dumps.py +0 -0
  1361. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/safe_json_loads.py +0 -0
  1362. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/secret_redaction.py +0 -0
  1363. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/sensitive_data_masker.py +0 -0
  1364. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/specialty_caches/dynamic_logging_cache.py +0 -0
  1365. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/streaming_chunk_builder_utils.py +0 -0
  1366. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/streaming_handler.py +0 -0
  1367. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/thread_pool_executor.py +0 -0
  1368. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/token_counter.py +0 -0
  1369. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/tokenizers/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 +0 -0
  1370. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/tokenizers/__init__.py +0 -0
  1371. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/tokenizers/anthropic_tokenizer.json +0 -0
  1372. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/tokenizers/ec7223a39ce59f226a68acc30dc1af2788490e15 +0 -0
  1373. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/tokenizers/fb374d419588a4632f3f557e76b4b70aebbca790 +0 -0
  1374. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/litellm_core_utils/url_utils.py +0 -0
  1375. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/README.md +0 -0
  1376. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/__init__.py +0 -0
  1377. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/__init__.py +0 -0
  1378. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/__init__.py +0 -0
  1379. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/guardrail_translation/README.md +0 -0
  1380. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/guardrail_translation/__init__.py +0 -0
  1381. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/guardrail_translation/handler.py +0 -0
  1382. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/streaming_iterator.py +0 -0
  1383. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/chat/transformation.py +0 -0
  1384. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/a2a/common_utils.py +0 -0
  1385. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ai21/chat/transformation.py +0 -0
  1386. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiml/__init__.py +0 -0
  1387. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiml/chat/transformation.py +0 -0
  1388. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiml/image_generation/__init__.py +0 -0
  1389. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiml/image_generation/cost_calculator.py +0 -0
  1390. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiml/image_generation/transformation.py +0 -0
  1391. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aiohttp_openai/chat/transformation.py +0 -0
  1392. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/amazon_nova/chat/transformation.py +0 -0
  1393. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/amazon_nova/cost_calculation.py +0 -0
  1394. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/__init__.py +0 -0
  1395. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/batches/__init__.py +0 -0
  1396. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/batches/handler.py +0 -0
  1397. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/batches/transformation.py +0 -0
  1398. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/chat/__init__.py +0 -0
  1399. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/chat/guardrail_translation/__init__.py +0 -0
  1400. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/chat/handler.py +0 -0
  1401. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/chat/transformation.py +0 -0
  1402. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/common_utils.py +0 -0
  1403. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/completion/handler.py +0 -0
  1404. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/completion/transformation.py +0 -0
  1405. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/cost_calculation.py +0 -0
  1406. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/count_tokens/__init__.py +0 -0
  1407. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/count_tokens/handler.py +0 -0
  1408. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/count_tokens/token_counter.py +0 -0
  1409. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/count_tokens/transformation.py +0 -0
  1410. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/adapters/__init__.py +0 -0
  1411. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/adapters/handler.py +0 -0
  1412. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/adapters/transformation.py +0 -0
  1413. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/architecture.md +0 -0
  1414. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/__init__.py +0 -0
  1415. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/constants.py +0 -0
  1416. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/dispatcher.py +0 -0
  1417. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/__init__.py +0 -0
  1418. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/clear_tool_uses.py +0 -0
  1419. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/compact.py +0 -0
  1420. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/errors.py +0 -0
  1421. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/placeholders.py +0 -0
  1422. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/context_management/result.py +0 -0
  1423. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/agentic_streaming_iterator.py +0 -0
  1424. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/fake_stream_iterator.py +0 -0
  1425. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/handler.py +0 -0
  1426. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/README.md +0 -0
  1427. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/__init__.py +0 -0
  1428. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py +0 -0
  1429. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/base.py +0 -0
  1430. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/mcp_handler.py +0 -0
  1431. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/streaming_iterator.py +0 -0
  1432. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/transformation.py +0 -0
  1433. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/messages/utils.py +0 -0
  1434. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/__init__.py +0 -0
  1435. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/handler.py +0 -0
  1436. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/streaming_iterator.py +0 -0
  1437. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/transformation.py +0 -0
  1438. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/experimental_pass_through/utils.py +0 -0
  1439. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/files/__init__.py +0 -0
  1440. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/files/handler.py +0 -0
  1441. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/files/transformation.py +0 -0
  1442. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/skills/__init__.py +0 -0
  1443. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/skills/readme.md +0 -0
  1444. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/anthropic/skills/transformation.py +0 -0
  1445. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/apiserpent/__init__.py +0 -0
  1446. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/apiserpent/search/__init__.py +0 -0
  1447. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/apiserpent/search/defaults.py +0 -0
  1448. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/apiserpent/search/transformation.py +0 -0
  1449. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aws_polly/__init__.py +0 -0
  1450. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aws_polly/text_to_speech/__init__.py +0 -0
  1451. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/aws_polly/text_to_speech/transformation.py +0 -0
  1452. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/assistants.py +0 -0
  1453. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/audio_transcription/__init__.py +0 -0
  1454. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/audio_transcription/transformation.py +0 -0
  1455. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/audio_transcriptions.py +0 -0
  1456. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/azure.py +0 -0
  1457. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/batches/handler.py +0 -0
  1458. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/chat/gpt_5_transformation.py +0 -0
  1459. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/chat/gpt_transformation.py +0 -0
  1460. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/chat/o_series_handler.py +0 -0
  1461. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/chat/o_series_transformation.py +0 -0
  1462. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/common_utils.py +0 -0
  1463. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/completion/handler.py +0 -0
  1464. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/completion/transformation.py +0 -0
  1465. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/containers/__init__.py +0 -0
  1466. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/containers/transformation.py +0 -0
  1467. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/cost_calculation.py +0 -0
  1468. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/exception_mapping.py +0 -0
  1469. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/files/handler.py +0 -0
  1470. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/fine_tuning/handler.py +0 -0
  1471. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_edit/transformation.py +0 -0
  1472. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_generation/__init__.py +0 -0
  1473. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_generation/dall_e_2_transformation.py +0 -0
  1474. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_generation/dall_e_3_transformation.py +0 -0
  1475. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_generation/gpt_transformation.py +0 -0
  1476. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/image_generation/http_utils.py +0 -0
  1477. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/passthrough/transformation.py +0 -0
  1478. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/realtime/handler.py +0 -0
  1479. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/realtime/http_transformation.py +0 -0
  1480. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/responses/o_series_transformation.py +0 -0
  1481. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/responses/transformation.py +0 -0
  1482. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/text_to_speech/__init__.py +0 -0
  1483. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/text_to_speech/transformation.py +0 -0
  1484. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/vector_stores/transformation.py +0 -0
  1485. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure/videos/transformation.py +0 -0
  1486. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/README.md +0 -0
  1487. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/agents/__init__.py +0 -0
  1488. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/agents/handler.py +0 -0
  1489. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/agents/transformation.py +0 -0
  1490. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/__init__.py +0 -0
  1491. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/count_tokens/__init__.py +0 -0
  1492. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/count_tokens/handler.py +0 -0
  1493. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/count_tokens/token_counter.py +0 -0
  1494. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/count_tokens/transformation.py +0 -0
  1495. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/handler.py +0 -0
  1496. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/messages_transformation.py +0 -0
  1497. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/anthropic/transformation.py +0 -0
  1498. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/azure_model_router/__init__.py +0 -0
  1499. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/azure_model_router/transformation.py +0 -0
  1500. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/chat/handler.py +0 -0
  1501. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/chat/transformation.py +0 -0
  1502. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/common_utils.py +0 -0
  1503. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/cost_calculator.py +0 -0
  1504. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/embed/__init__.py +0 -0
  1505. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/embed/cohere_transformation.py +0 -0
  1506. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/embed/handler.py +0 -0
  1507. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_edit/__init__.py +0 -0
  1508. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_edit/flux2_transformation.py +0 -0
  1509. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_edit/mai_transformation.py +0 -0
  1510. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_edit/transformation.py +0 -0
  1511. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/__init__.py +0 -0
  1512. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/cost_calculator.py +0 -0
  1513. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/dall_e_2_transformation.py +0 -0
  1514. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/dall_e_3_transformation.py +0 -0
  1515. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/flux_transformation.py +0 -0
  1516. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/gpt_transformation.py +0 -0
  1517. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/image_generation/mai_transformation.py +0 -0
  1518. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/ocr/__init__.py +0 -0
  1519. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/ocr/common_utils.py +0 -0
  1520. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/ocr/document_intelligence/__init__.py +0 -0
  1521. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/ocr/document_intelligence/transformation.py +0 -0
  1522. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/ocr/transformation.py +0 -0
  1523. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/rerank/handler.py +0 -0
  1524. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/rerank/transformation.py +0 -0
  1525. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/vector_stores/__init__.py +0 -0
  1526. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/azure_ai/vector_stores/transformation.py +0 -0
  1527. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base.py +0 -0
  1528. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/__init__.py +0 -0
  1529. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/agents/__init__.py +0 -0
  1530. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/agents/transformation.py +0 -0
  1531. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/anthropic_messages/transformation.py +0 -0
  1532. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/audio_transcription/transformation.py +0 -0
  1533. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/base_model_iterator.py +0 -0
  1534. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/base_utils.py +0 -0
  1535. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/batches/transformation.py +0 -0
  1536. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/bridges/completion_transformation.py +0 -0
  1537. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/chat/transformation.py +0 -0
  1538. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/completion/transformation.py +0 -0
  1539. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/containers/transformation.py +0 -0
  1540. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/embedding/transformation.py +0 -0
  1541. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/evals/__init__.py +0 -0
  1542. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/evals/transformation.py +0 -0
  1543. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/files/azure_blob_storage_backend.py +0 -0
  1544. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/files/storage_backend.py +0 -0
  1545. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/files/storage_backend_factory.py +0 -0
  1546. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/files/transformation.py +0 -0
  1547. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/google_genai/transformation.py +0 -0
  1548. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/guardrail_translation/base_translation.py +0 -0
  1549. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/guardrail_translation/utils.py +0 -0
  1550. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/image_edit/transformation.py +0 -0
  1551. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/image_generation/transformation.py +0 -0
  1552. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/image_variations/transformation.py +0 -0
  1553. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/interactions/__init__.py +0 -0
  1554. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/interactions/transformation.py +0 -0
  1555. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/managed_resources/__init__.py +0 -0
  1556. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/managed_resources/base_managed_resource.py +0 -0
  1557. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/managed_resources/isolation.py +0 -0
  1558. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/managed_resources/utils.py +0 -0
  1559. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/ocr/__init__.py +0 -0
  1560. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/ocr/transformation.py +0 -0
  1561. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/passthrough/transformation.py +0 -0
  1562. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/realtime/http_transformation.py +0 -0
  1563. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/realtime/transformation.py +0 -0
  1564. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/rerank/transformation.py +0 -0
  1565. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/responses/transformation.py +0 -0
  1566. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/sandbox/__init__.py +0 -0
  1567. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/sandbox/transformation.py +0 -0
  1568. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/search/__init__.py +0 -0
  1569. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/search/transformation.py +0 -0
  1570. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/skills/__init__.py +0 -0
  1571. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/skills/transformation.py +0 -0
  1572. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/text_to_speech/transformation.py +0 -0
  1573. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/vector_store/transformation.py +0 -0
  1574. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/vector_store_files/transformation.py +0 -0
  1575. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/base_llm/videos/transformation.py +0 -0
  1576. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/baseten/chat.py +0 -0
  1577. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/audio_transcription/__init__.py +0 -0
  1578. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/base_aws_llm.py +0 -0
  1579. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/batches/handler.py +0 -0
  1580. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/batches/transformation.py +0 -0
  1581. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/__init__.py +0 -0
  1582. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/agentcore/__init__.py +0 -0
  1583. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/agentcore/transformation.py +0 -0
  1584. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/converse_handler.py +0 -0
  1585. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/converse_like/handler.py +0 -0
  1586. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/converse_like/transformation.py +0 -0
  1587. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/converse_transformation.py +0 -0
  1588. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_agent/transformation.py +0 -0
  1589. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_handler.py +0 -0
  1590. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_ai21_transformation.py +0 -0
  1591. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_cohere_transformation.py +0 -0
  1592. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_deepseek_transformation.py +0 -0
  1593. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_llama_transformation.py +0 -0
  1594. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_mistral_transformation.py +0 -0
  1595. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_moonshot_transformation.py +0 -0
  1596. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_nova_transformation.py +0 -0
  1597. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_openai_transformation.py +0 -0
  1598. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_qwen2_transformation.py +0 -0
  1599. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_qwen3_transformation.py +0 -0
  1600. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_titan_transformation.py +0 -0
  1601. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/amazon_twelvelabs_pegasus_transformation.py +0 -0
  1602. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/anthropic_claude2_transformation.py +0 -0
  1603. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/anthropic_claude3_transformation.py +0 -0
  1604. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/invoke_transformations/base_invoke_transformation.py +0 -0
  1605. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/mantle/__init__.py +0 -0
  1606. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/chat/mantle/transformation.py +0 -0
  1607. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/claude_platform/__init__.py +0 -0
  1608. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/claude_platform/common_utils.py +0 -0
  1609. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/claude_platform/messages_transformation.py +0 -0
  1610. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/claude_platform/transformation.py +0 -0
  1611. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/common_utils.py +0 -0
  1612. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/cost_calculation.py +0 -0
  1613. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/count_tokens/bedrock_token_counter.py +0 -0
  1614. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/count_tokens/handler.py +0 -0
  1615. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/count_tokens/transformation.py +0 -0
  1616. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/amazon_nova_transformation.py +0 -0
  1617. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/amazon_titan_g1_transformation.py +0 -0
  1618. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/amazon_titan_multimodal_transformation.py +0 -0
  1619. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/amazon_titan_v2_transformation.py +0 -0
  1620. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/cohere_transformation.py +0 -0
  1621. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/embedding.py +0 -0
  1622. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/embed/twelvelabs_marengo_transformation.py +0 -0
  1623. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/files/handler.py +0 -0
  1624. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/files/transformation.py +0 -0
  1625. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_edit/__init__.py +0 -0
  1626. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_edit/amazon_nova_canvas_image_edit_transformation.py +0 -0
  1627. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_edit/handler.py +0 -0
  1628. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_edit/stability_transformation.py +0 -0
  1629. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/amazon_nova_canvas_transformation.py +0 -0
  1630. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/amazon_stability1_transformation.py +0 -0
  1631. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/amazon_stability3_transformation.py +0 -0
  1632. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/amazon_titan_transformation.py +0 -0
  1633. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/cost_calculator.py +0 -0
  1634. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/image_generation/image_handler.py +0 -0
  1635. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/messages/invoke_transformations/anthropic_claude3_transformation.py +0 -0
  1636. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/messages/mantle_transformation.py +0 -0
  1637. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/messages/readme.md +0 -0
  1638. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/passthrough/guardrail_translation/__init__.py +0 -0
  1639. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/passthrough/guardrail_translation/handler.py +0 -0
  1640. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/passthrough/transformation.py +0 -0
  1641. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/realtime/handler.py +0 -0
  1642. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/realtime/transformation.py +0 -0
  1643. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/realtime/trigger_audio.py +0 -0
  1644. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/rerank/handler.py +0 -0
  1645. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/rerank/transformation.py +0 -0
  1646. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock/vector_stores/transformation.py +0 -0
  1647. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock_mantle/chat/transformation.py +0 -0
  1648. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock_mantle/common_utils.py +0 -0
  1649. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock_mantle/responses/__init__.py +0 -0
  1650. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bedrock_mantle/responses/transformation.py +0 -0
  1651. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/__init__.py +0 -0
  1652. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/common_utils.py +0 -0
  1653. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_edit/__init__.py +0 -0
  1654. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_edit/handler.py +0 -0
  1655. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_edit/transformation.py +0 -0
  1656. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_generation/__init__.py +0 -0
  1657. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_generation/handler.py +0 -0
  1658. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/black_forest_labs/image_generation/transformation.py +0 -0
  1659. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/brave/search/__init__.py +0 -0
  1660. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/brave/search/transformation.py +0 -0
  1661. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bytez/chat/transformation.py +0 -0
  1662. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/bytez/common_utils.py +0 -0
  1663. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cerebras/chat.py +0 -0
  1664. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/chatgpt/authenticator.py +0 -0
  1665. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/chatgpt/chat/streaming_utils.py +0 -0
  1666. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/chatgpt/chat/transformation.py +0 -0
  1667. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/chatgpt/common_utils.py +0 -0
  1668. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/chatgpt/responses/transformation.py +0 -0
  1669. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/clarifai/chat/transformation.py +0 -0
  1670. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cloudflare/chat/handler.py +0 -0
  1671. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cloudflare/chat/transformation.py +0 -0
  1672. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/codestral/completion/handler.py +0 -0
  1673. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/codestral/completion/transformation.py +0 -0
  1674. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/chat/transformation.py +0 -0
  1675. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/chat/v2_transformation.py +0 -0
  1676. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/common_utils.py +0 -0
  1677. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/embed/handler.py +0 -0
  1678. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/embed/transformation.py +0 -0
  1679. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/embed/v1_transformation.py +0 -0
  1680. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank/guardrail_translation/README.md +0 -0
  1681. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank/guardrail_translation/__init__.py +0 -0
  1682. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank/guardrail_translation/handler.py +0 -0
  1683. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank/handler.py +0 -0
  1684. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank/transformation.py +0 -0
  1685. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cohere/rerank_v2/transformation.py +0 -0
  1686. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/chat/transformation.py +0 -0
  1687. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/common_utils.py +0 -0
  1688. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/embed/__init__.py +0 -0
  1689. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/embed/transformation.py +0 -0
  1690. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/image_generation/__init__.py +0 -0
  1691. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/image_generation/cost_calculator.py +0 -0
  1692. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/cometapi/image_generation/transformation.py +0 -0
  1693. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/compactifai/__init__.py +0 -0
  1694. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/compactifai/chat/__init__.py +0 -0
  1695. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/compactifai/chat/transformation.py +0 -0
  1696. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/aiohttp_handler.py +0 -0
  1697. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/aiohttp_transport.py +0 -0
  1698. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/async_client_cleanup.py +0 -0
  1699. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/container_handler.py +0 -0
  1700. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/http_handler.py +0 -0
  1701. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/httpx_handler.py +0 -0
  1702. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/llm_http_handler.py +0 -0
  1703. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_httpx/mock_transport.py +0 -0
  1704. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/custom_llm.py +0 -0
  1705. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/chat/transformation.py +0 -0
  1706. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/common_utils.py +0 -0
  1707. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/cost_calculator.py +0 -0
  1708. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/embed/__init__.py +0 -0
  1709. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/embed/transformation.py +0 -0
  1710. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/image_generation/__init__.py +0 -0
  1711. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/image_generation/transformation.py +0 -0
  1712. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/rerank/__init__.py +0 -0
  1713. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dashscope/rerank/transformation.py +0 -0
  1714. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/chat/transformation.py +0 -0
  1715. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/common_utils.py +0 -0
  1716. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/cost_calculator.py +0 -0
  1717. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/embed/handler.py +0 -0
  1718. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/embed/transformation.py +0 -0
  1719. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/responses/__init__.py +0 -0
  1720. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/responses/transformation.py +0 -0
  1721. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/databricks/streaming_utils.py +0 -0
  1722. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dataforseo/search/__init__.py +0 -0
  1723. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/dataforseo/search/transformation.py +0 -0
  1724. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/datarobot/chat/transformation.py +0 -0
  1725. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepgram/audio_transcription/transformation.py +0 -0
  1726. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepgram/common_utils.py +0 -0
  1727. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepinfra/chat/transformation.py +0 -0
  1728. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepinfra/rerank/transformation.py +0 -0
  1729. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepseek/chat/transformation.py +0 -0
  1730. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepseek/cost_calculator.py +0 -0
  1731. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deepseek/messages/transformation.py +0 -0
  1732. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deprecated_providers/aleph_alpha.py +0 -0
  1733. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/deprecated_providers/palm.py +0 -0
  1734. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/docker_model_runner/chat/transformation.py +0 -0
  1735. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/duckduckgo/search/__init__.py +0 -0
  1736. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/duckduckgo/search/transformation.py +0 -0
  1737. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/e2b/__init__.py +0 -0
  1738. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/e2b/sandbox/__init__.py +0 -0
  1739. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/e2b/sandbox/transformation.py +0 -0
  1740. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/elevenlabs/audio_transcription/transformation.py +0 -0
  1741. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/elevenlabs/common_utils.py +0 -0
  1742. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/elevenlabs/text_to_speech/transformation.py +0 -0
  1743. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/empower/chat/transformation.py +0 -0
  1744. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/exa_ai/search/__init__.py +0 -0
  1745. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/exa_ai/search/transformation.py +0 -0
  1746. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/__init__.py +0 -0
  1747. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/cost_calculator.py +0 -0
  1748. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/__init__.py +0 -0
  1749. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/bria_transformation.py +0 -0
  1750. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/bytedance_transformation.py +0 -0
  1751. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/flux_pro_v11_transformation.py +0 -0
  1752. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/flux_pro_v11_ultra_transformation.py +0 -0
  1753. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/flux_schnell_transformation.py +0 -0
  1754. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/ideogram_v3_transformation.py +0 -0
  1755. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/imagen4_transformation.py +0 -0
  1756. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/nano_banana_transformation.py +0 -0
  1757. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/recraft_v3_transformation.py +0 -0
  1758. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/stable_diffusion_transformation.py +0 -0
  1759. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fal_ai/image_generation/transformation.py +0 -0
  1760. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fastcrw/__init__.py +0 -0
  1761. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fastcrw/search/__init__.py +0 -0
  1762. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fastcrw/search/transformation.py +0 -0
  1763. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/featherless_ai/chat/transformation.py +0 -0
  1764. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/firecrawl/__init__.py +0 -0
  1765. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/firecrawl/search/__init__.py +0 -0
  1766. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/firecrawl/search/transformation.py +0 -0
  1767. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/chat/transformation.py +0 -0
  1768. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/common_utils.py +0 -0
  1769. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/completion/transformation.py +0 -0
  1770. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/cost_calculator.py +0 -0
  1771. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/embed/fireworks_ai_transformation.py +0 -0
  1772. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/rerank/__init__.py +0 -0
  1773. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/fireworks_ai/rerank/transformation.py +0 -0
  1774. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/friendliai/chat/transformation.py +0 -0
  1775. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/galadriel/chat/transformation.py +0 -0
  1776. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gdc/__init__.py +0 -0
  1777. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gdc/chat/__init__.py +0 -0
  1778. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gdc/chat/transformation.py +0 -0
  1779. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/agents/__init__.py +0 -0
  1780. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/agents/transformation.py +0 -0
  1781. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/chat/transformation.py +0 -0
  1782. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/common_utils.py +0 -0
  1783. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/context_caching/README.md +0 -0
  1784. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/cost_calculator.py +0 -0
  1785. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/count_tokens/handler.py +0 -0
  1786. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/files/transformation.py +0 -0
  1787. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/google_genai/transformation.py +0 -0
  1788. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_edit/__init__.py +0 -0
  1789. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_edit/cost_calculator.py +0 -0
  1790. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_edit/transformation.py +0 -0
  1791. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_generation/__init__.py +0 -0
  1792. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_generation/cost_calculator.py +0 -0
  1793. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_generation/transformation.py +0 -0
  1794. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/image_usage_transformation.py +0 -0
  1795. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/interactions/__init__.py +0 -0
  1796. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/interactions/transformation.py +0 -0
  1797. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/realtime/transformation.py +0 -0
  1798. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/vector_stores/__init__.py +0 -0
  1799. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/vector_stores/transformation.py +0 -0
  1800. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/videos/__init__.py +0 -0
  1801. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gemini/videos/transformation.py +0 -0
  1802. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/__init__.py +0 -0
  1803. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/authenticator.py +0 -0
  1804. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/chat/__init__.py +0 -0
  1805. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/chat/streaming.py +0 -0
  1806. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/chat/transformation.py +0 -0
  1807. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/embedding/__init__.py +0 -0
  1808. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/embedding/transformation.py +0 -0
  1809. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gigachat/file_handler.py +0 -0
  1810. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github/chat/transformation.py +0 -0
  1811. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/authenticator.py +0 -0
  1812. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/chat/transformation.py +0 -0
  1813. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/common_utils.py +0 -0
  1814. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/embedding/transformation.py +0 -0
  1815. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/messages/__init__.py +0 -0
  1816. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/messages/transformation.py +0 -0
  1817. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/github_copilot/responses/transformation.py +0 -0
  1818. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/google_pse/search/__init__.py +0 -0
  1819. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/google_pse/search/transformation.py +0 -0
  1820. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/gradient_ai/chat/transformation.py +0 -0
  1821. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/groq/chat/handler.py +0 -0
  1822. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/groq/chat/transformation.py +0 -0
  1823. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/groq/stt/transformation.py +0 -0
  1824. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/heroku/chat/transformation.py +0 -0
  1825. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/chat/transformation.py +0 -0
  1826. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/embedding/README.md +0 -0
  1827. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/embedding/transformation.py +0 -0
  1828. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/rerank/transformation.py +0 -0
  1829. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/responses/transformation.py +0 -0
  1830. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hosted_vllm/transcriptions/transformation.py +0 -0
  1831. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/chat/transformation.py +0 -0
  1832. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/common_utils.py +0 -0
  1833. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/embedding/handler.py +0 -0
  1834. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/embedding/transformation.py +0 -0
  1835. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/huggingface_llms_metadata/hf_conversational_models.txt +0 -0
  1836. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/huggingface_llms_metadata/hf_text_generation_models.txt +0 -0
  1837. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/rerank/handler.py +0 -0
  1838. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/huggingface/rerank/transformation.py +0 -0
  1839. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hyperbolic/__init__.py +0 -0
  1840. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hyperbolic/chat/__init__.py +0 -0
  1841. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/hyperbolic/chat/transformation.py +0 -0
  1842. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/inception/__init__.py +0 -0
  1843. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/inception/chat/__init__.py +0 -0
  1844. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/inception/chat/transformation.py +0 -0
  1845. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/inception/completion/__init__.py +0 -0
  1846. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/inception/completion/transformation.py +0 -0
  1847. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/infinity/common_utils.py +0 -0
  1848. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/infinity/embedding/handler.py +0 -0
  1849. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/infinity/embedding/transformation.py +0 -0
  1850. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/infinity/rerank/handler.py +0 -0
  1851. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/infinity/rerank/transformation.py +0 -0
  1852. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/jina_ai/common_utils.py +0 -0
  1853. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/jina_ai/embedding/transformation.py +0 -0
  1854. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/jina_ai/rerank/handler.py +0 -0
  1855. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/jina_ai/rerank/transformation.py +0 -0
  1856. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lambda_ai/__init__.py +0 -0
  1857. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lambda_ai/chat/__init__.py +0 -0
  1858. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lambda_ai/chat/transformation.py +0 -0
  1859. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langflow/__init__.py +0 -0
  1860. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langflow/a2a.py +0 -0
  1861. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langflow/chat/__init__.py +0 -0
  1862. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langflow/chat/transformation.py +0 -0
  1863. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langgraph/__init__.py +0 -0
  1864. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langgraph/chat/__init__.py +0 -0
  1865. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langgraph/chat/sse_iterator.py +0 -0
  1866. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/langgraph/chat/transformation.py +0 -0
  1867. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lemonade/chat/transformation.py +0 -0
  1868. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lemonade/cost_calculator.py +0 -0
  1869. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/linkup/__init__.py +0 -0
  1870. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/linkup/search/__init__.py +0 -0
  1871. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/linkup/search/transformation.py +0 -0
  1872. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/chat/transformation.py +0 -0
  1873. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/image_edit/transformation.py +0 -0
  1874. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/image_generation/transformation.py +0 -0
  1875. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/responses/transformation.py +0 -0
  1876. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/README.md +0 -0
  1877. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/__init__.py +0 -0
  1878. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/code_execution.py +0 -0
  1879. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/constants.py +0 -0
  1880. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/handler.py +0 -0
  1881. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/prompt_injection.py +0 -0
  1882. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/sandbox_executor.py +0 -0
  1883. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/litellm_proxy/skills/transformation.py +0 -0
  1884. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/llamafile/chat/transformation.py +0 -0
  1885. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lm_studio/chat/transformation.py +0 -0
  1886. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/lm_studio/embed/transformation.py +0 -0
  1887. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/manus/__init__.py +0 -0
  1888. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/manus/files/__init__.py +0 -0
  1889. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/manus/files/transformation.py +0 -0
  1890. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/manus/responses/__init__.py +0 -0
  1891. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/manus/responses/transformation.py +0 -0
  1892. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/maritalk.py +0 -0
  1893. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/meta_llama/chat/transformation.py +0 -0
  1894. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/milvus/vector_stores/__init__.py +0 -0
  1895. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/milvus/vector_stores/transformation.py +0 -0
  1896. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/__init__.py +0 -0
  1897. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/chat/__init__.py +0 -0
  1898. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/chat/transformation.py +0 -0
  1899. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/messages/transformation.py +0 -0
  1900. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/text_to_speech/__init__.py +0 -0
  1901. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/minimax/text_to_speech/transformation.py +0 -0
  1902. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/audio_transcription/transformation.py +0 -0
  1903. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/chat/transformation.py +0 -0
  1904. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/embedding.py +0 -0
  1905. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/mistral_embedding_transformation.py +0 -0
  1906. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/ocr/__init__.py +0 -0
  1907. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/ocr/guardrail_translation/__init__.py +0 -0
  1908. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/ocr/guardrail_translation/handler.py +0 -0
  1909. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/mistral/ocr/transformation.py +0 -0
  1910. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/modelscope/chat/transformation.py +0 -0
  1911. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/modelscope/image_generation/__init__.py +0 -0
  1912. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/modelscope/image_generation/transformation.py +0 -0
  1913. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/moonshot/chat/transformation.py +0 -0
  1914. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/morph/__init__.py +0 -0
  1915. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/morph/chat/__init__.py +0 -0
  1916. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/morph/chat/transformation.py +0 -0
  1917. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nebius/chat/transformation.py +0 -0
  1918. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nebius/embedding/transformation.py +0 -0
  1919. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nlp_cloud/chat/handler.py +0 -0
  1920. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nlp_cloud/chat/transformation.py +0 -0
  1921. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nlp_cloud/common_utils.py +0 -0
  1922. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/novita/chat/transformation.py +0 -0
  1923. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nscale/chat/transformation.py +0 -0
  1924. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_nim/chat/transformation.py +0 -0
  1925. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_nim/embed.py +0 -0
  1926. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_nim/rerank/common_utils.py +0 -0
  1927. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_nim/rerank/ranking_transformation.py +0 -0
  1928. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_nim/rerank/transformation.py +0 -0
  1929. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/__init__.py +0 -0
  1930. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/audio_transcription/__init__.py +0 -0
  1931. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/audio_transcription/audio_utils.py +0 -0
  1932. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/audio_transcription/handler.py +0 -0
  1933. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/audio_transcription/transformation.py +0 -0
  1934. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/nvidia_riva/common_utils.py +0 -0
  1935. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/chat/cohere.py +0 -0
  1936. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/chat/generic.py +0 -0
  1937. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/chat/transformation.py +0 -0
  1938. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/common_utils.py +0 -0
  1939. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/embed/__init__.py +0 -0
  1940. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oci/embed/transformation.py +0 -0
  1941. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ollama/chat/transformation.py +0 -0
  1942. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ollama/common_utils.py +0 -0
  1943. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ollama/completion/handler.py +0 -0
  1944. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ollama/completion/transformation.py +0 -0
  1945. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oobabooga/chat/oobabooga.py +0 -0
  1946. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oobabooga/chat/transformation.py +0 -0
  1947. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/oobabooga/common_utils.py +0 -0
  1948. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/gpt_5_transformation.py +0 -0
  1949. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/gpt_audio_transformation.py +0 -0
  1950. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/gpt_transformation.py +0 -0
  1951. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/guardrail_translation/README.md +0 -0
  1952. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/guardrail_translation/__init__.py +0 -0
  1953. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/guardrail_translation/handler.py +0 -0
  1954. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/o_series_handler.py +0 -0
  1955. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/chat/o_series_transformation.py +0 -0
  1956. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/common_utils.py +0 -0
  1957. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/guardrail_translation/README.md +0 -0
  1958. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/guardrail_translation/__init__.py +0 -0
  1959. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/guardrail_translation/handler.py +0 -0
  1960. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/handler.py +0 -0
  1961. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/transformation.py +0 -0
  1962. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/completion/utils.py +0 -0
  1963. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/containers/transformation.py +0 -0
  1964. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/containers/utils.py +0 -0
  1965. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/cost_calculation.py +0 -0
  1966. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/data_residency.py +0 -0
  1967. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/embeddings/guardrail_translation/__init__.py +0 -0
  1968. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/embeddings/guardrail_translation/handler.py +0 -0
  1969. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/evals/__init__.py +0 -0
  1970. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/evals/transformation.py +0 -0
  1971. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/fine_tuning/handler.py +0 -0
  1972. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_edit/__init__.py +0 -0
  1973. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_edit/dalle2_transformation.py +0 -0
  1974. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_edit/transformation.py +0 -0
  1975. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/__init__.py +0 -0
  1976. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/cost_calculator.py +0 -0
  1977. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/dall_e_2_transformation.py +0 -0
  1978. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/dall_e_3_transformation.py +0 -0
  1979. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/gpt_transformation.py +0 -0
  1980. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/guardrail_translation/README.md +0 -0
  1981. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/guardrail_translation/__init__.py +0 -0
  1982. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_generation/guardrail_translation/handler.py +0 -0
  1983. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_variations/handler.py +0 -0
  1984. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/image_variations/transformation.py +0 -0
  1985. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/openai.py +0 -0
  1986. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/realtime/handler.py +0 -0
  1987. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/realtime/http_transformation.py +0 -0
  1988. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/count_tokens/__init__.py +0 -0
  1989. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/count_tokens/handler.py +0 -0
  1990. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/count_tokens/token_counter.py +0 -0
  1991. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/count_tokens/transformation.py +0 -0
  1992. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/guardrail_translation/README.md +0 -0
  1993. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/guardrail_translation/__init__.py +0 -0
  1994. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/guardrail_translation/handler.py +0 -0
  1995. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/responses/transformation.py +0 -0
  1996. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/speech/guardrail_translation/README.md +0 -0
  1997. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/speech/guardrail_translation/__init__.py +0 -0
  1998. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/speech/guardrail_translation/handler.py +0 -0
  1999. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/gpt_transformation.py +0 -0
  2000. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/guardrail_translation/README.md +0 -0
  2001. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/guardrail_translation/__init__.py +0 -0
  2002. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/guardrail_translation/handler.py +0 -0
  2003. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/handler.py +0 -0
  2004. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/transcriptions/whisper_transformation.py +0 -0
  2005. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/vector_store_files/transformation.py +0 -0
  2006. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/vector_stores/transformation.py +0 -0
  2007. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai/videos/transformation.py +0 -0
  2008. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/README.md +0 -0
  2009. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/chat/handler.py +0 -0
  2010. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/chat/transformation.py +0 -0
  2011. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/common_utils.py +0 -0
  2012. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/dynamic_config.py +0 -0
  2013. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/embedding/handler.py +0 -0
  2014. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/json_loader.py +0 -0
  2015. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/messages/__init__.py +0 -0
  2016. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/messages/transformation.py +0 -0
  2017. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/providers.json +0 -0
  2018. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/responses/__init__.py +0 -0
  2019. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openai_like/responses/transformation.py +0 -0
  2020. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/chat/transformation.py +0 -0
  2021. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/common_utils.py +0 -0
  2022. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/embedding/transformation.py +0 -0
  2023. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/image_edit/__init__.py +0 -0
  2024. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/image_edit/transformation.py +0 -0
  2025. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/image_generation/__init__.py +0 -0
  2026. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/image_generation/transformation.py +0 -0
  2027. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/openrouter/responses/transformation.py +0 -0
  2028. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/opensandbox/__init__.py +0 -0
  2029. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/opensandbox/sandbox/__init__.py +0 -0
  2030. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/opensandbox/sandbox/transformation.py +0 -0
  2031. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ovhcloud/audio_transcription/transformation.py +0 -0
  2032. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ovhcloud/chat/transformation.py +0 -0
  2033. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ovhcloud/embedding/transformation.py +0 -0
  2034. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ovhcloud/utils.py +0 -0
  2035. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/parallel_ai/search/__init__.py +0 -0
  2036. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/parallel_ai/search/transformation.py +0 -0
  2037. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/pass_through/__init__.py +0 -0
  2038. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/pass_through/guardrail_translation/README.md +0 -0
  2039. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/pass_through/guardrail_translation/__init__.py +0 -0
  2040. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/pass_through/guardrail_translation/handler.py +0 -0
  2041. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/chat/transformation.py +0 -0
  2042. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/cost_calculator.py +0 -0
  2043. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/embedding/__init__.py +0 -0
  2044. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/embedding/transformation.py +0 -0
  2045. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/responses/__init__.py +0 -0
  2046. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/responses/transformation.py +0 -0
  2047. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/perplexity/search/transformation.py +0 -0
  2048. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/petals/common_utils.py +0 -0
  2049. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/petals/completion/handler.py +0 -0
  2050. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/petals/completion/transformation.py +0 -0
  2051. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/pg_vector/vector_stores/transformation.py +0 -0
  2052. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/predibase/chat/handler.py +0 -0
  2053. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/predibase/chat/transformation.py +0 -0
  2054. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/predibase/common_utils.py +0 -0
  2055. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ragflow/__init__.py +0 -0
  2056. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ragflow/chat/__init__.py +0 -0
  2057. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ragflow/chat/transformation.py +0 -0
  2058. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ragflow/vector_stores/__init__.py +0 -0
  2059. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/ragflow/vector_stores/transformation.py +0 -0
  2060. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/recraft/cost_calculator.py +0 -0
  2061. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/recraft/image_edit/transformation.py +0 -0
  2062. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/recraft/image_generation/__init__.py +0 -0
  2063. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/recraft/image_generation/transformation.py +0 -0
  2064. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/reducto/__init__.py +0 -0
  2065. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/reducto/common.py +0 -0
  2066. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/reducto/ocr/__init__.py +0 -0
  2067. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/reducto/ocr/transformation.py +0 -0
  2068. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/replicate/chat/handler.py +0 -0
  2069. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/replicate/chat/transformation.py +0 -0
  2070. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/replicate/common_utils.py +0 -0
  2071. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/__init__.py +0 -0
  2072. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/cost_calculator.py +0 -0
  2073. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/image_generation/__init__.py +0 -0
  2074. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/image_generation/transformation.py +0 -0
  2075. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/text_to_speech/__init__.py +0 -0
  2076. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/text_to_speech/transformation.py +0 -0
  2077. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/videos/__init__.py +0 -0
  2078. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/runwayml/videos/transformation.py +0 -0
  2079. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/s3_vectors/__init__.py +0 -0
  2080. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/s3_vectors/vector_stores/__init__.py +0 -0
  2081. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/s3_vectors/vector_stores/transformation.py +0 -0
  2082. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/chat/handler.py +0 -0
  2083. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/chat/transformation.py +0 -0
  2084. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/common_utils.py +0 -0
  2085. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/completion/handler.py +0 -0
  2086. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/completion/transformation.py +0 -0
  2087. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/embedding/cohere_transformation.py +0 -0
  2088. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/embedding/transformation.py +0 -0
  2089. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/nova/__init__.py +0 -0
  2090. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sagemaker/nova/transformation.py +0 -0
  2091. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sambanova/chat.py +0 -0
  2092. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sambanova/common_utils.py +0 -0
  2093. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sambanova/embedding/handler.py +0 -0
  2094. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sambanova/embedding/transformation.py +0 -0
  2095. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/__init__.py +0 -0
  2096. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/chat/__init__.py +0 -0
  2097. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/chat/handler.py +0 -0
  2098. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/chat/models.py +0 -0
  2099. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/chat/transformation.py +0 -0
  2100. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/credentials.py +0 -0
  2101. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/sap/embed/transformation.py +0 -0
  2102. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/scaleway/audio_transcription/transformation.py +0 -0
  2103. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searchapi/__init__.py +0 -0
  2104. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searchapi/search/__init__.py +0 -0
  2105. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searchapi/search/transformation.py +0 -0
  2106. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searxng/__init__.py +0 -0
  2107. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searxng/search/__init__.py +0 -0
  2108. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/searxng/search/transformation.py +0 -0
  2109. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/serper/search/__init__.py +0 -0
  2110. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/serper/search/transformation.py +0 -0
  2111. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/snowflake/chat/transformation.py +0 -0
  2112. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/snowflake/common_utils.py +0 -0
  2113. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/snowflake/embedding/transformation.py +0 -0
  2114. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/snowflake/utils.py +0 -0
  2115. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/soniox/__init__.py +0 -0
  2116. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/soniox/audio_transcription/__init__.py +0 -0
  2117. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/soniox/audio_transcription/handler.py +0 -0
  2118. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/soniox/audio_transcription/transformation.py +0 -0
  2119. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/soniox/common_utils.py +0 -0
  2120. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/stability/__init__.py +0 -0
  2121. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/stability/image_edit/__init__.py +0 -0
  2122. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/stability/image_edit/transformations.py +0 -0
  2123. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/stability/image_generation/__init__.py +0 -0
  2124. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/stability/image_generation/transformation.py +0 -0
  2125. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tavily/search/__init__.py +0 -0
  2126. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tavily/search/transformation.py +0 -0
  2127. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/__init__.py +0 -0
  2128. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/chat/__init__.py +0 -0
  2129. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/chat/transformation.py +0 -0
  2130. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/cost_calculator.py +0 -0
  2131. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/messages/__init__.py +0 -0
  2132. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tencent/messages/transformation.py +0 -0
  2133. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tinyfish/search/__init__.py +0 -0
  2134. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/tinyfish/search/transformation.py +0 -0
  2135. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/chat.py +0 -0
  2136. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/completion/handler.py +0 -0
  2137. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/completion/transformation.py +0 -0
  2138. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/cost_calculator.py +0 -0
  2139. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/embed.py +0 -0
  2140. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/rerank/handler.py +0 -0
  2141. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/together_ai/rerank/transformation.py +0 -0
  2142. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/topaz/common_utils.py +0 -0
  2143. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/topaz/image_variations/transformation.py +0 -0
  2144. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/triton/common_utils.py +0 -0
  2145. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/triton/completion/handler.py +0 -0
  2146. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/triton/completion/transformation.py +0 -0
  2147. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/triton/embedding/transformation.py +0 -0
  2148. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/v0/__init__.py +0 -0
  2149. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/v0/chat/__init__.py +0 -0
  2150. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/v0/chat/transformation.py +0 -0
  2151. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vercel_ai_gateway/chat/transformation.py +0 -0
  2152. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vercel_ai_gateway/common_utils.py +0 -0
  2153. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vercel_ai_gateway/embedding/__init__.py +0 -0
  2154. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vercel_ai_gateway/embedding/transformation.py +0 -0
  2155. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/agent_engine/__init__.py +0 -0
  2156. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/agent_engine/sse_iterator.py +0 -0
  2157. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/agent_engine/transformation.py +0 -0
  2158. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/audio_transcription/transformation.py +0 -0
  2159. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/aws_credentials_supplier.py +0 -0
  2160. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/batches/Readme.md +0 -0
  2161. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/batches/handler.py +0 -0
  2162. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/batches/transformation.py +0 -0
  2163. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/common_utils.py +0 -0
  2164. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/context_caching/transformation.py +0 -0
  2165. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py +0 -0
  2166. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/cost_calculator.py +0 -0
  2167. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/count_tokens/handler.py +0 -0
  2168. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/files/handler.py +0 -0
  2169. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/files/transformation.py +0 -0
  2170. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/fine_tuning/handler.py +0 -0
  2171. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/gemini/cost_calculator.py +0 -0
  2172. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/gemini/transformation.py +0 -0
  2173. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/gemini/vertex_and_google_ai_studio_gemini.py +0 -0
  2174. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/gemini_embeddings/batch_embed_content_handler.py +0 -0
  2175. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/gemini_embeddings/batch_embed_content_transformation.py +0 -0
  2176. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/google_genai/transformation.py +0 -0
  2177. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_edit/__init__.py +0 -0
  2178. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_edit/cost_calculator.py +0 -0
  2179. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_edit/vertex_gemini_transformation.py +0 -0
  2180. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_edit/vertex_imagen_transformation.py +0 -0
  2181. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_generation/__init__.py +0 -0
  2182. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_generation/cost_calculator.py +0 -0
  2183. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_generation/image_generation_handler.py +0 -0
  2184. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_generation/vertex_gemini_transformation.py +0 -0
  2185. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/image_generation/vertex_imagen_transformation.py +0 -0
  2186. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/multimodal_embeddings/embedding_handler.py +0 -0
  2187. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/multimodal_embeddings/transformation.py +0 -0
  2188. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/ocr/__init__.py +0 -0
  2189. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/ocr/common_utils.py +0 -0
  2190. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/ocr/deepseek_transformation.py +0 -0
  2191. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/ocr/transformation.py +0 -0
  2192. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/rag_engine/__init__.py +0 -0
  2193. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/rag_engine/ingestion.py +0 -0
  2194. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/rag_engine/transformation.py +0 -0
  2195. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/realtime/__init__.py +0 -0
  2196. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/realtime/transformation.py +0 -0
  2197. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/rerank/handler.py +0 -0
  2198. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/rerank/transformation.py +0 -0
  2199. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/text_to_speech/text_to_speech_handler.py +0 -0
  2200. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/text_to_speech/transformation.py +0 -0
  2201. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vector_stores/__init__.py +0 -0
  2202. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vector_stores/rag_api/transformation.py +0 -0
  2203. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vector_stores/search_api/transformation.py +0 -0
  2204. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_aws_wif.py +0 -0
  2205. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_non_gemini.py +0 -0
  2206. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/__init__.py +0 -0
  2207. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/ai21/transformation.py +0 -0
  2208. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/experimental_pass_through/transformation.py +0 -0
  2209. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/output_params_utils.py +0 -0
  2210. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/transformation.py +0 -0
  2211. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/count_tokens/__init__.py +0 -0
  2212. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/count_tokens/handler.py +0 -0
  2213. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/gpt_oss/transformation.py +0 -0
  2214. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/llama3/transformation.py +0 -0
  2215. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_ai_partner_models/main.py +0 -0
  2216. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_embeddings/bge.py +0 -0
  2217. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_embeddings/embedding_handler.py +0 -0
  2218. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_embeddings/transformation.py +0 -0
  2219. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_embeddings/types.py +0 -0
  2220. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_gemma_models/__init__.py +0 -0
  2221. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_gemma_models/main.py +0 -0
  2222. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_gemma_models/transformation.py +0 -0
  2223. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_llm_base.py +0 -0
  2224. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/vertex_model_garden/main.py +0 -0
  2225. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/videos/__init__.py +0 -0
  2226. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vertex_ai/videos/transformation.py +0 -0
  2227. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vllm/common_utils.py +0 -0
  2228. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vllm/completion/handler.py +0 -0
  2229. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vllm/completion/transformation.py +0 -0
  2230. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/vllm/passthrough/transformation.py +0 -0
  2231. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/__init__.py +0 -0
  2232. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/chat/transformation.py +0 -0
  2233. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/common_utils.py +0 -0
  2234. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/embedding/__init__.py +0 -0
  2235. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/embedding/transformation.py +0 -0
  2236. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/volcengine/responses/transformation.py +0 -0
  2237. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/voyage/embedding/transformation.py +0 -0
  2238. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/voyage/embedding/transformation_contextual.py +0 -0
  2239. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/voyage/embedding/transformation_multimodal.py +0 -0
  2240. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/voyage/rerank/handler.py +0 -0
  2241. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/voyage/rerank/transformation.py +0 -0
  2242. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/wandb/__init__.py +0 -0
  2243. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/wandb/chat/__init__.py +0 -0
  2244. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/wandb/chat/transformation.py +0 -0
  2245. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/__init__.py +0 -0
  2246. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/audio_transcription/__init__.py +0 -0
  2247. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/audio_transcription/transformation.py +0 -0
  2248. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/chat/__init__.py +0 -0
  2249. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/chat/handler.py +0 -0
  2250. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/chat/transformation.py +0 -0
  2251. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/common_utils.py +0 -0
  2252. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/completion/__init__.py +0 -0
  2253. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/completion/handler.py +0 -0
  2254. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/completion/transformation.py +0 -0
  2255. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/embed/__init__.py +0 -0
  2256. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/embed/transformation.py +0 -0
  2257. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/passthrough/__init__.py +0 -0
  2258. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/passthrough/transformation.py +0 -0
  2259. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/rerank/__init__.py +0 -0
  2260. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/watsonx/rerank/transformation.py +0 -0
  2261. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/chat/transformation.py +0 -0
  2262. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/common_utils.py +0 -0
  2263. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/cost_calculator.py +0 -0
  2264. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/oauth.py +0 -0
  2265. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/realtime/__init__.py +0 -0
  2266. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/realtime/handler.py +0 -0
  2267. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/realtime/transformation.py +0 -0
  2268. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xai/responses/transformation.py +0 -0
  2269. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xinference/image_generation/__init__.py +0 -0
  2270. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/xinference/image_generation/transformation.py +0 -0
  2271. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/you_com/__init__.py +0 -0
  2272. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/you_com/search/__init__.py +0 -0
  2273. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/you_com/search/transformation.py +0 -0
  2274. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/zai/__init__.py +0 -0
  2275. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/zai/chat/__init__.py +0 -0
  2276. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/llms/zai/chat/transformation.py +0 -0
  2277. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/main.py +0 -0
  2278. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/__init__.py +0 -0
  2279. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/access_group.py +0 -0
  2280. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/base.py +0 -0
  2281. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/budget.py +0 -0
  2282. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/config.py +0 -0
  2283. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/credentials.py +0 -0
  2284. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/end_user.py +0 -0
  2285. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/managed_files.py +0 -0
  2286. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/mcp_server.py +0 -0
  2287. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/model.py +0 -0
  2288. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/object_permission.py +0 -0
  2289. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/organization.py +0 -0
  2290. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/organization_membership.py +0 -0
  2291. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/project.py +0 -0
  2292. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/skills.py +0 -0
  2293. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/spend_logs.py +0 -0
  2294. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/tag.py +0 -0
  2295. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/team.py +0 -0
  2296. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/team_membership.py +0 -0
  2297. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/user.py +0 -0
  2298. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/models/verification_token.py +0 -0
  2299. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/ocr/__init__.py +0 -0
  2300. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/ocr/main.py +0 -0
  2301. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/passthrough/README.md +0 -0
  2302. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/passthrough/__init__.py +0 -0
  2303. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/passthrough/main.py +0 -0
  2304. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/passthrough/timeout_utils.py +0 -0
  2305. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/passthrough/utils.py +0 -0
  2306. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/policy_templates_backup.json +0 -0
  2307. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/provider_endpoints_support_backup.json +0 -0
  2308. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/README.md +0 -0
  2309. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/__init__.py +0 -0
  2310. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/AGENTS.md +0 -0
  2311. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/CLAUDE.md +0 -0
  2312. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/auth/litellm_auth_handler.py +0 -0
  2313. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/auth/token_endpoint_auth.py +0 -0
  2314. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/bridge_token_flow.py +0 -0
  2315. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/byok_oauth_endpoints.py +0 -0
  2316. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/cost_calculator.py +0 -0
  2317. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/db.py +0 -0
  2318. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/elicitation_handler.py +0 -0
  2319. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/__init__.py +0 -0
  2320. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/classify.py +0 -0
  2321. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/list_outcomes.py +0 -0
  2322. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/render_oauth.py +0 -0
  2323. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/traversal.py +0 -0
  2324. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/faults/types.py +0 -0
  2325. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/gateway_dcr_flow.py +0 -0
  2326. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/guardrail_translation/__init__.py +0 -0
  2327. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/guardrail_translation/handler.py +0 -0
  2328. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/mcp_context.py +0 -0
  2329. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/mcp_debug.py +0 -0
  2330. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/mcp_server_manager.py +0 -0
  2331. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/oauth2_flow_backfill.py +0 -0
  2332. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/oauth2_token_cache.py +0 -0
  2333. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/oauth_issuer_stamp_backfill.py +0 -0
  2334. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/openapi_to_mcp_generator.py +0 -0
  2335. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/__init__.py +0 -0
  2336. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/adapter.py +0 -0
  2337. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/authz_code_refresher.py +0 -0
  2338. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/bridge_credentials.py +0 -0
  2339. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/client_credentials.py +0 -0
  2340. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/dual_cache_token_backend.py +0 -0
  2341. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/envelope.py +0 -0
  2342. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/httpx_auth.py +0 -0
  2343. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/oauth_token_store.py +0 -0
  2344. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/per_user_oauth_store.py +0 -0
  2345. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/presented_token_store.py +0 -0
  2346. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/redis_distributed_lock.py +0 -0
  2347. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/redis_refresh_coordinator.py +0 -0
  2348. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/resolver.py +0 -0
  2349. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/result.py +0 -0
  2350. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/session_credentials.py +0 -0
  2351. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/session_token.py +0 -0
  2352. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/sso_assertion_store.py +0 -0
  2353. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_cache_codec.py +0 -0
  2354. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_endpoint.py +0 -0
  2355. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_exchange_provider.py +0 -0
  2356. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_exchanger.py +0 -0
  2357. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/types.py +0 -0
  2358. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/outbound_credentials/v2_token_store.py +0 -0
  2359. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/rest_endpoints.py +0 -0
  2360. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/sampling_handler.py +0 -0
  2361. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/semantic_tool_filter.py +0 -0
  2362. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/sse_transport.py +0 -0
  2363. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/tool_registry.py +0 -0
  2364. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/tool_search.py +0 -0
  2365. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/toolset_db.py +0 -0
  2366. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/ui_session_utils.py +0 -0
  2367. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/mcp_server/utils.py +0 -0
  2368. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0-f5ilzzi8o3b.js +0 -0
  2369. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/011as3ct2u0nu.js +0 -0
  2370. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/017kxo-8o84bv.js +0 -0
  2371. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/019sqoz4-dmv-.js +0 -0
  2372. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/02-alpsjfp5b7.js +0 -0
  2373. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/030xj-a9q0ur8.js +0 -0
  2374. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/03c3h-nx-fb3y.js +0 -0
  2375. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/041f60v90rjx3.js +0 -0
  2376. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/048wkdcpsnwne.js +0 -0
  2377. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/05_spol1lhi4d.js +0 -0
  2378. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/06sx0oh8weeph.js +0 -0
  2379. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/08ij-khk14ml1.js +0 -0
  2380. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/091ivt7cog4qk.js +0 -0
  2381. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/09l_m9l1emin2.js +0 -0
  2382. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0_6rii-l50y-j.js +0 -0
  2383. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0_8sguvytg2x1.js +0 -0
  2384. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0ab_ntohf1wik.js +0 -0
  2385. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0b1znf8nxl4hl.js +0 -0
  2386. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0b4c0ak_j76h0.js +0 -0
  2387. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0bjrjd8m_hrqn.js +0 -0
  2388. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0cz1d0mv5g_q7.js +0 -0
  2389. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0d0ty29xv4qhj.js +0 -0
  2390. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0dbvgsc7ha049.js +0 -0
  2391. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0dy9qdalpgmgy.js +0 -0
  2392. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0f5fel02jwglw.js +0 -0
  2393. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0fk0i3e2aixp7.js +0 -0
  2394. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0g8wwba6umbim.js +0 -0
  2395. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0g_w4tf2inv3i.js +0 -0
  2396. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0gme6v-5y3nzk.js +0 -0
  2397. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0gylheyn-59ow.js +0 -0
  2398. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0h57y1ta4qvu7.js +0 -0
  2399. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0hpbtid045pqt.js +0 -0
  2400. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0if4h9a-qzqx4.js +0 -0
  2401. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0j0zka6472o9x.js +0 -0
  2402. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0j43vc4hvn3oe.js +0 -0
  2403. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0jjbikxye1xv_.js +0 -0
  2404. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0jl9haj4wjvj5.js +0 -0
  2405. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0kap_rdm2-lem.js +0 -0
  2406. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0kh_psr3nv1op.js +0 -0
  2407. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0l9ditwxvhpn1.js +0 -0
  2408. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0leyx56fq50zn.js +0 -0
  2409. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0lf6n96uy4q27.js +0 -0
  2410. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0loc8uj1bnm8z.js +0 -0
  2411. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0nesv-d0yi5qx.js +0 -0
  2412. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0ogb-9-3ton7v.js +0 -0
  2413. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0qf84m09hg_q8.js +0 -0
  2414. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0r0okx31djc7i.js +0 -0
  2415. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0r64xu-d82s-k.js +0 -0
  2416. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0r9-qx6h8pzi9.js +0 -0
  2417. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0rl2xy183kl60.js +0 -0
  2418. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0sg662d5ofto5.js +0 -0
  2419. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0srhn6kw2-84t.js +0 -0
  2420. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0svq1toffuq0t.js +0 -0
  2421. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0t3wvditulk42.js +0 -0
  2422. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0vggytdohwe7o.js +0 -0
  2423. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0vvnul8uez9kj.js +0 -0
  2424. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0vy1xco-h4341.js +0 -0
  2425. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0wg3l8hjyxbxn.js +0 -0
  2426. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0wo6dp1zxhzve.js +0 -0
  2427. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0xdyd1ugewdig.js +0 -0
  2428. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0xe5a5jl_1i01.js +0 -0
  2429. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0xinyyyqbre85.js +0 -0
  2430. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0xjk1zli6gx8x.js +0 -0
  2431. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/0xu-p94boe99i.js +0 -0
  2432. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1-l7r14hae_4p.js +0 -0
  2433. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/105643dvf00hu.js +0 -0
  2434. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/10a52e2am2nh_.js +0 -0
  2435. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/112n0hv3cc2rg.js +0 -0
  2436. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/118otmxezkouq.js +0 -0
  2437. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/11f7pk3f8kvvz.js +0 -0
  2438. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/12-bl9aesgwlz.js +0 -0
  2439. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/12gco0szy9t4d.js +0 -0
  2440. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/12sgb75zwswmf.js +0 -0
  2441. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/12wsfsljxg4xv.js +0 -0
  2442. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/12xzclxtit2xd.js +0 -0
  2443. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/158hzm9dlxljf.js +0 -0
  2444. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/15otbvsxqrjfa.js +0 -0
  2445. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/15ub64df5ezyq.js +0 -0
  2446. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/17-6zku8f68gf.js +0 -0
  2447. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/17o_-usnd8xl2.js +0 -0
  2448. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/189dukaka83xf.js +0 -0
  2449. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/18k7rz94x9_2w.js +0 -0
  2450. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/18wkke_o3faz6.js +0 -0
  2451. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/199uwr871eene.js +0 -0
  2452. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1_a33o8xbagro.js +0 -0
  2453. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1_kqwi-c7z3e9.js +0 -0
  2454. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1_y65bkmye44e.js +0 -0
  2455. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1aafdh2uz-2dg.js +0 -0
  2456. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1alrb0xib8wmc.js +0 -0
  2457. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1azbeyb626rh5.js +0 -0
  2458. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1b07b0th52bex.js +0 -0
  2459. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1b1hs67nge5rp.js +0 -0
  2460. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1b9wu3j8gfarx.js +0 -0
  2461. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1bwzei67lb34f.js +0 -0
  2462. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1cea03gg5a_c7.js +0 -0
  2463. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1cxh_872fns6u.js +0 -0
  2464. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1dlz4j3ueygzy.js +0 -0
  2465. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1dz5lav3kl0ev.js +0 -0
  2466. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1f-q244f0r0pt.js +0 -0
  2467. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1feu0h7o_y__v.js +0 -0
  2468. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1fsvlo5kqu-2m.js +0 -0
  2469. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1hwtcdfrtoop2.js +0 -0
  2470. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1i3uh_0v3x0m3.js +0 -0
  2471. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1iakmimqrlpn0.js +0 -0
  2472. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1ivfvx86dix7-.js +0 -0
  2473. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1j3d_14ngm-af.js +0 -0
  2474. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1jfookxfajkeo.js +0 -0
  2475. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1jk31lastms2d.js +0 -0
  2476. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1kid9zr1--h6y.css +0 -0
  2477. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1lk_03oxuq_2k.js +0 -0
  2478. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1lndy6n7cwvrq.js +0 -0
  2479. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1lrw-21mmi7hg.js +0 -0
  2480. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1mmprbrq4-2gr.js +0 -0
  2481. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1pbkw-7b5ctl4.css +0 -0
  2482. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1pr-6n9854u49.js +0 -0
  2483. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1r8dr-m94xgwo.js +0 -0
  2484. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1s7600bpu3ujm.js +0 -0
  2485. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1t-d4xiuay30_.js +0 -0
  2486. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1u-z_da077rnf.js +0 -0
  2487. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1u_91ii9-b8x1.js +0 -0
  2488. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1uby87h1dy4u0.js +0 -0
  2489. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1uz3jt-tj9lkf.js +0 -0
  2490. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1v1oh8fp_g-r_.js +0 -0
  2491. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1vquuz09jxl5_.js +0 -0
  2492. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1y596evc77z8d.js +0 -0
  2493. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/1zznuqlfxm47w.js +0 -0
  2494. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/20tbz4la9grhq.js +0 -0
  2495. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/21vtdd_swvbzs.js +0 -0
  2496. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/22a6kuks2ithl.js +0 -0
  2497. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/22m4bb1j3r7zp.js +0 -0
  2498. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/22ujkf10ty06o.js +0 -0
  2499. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/23-g73xaw3kap.js +0 -0
  2500. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2332s62bx26n3.js +0 -0
  2501. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/23gbuag1w8ebq.js +0 -0
  2502. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/243id3jugqr94.js +0 -0
  2503. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/24g1qssdokyok.js +0 -0
  2504. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2647ky-e2mlht.js +0 -0
  2505. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2649p504vhh-y.js +0 -0
  2506. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/26o1fp5v-765p.js +0 -0
  2507. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/26thr492-c8xr.js +0 -0
  2508. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/26y975pl3wgup.js +0 -0
  2509. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/27ycapobchyai.js +0 -0
  2510. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/28hnu_qv5e_c_.js +0 -0
  2511. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/28md7sjkucknx.js +0 -0
  2512. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/28xvozvtocxa0.css +0 -0
  2513. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/295q2m2m31tsh.js +0 -0
  2514. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2bej9fc7jzdr4.js +0 -0
  2515. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2c90xukbd3il6.js +0 -0
  2516. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2cngn5bal3278.js +0 -0
  2517. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2co6u9hlpqnbf.js +0 -0
  2518. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2cps1n4fsjn3x.js +0 -0
  2519. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2eova-n8-0gr2.js +0 -0
  2520. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2ezbbnewrnss1.js +0 -0
  2521. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2f056205yqq_w.js +0 -0
  2522. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2fckmmo55b3as.js +0 -0
  2523. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2ghof0nt7xbjx.js +0 -0
  2524. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2h05j6f6btioc.js +0 -0
  2525. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2hu1vyy-5pv13.js +0 -0
  2526. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2ik5hi7wloa-i.js +0 -0
  2527. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2jc63qok2j77n.js +0 -0
  2528. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2l12-7bw-d7fj.js +0 -0
  2529. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2lmbrl05dz2hg.js +0 -0
  2530. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2lwlh0j9t_33w.js +0 -0
  2531. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2m04pnthaoc-y.js +0 -0
  2532. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2m0_88ia6ych8.js +0 -0
  2533. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2mbvxoq1hpuoc.js +0 -0
  2534. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2mitkxj9d5zwo.js +0 -0
  2535. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2nxf4drp1haan.js +0 -0
  2536. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2o5o2_oquju9d.js +0 -0
  2537. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2prue8z2y58db.js +0 -0
  2538. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2q3uods7pdkez.js +0 -0
  2539. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2reygs7a48uqw.js +0 -0
  2540. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2rq8yc88w8h8j.js +0 -0
  2541. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2rr1v94v_-ef6.js +0 -0
  2542. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2snefsd_3bsd3.js +0 -0
  2543. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2tjbx1ci53n8v.js +0 -0
  2544. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2tjja2ww314ou.js +0 -0
  2545. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2u8dmbds21fb-.js +0 -0
  2546. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2uc2pi4ob086w.js +0 -0
  2547. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2up3bks93iqds.js +0 -0
  2548. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2uxr5g5g1702h.js +0 -0
  2549. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2vnpyhxoamx0f.js +0 -0
  2550. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2vt58kys2lptd.js +0 -0
  2551. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2vtkmrasnohgw.js +0 -0
  2552. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2vuo01d0b8c1k.js +0 -0
  2553. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2wt_98_ncupdk.js +0 -0
  2554. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2x2f60ss87d3x.js +0 -0
  2555. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2xu9k8mxe-_ix.js +0 -0
  2556. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2yl1jv4w6po1z.js +0 -0
  2557. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/2z165x3dvxa-h.js +0 -0
  2558. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3-9r9qzlv5bdt.js +0 -0
  2559. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3-_nx473x7j2c.js +0 -0
  2560. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3-wzmn-dwt5nu.js +0 -0
  2561. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/31cwj7vkk3gfz.js +0 -0
  2562. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/31fg2nbw62r7a.js +0 -0
  2563. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/31j2km6tmcwz2.js +0 -0
  2564. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/31lk2x_s20_ak.js +0 -0
  2565. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/31r3thpoatuv0.js +0 -0
  2566. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/323l6h8s7ahat.js +0 -0
  2567. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/32qtbyuu59h5a.js +0 -0
  2568. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/32tzootxu8-6e.js +0 -0
  2569. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3344qh2b2vx_1.js +0 -0
  2570. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/34knt5nwtrci4.js +0 -0
  2571. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/35b6em68yjk2r.js +0 -0
  2572. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/367xbj6_12vhd.js +0 -0
  2573. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3686mcknnkzkg.js +0 -0
  2574. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/37v5ulr6qjozi.js +0 -0
  2575. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3809uirt2jusa.js +0 -0
  2576. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/38lpus9vztuq5.js +0 -0
  2577. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/38tna1p1mxo04.js +0 -0
  2578. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/395p6a6cbvfah.js +0 -0
  2579. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/39hfz67hz-jc-.js +0 -0
  2580. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3_3dj4vdy-3xy.js +0 -0
  2581. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ap0aimtf8chq.js +0 -0
  2582. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3apb-ib1sd3wk.js +0 -0
  2583. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3avwqea26_z-f.js +0 -0
  2584. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3bb2kj7xnythe.js +0 -0
  2585. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3d5jzuznlr5b_.js +0 -0
  2586. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3d_9x-j120y4b.js +0 -0
  2587. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3drq2_k-jeio2.js +0 -0
  2588. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3dz2va-0f12cz.js +0 -0
  2589. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ep2hchavq5wg.js +0 -0
  2590. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3gj-m4kjq0tei.js +0 -0
  2591. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ik9o_1siirtw.js +0 -0
  2592. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3im7o_chegc3_.js +0 -0
  2593. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3j3eozgtz9ocf.js +0 -0
  2594. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3jb7jxq6-i5gb.js +0 -0
  2595. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3jstcofmhxj55.js +0 -0
  2596. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3k_5ut_jcqcga.js +0 -0
  2597. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3kbpzl35w87fs.js +0 -0
  2598. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3kmoa-63y6leb.js +0 -0
  2599. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3mffsbpmoew7e.js +0 -0
  2600. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3mrwpwkrhn-e5.js +0 -0
  2601. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3nc6x0_y5iwnk.js +0 -0
  2602. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3no1--qa7t4-5.js +0 -0
  2603. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3o8olif8ekmc9.js +0 -0
  2604. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3owgij4waou5f.js +0 -0
  2605. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3p3miz_-_fis9.js +0 -0
  2606. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ppnfh2ysdwqp.js +0 -0
  2607. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3pqu9lhvoh1ar.js +0 -0
  2608. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3pt_zrxl3o8n1.js +0 -0
  2609. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3pu9plov1btip.js +0 -0
  2610. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3q5ehgzehcylr.js +0 -0
  2611. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3qivzpqq87ul9.js +0 -0
  2612. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3rx12-hb6x16x.js +0 -0
  2613. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3s7zvty459znj.js +0 -0
  2614. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3siki_esrcnql.js +0 -0
  2615. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3t4iumhktznmc.js +0 -0
  2616. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3u-6f35z0tzpn.js +0 -0
  2617. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ux523o2g33yt.js +0 -0
  2618. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3whurddet72rq.js +0 -0
  2619. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3xi9dzq2-qg67.js +0 -0
  2620. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3xxm0cmx-7yed.js +0 -0
  2621. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3ytz29phknzsy.js +0 -0
  2622. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3z-oetkpttgun.js +0 -0
  2623. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/3z4gd0n2rmqgw.js +0 -0
  2624. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/408ubwat81dum.js +0 -0
  2625. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/41eydn-q2wrd_.js +0 -0
  2626. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/42mnrfftrvhcn.js +0 -0
  2627. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/43hx90fss3e62.js +0 -0
  2628. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/43ka9o8yln4me.js +0 -0
  2629. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/449wfh0q5u-14.js +0 -0
  2630. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/chunks/turbopack-3kyzjll7sv4bd.js +0 -0
  2631. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2 +0 -0
  2632. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2 +0 -0
  2633. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2 +0 -0
  2634. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/5476f68d60460930-s.2uwcyprjm3xu3.woff2 +0 -0
  2635. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 +0 -0
  2636. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2 +0 -0
  2637. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/a2a_agent.14el5-6dflh1h.png +0 -0
  2638. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2 +0 -0
  2639. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/ai21.0m_u-tih8nm0v.svg +0 -0
  2640. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/aim_security.15w_gpz3t43v3.jpeg +0 -0
  2641. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/aiml_api.1dq6dbpwklhlg.svg +0 -0
  2642. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/akto.3jgaivqd683t4.svg +0 -0
  2643. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/anthropic.3s95kgy8jpc64.svg +0 -0
  2644. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/aporia.2e_nhf0zf8oli.png +0 -0
  2645. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/arize.2q0zcoh7v2j00.png +0 -0
  2646. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/assemblyai_small.0w_dslsra91uw.png +0 -0
  2647. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/aws.2vuu_29f0wx7g.svg +0 -0
  2648. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/baseten.41k2lnwp3c5g9.svg +0 -0
  2649. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/bedrock.2vhamxr8q6y4o.svg +0 -0
  2650. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/braintrust.1qnhppdggfxdj.png +0 -0
  2651. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cato_networks.1awrzn_1otwbt.svg +0 -0
  2652. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cerebras.1ur1xyfqk9ncz.svg +0 -0
  2653. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cisco.0pf2ni7nes2im.png +0 -0
  2654. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cloudflare.2n1spdq7u5yki.svg +0 -0
  2655. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cohere.22i3i2e449j5i.svg +0 -0
  2656. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cometapi.3w0xficbg3dkk.svg +0 -0
  2657. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/cursor.1q1ev-_5l7exg.svg +0 -0
  2658. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/databricks.2hiet9qlqzn-g.svg +0 -0
  2659. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/datadog.20j6djly_hrsx.png +0 -0
  2660. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/dataforseo.1g2jptyl8rcb1.png +0 -0
  2661. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/deepgram.3-krp20p_xed3.png +0 -0
  2662. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/deepinfra.3lr_lsr7mhui6.png +0 -0
  2663. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/deepkeep.0k6ge0vqyxdi0.svg +0 -0
  2664. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/deepseek.3n4cu0x32i_7w.svg +0 -0
  2665. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/elevenlabs.2982m_dk2-h_y.png +0 -0
  2666. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/enkrypt_ai.3_-p3-cd2dkrp.avif +0 -0
  2667. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/exa_ai.36h3hrkelbgj-.png +0 -0
  2668. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/fal_ai.3rahrirki8sby.jpg +0 -0
  2669. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/favicon.3arlap5n8tyzg.ico +0 -0
  2670. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/featherless.3hmlef3fhc0h5.svg +0 -0
  2671. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/figma.3-gfkcs78xixl.svg +0 -0
  2672. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/fireworks.3t1b6p8edeqyo.svg +0 -0
  2673. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/friendli.0ymiswh6l35bq.svg +0 -0
  2674. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/galileo.1jnyj81fv75mp.ico +0 -0
  2675. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/github.01qi6qit7j89y.svg +0 -0
  2676. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/github_copilot.3k-8jyadoaq2u.svg +0 -0
  2677. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/gitlab.2a2utw-6akshk.svg +0 -0
  2678. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/gmail.2kxy7ehty9j4p.svg +0 -0
  2679. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/google.3y8ypywwtqob_.svg +0 -0
  2680. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/google_drive.0t6j-2z4psaod.svg +0 -0
  2681. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/google_pse.3hii8gkiytuod.png +0 -0
  2682. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/groq.20csmqzsusp1k.svg +0 -0
  2683. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/guardrails_ai.0c_76h1qg_2ff.jpeg +0 -0
  2684. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/hubspot.21ls0k94wst4x.svg +0 -0
  2685. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/huggingface.1-07ypt9ii_-p.svg +0 -0
  2686. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/hyperbolic.3le20v59sebn8.svg +0 -0
  2687. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/infinity.0s9s12bl4lccx.png +0 -0
  2688. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/javelin.300c2jc378vi4.png +0 -0
  2689. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/jina.0ukab8o-3-5m_.png +0 -0
  2690. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/jira.266jkt8otu3z6.svg +0 -0
  2691. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/lago.146vobxeazdxy.svg +0 -0
  2692. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/lakeraai.2xbgu6-fr-5ca.jpeg +0 -0
  2693. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/lambda.26_vz7cmyuodo.svg +0 -0
  2694. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/langfuse.1y39530irujaj.png +0 -0
  2695. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/langsmith.0cuekyutow5l_.png +0 -0
  2696. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/lasso.1elqma2u3h-qi.png +0 -0
  2697. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/linear.0r-vgi7wxinhb.svg +0 -0
  2698. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/litellm_logo.2q-1n9v95d189.jpg +0 -0
  2699. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/lmstudio.35s3-83mlhcms.svg +0 -0
  2700. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/mcp_logo.008pk5gd77gim.png +0 -0
  2701. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/meta_llama.1kxk24vwsem49.svg +0 -0
  2702. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/microsoft_azure.3626-7zx7wf09.svg +0 -0
  2703. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/milvus.04t2ilugeb7ad.svg +0 -0
  2704. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/minimax.2mfkkqc-lnsen.svg +0 -0
  2705. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/mistral.0n8jv_67hgq4h.svg +0 -0
  2706. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/moonshot.3__i9wvf37ksm.svg +0 -0
  2707. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/morph.2av06eo-t0-ve.svg +0 -0
  2708. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/nebius.2ipf7rmjccira.svg +0 -0
  2709. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/noma_security.07ydrwasze5i8.png +0 -0
  2710. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/notion.3ve1izxfth6xd.svg +0 -0
  2711. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/novita.0_nzmm_rl4lrf.svg +0 -0
  2712. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/nvidia_nim.1fz-5ugf_um0v.svg +0 -0
  2713. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/nvidia_triton.1aotoxig_m2w1.png +0 -0
  2714. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/ollama.144cif369atc5.svg +0 -0
  2715. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/openai_small.3rj8nedgjpevh.svg +0 -0
  2716. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/openmeter.1wzo3xv7qwtb8.png +0 -0
  2717. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/openrouter.1xk7748-_jixf.svg +0 -0
  2718. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/oracle.43kws59xxr8ig.svg +0 -0
  2719. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/otel.1dei3v2u03nit.png +0 -0
  2720. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/palo_alto_networks.3t0xwyuc-6s43.jpeg +0 -0
  2721. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/pangea.0ldsllwi7dvjg.png +0 -0
  2722. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/parallel_ai.0jx5g5pf0u355.png +0 -0
  2723. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/perplexity-ai.2do8hoc8tw__0.svg +0 -0
  2724. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/perplexity.2zhky1a8ufk3x.png +0 -0
  2725. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/pillar.09s1gdql9yppp.jpeg +0 -0
  2726. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/postgresql.0a2k5oak2hvw5.svg +0 -0
  2727. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/prompt_security.34ps_5vqhm25q.png +0 -0
  2728. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/promptguard.0m31gz-559aca.svg +0 -0
  2729. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/qohash.14emr-wtp42k3.jpg +0 -0
  2730. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/qwen.0a49x9i08_0gz.png +0 -0
  2731. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/recraft.2f4cv-c9ad-mo.svg +0 -0
  2732. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/repelloai.3ossrsdbm80kg.png +0 -0
  2733. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/replicate.445bidyix2tyh.svg +0 -0
  2734. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/runway.2zzwye1fddnnn.png +0 -0
  2735. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/s3_vector.1dy8xaiph416k.png +0 -0
  2736. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/salesforce.20dxbd6cxoyl2.svg +0 -0
  2737. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/sambanova.1vcyu0faw1x8h.svg +0 -0
  2738. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/sap.1367hgge0s0xl.png +0 -0
  2739. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/sentry.0i-7ujykfedjd.svg +0 -0
  2740. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/shopify.25i2if4d3gr23.svg +0 -0
  2741. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/slack.01ebucngfr3lq.svg +0 -0
  2742. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/snowflake.2_p8qqpi0r3lr.svg +0 -0
  2743. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/soniox.3nhjmssy7ybh7.svg +0 -0
  2744. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/straiker.0hnk6y758t2jh.svg +0 -0
  2745. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/stripe.3583qhnprkybz.svg +0 -0
  2746. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/tavily.15dorlkyzxydf.png +0 -0
  2747. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/togetherai.1wk-mouzgw5ho.svg +0 -0
  2748. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/topaz.3rjp3zvx4eags.svg +0 -0
  2749. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/twilio.1vmsvt7mb88__.svg +0 -0
  2750. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/v0.15trd3tb1ulop.svg +0 -0
  2751. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/vercel.1mvnwxofolt8y.svg +0 -0
  2752. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/vllm.3_gqby46r7s3x.png +0 -0
  2753. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/volcengine.23ly9ik_qc138.png +0 -0
  2754. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/voyage.0krq6ew-yr8dk.webp +0 -0
  2755. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/watsonx.19rrg39yvhpk8.svg +0 -0
  2756. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/xai.2kc3gjiopn9om.svg +0 -0
  2757. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/xecguard.317q_7yg6brag.svg +0 -0
  2758. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/xinference.063cy_ievvy5u.svg +0 -0
  2759. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/zapier.3q67ovovgk_25.svg +0 -0
  2760. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/_next/static/media/zscaler.42cagyicgk81q.svg +0 -0
  2761. {litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/oyVosX9y3WgWoC7WhbfDU → litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/nrOV1oiwfu81mNwqJNYFg}/_buildManifest.js +0 -0
  2762. {litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/oyVosX9y3WgWoC7WhbfDU → litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/nrOV1oiwfu81mNwqJNYFg}/_clientMiddlewareManifest.js +0 -0
  2763. {litellm-1.96.0.dev1/litellm/proxy/_experimental/out/_next/static/oyVosX9y3WgWoC7WhbfDU → litellm-1.96.0.dev2/litellm/proxy/_experimental/out/_next/static/nrOV1oiwfu81mNwqJNYFg}/_ssgManifest.js +0 -0
  2764. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/audit-logs-preview.png +0 -0
  2765. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/a2a_agent.png +0 -0
  2766. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/ai21.svg +0 -0
  2767. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/aim_logo.jpeg +0 -0
  2768. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/aim_security.jpeg +0 -0
  2769. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/aiml_api.svg +0 -0
  2770. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/akto.svg +0 -0
  2771. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/anthropic.svg +0 -0
  2772. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/aporia.png +0 -0
  2773. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/arize.png +0 -0
  2774. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/assemblyai_small.png +0 -0
  2775. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/aws.svg +0 -0
  2776. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/azure_ai_foundry.png +0 -0
  2777. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/baseten.svg +0 -0
  2778. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/bedrock.svg +0 -0
  2779. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/braintrust.png +0 -0
  2780. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cato_networks.svg +0 -0
  2781. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cerebras.svg +0 -0
  2782. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cisco.png +0 -0
  2783. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cloudflare.svg +0 -0
  2784. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cohere.svg +0 -0
  2785. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cometapi.svg +0 -0
  2786. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/cursor.svg +0 -0
  2787. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/databricks.svg +0 -0
  2788. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/datadog.png +0 -0
  2789. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/dataforseo.png +0 -0
  2790. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/deepgram.png +0 -0
  2791. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/deepinfra.png +0 -0
  2792. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/deepkeep.svg +0 -0
  2793. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/deepseek.svg +0 -0
  2794. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/elevenlabs.png +0 -0
  2795. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/enkrypt_ai.avif +0 -0
  2796. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/exa_ai.png +0 -0
  2797. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/fal_ai.jpg +0 -0
  2798. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/featherless.svg +0 -0
  2799. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/figma.svg +0 -0
  2800. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/fireworks.svg +0 -0
  2801. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/friendli.svg +0 -0
  2802. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/galileo.ico +0 -0
  2803. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/github.svg +0 -0
  2804. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/github_copilot.svg +0 -0
  2805. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/gitlab.svg +0 -0
  2806. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/gmail.svg +0 -0
  2807. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/google.svg +0 -0
  2808. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/google_drive.svg +0 -0
  2809. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/google_pse.png +0 -0
  2810. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/groq.svg +0 -0
  2811. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/guardrails_ai.jpeg +0 -0
  2812. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/hubspot.svg +0 -0
  2813. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/huggingface.svg +0 -0
  2814. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/hyperbolic.svg +0 -0
  2815. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/infinity.png +0 -0
  2816. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/javelin.png +0 -0
  2817. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/jina.png +0 -0
  2818. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/jira.svg +0 -0
  2819. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/lago.svg +0 -0
  2820. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/lakeraai.jpeg +0 -0
  2821. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/lambda.svg +0 -0
  2822. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/langflow.svg +0 -0
  2823. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/langfuse.png +0 -0
  2824. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/langfuse.svg +0 -0
  2825. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/langgraph.png +0 -0
  2826. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/langsmith.png +0 -0
  2827. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/lasso.png +0 -0
  2828. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/linear.svg +0 -0
  2829. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/litellm.jpg +0 -0
  2830. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/litellm_logo.jpg +0 -0
  2831. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/llm_guard.png +0 -0
  2832. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/lmstudio.svg +0 -0
  2833. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/mcp_logo.png +0 -0
  2834. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/meta_llama.svg +0 -0
  2835. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/microsoft_azure.svg +0 -0
  2836. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/milvus.svg +0 -0
  2837. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/minimax.svg +0 -0
  2838. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/mistral.svg +0 -0
  2839. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/moonshot.svg +0 -0
  2840. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/morph.svg +0 -0
  2841. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/nebius.svg +0 -0
  2842. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/newrelic.png +0 -0
  2843. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/noma_security.png +0 -0
  2844. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/notion.svg +0 -0
  2845. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/novita.svg +0 -0
  2846. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/nvidia_nim.svg +0 -0
  2847. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/nvidia_triton.png +0 -0
  2848. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/ollama.svg +0 -0
  2849. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/openai_small.svg +0 -0
  2850. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/openmeter.png +0 -0
  2851. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/openrouter.svg +0 -0
  2852. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/oracle.svg +0 -0
  2853. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/otel.png +0 -0
  2854. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/palo_alto_networks.jpeg +0 -0
  2855. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/pangea.png +0 -0
  2856. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/parallel_ai.png +0 -0
  2857. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/perplexity-ai.svg +0 -0
  2858. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/perplexity.png +0 -0
  2859. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/pillar.jpeg +0 -0
  2860. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/postgresql.svg +0 -0
  2861. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/presidio.png +0 -0
  2862. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/prompt_security.png +0 -0
  2863. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/promptguard.svg +0 -0
  2864. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/pydantic.svg +0 -0
  2865. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/qohash.jpg +0 -0
  2866. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/qwen.png +0 -0
  2867. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/recraft.svg +0 -0
  2868. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/repelloai.png +0 -0
  2869. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/replicate.svg +0 -0
  2870. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/runway.png +0 -0
  2871. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/s3_vector.png +0 -0
  2872. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/salesforce.svg +0 -0
  2873. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/sambanova.svg +0 -0
  2874. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/sap.png +0 -0
  2875. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/search1api.png +0 -0
  2876. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/secret_detect.png +0 -0
  2877. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/sentry.svg +0 -0
  2878. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/shopify.svg +0 -0
  2879. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/slack.svg +0 -0
  2880. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/snowflake.svg +0 -0
  2881. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/soniox.svg +0 -0
  2882. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/straiker.svg +0 -0
  2883. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/stripe.svg +0 -0
  2884. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/tavily.png +0 -0
  2885. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/togetherai.svg +0 -0
  2886. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/topaz.svg +0 -0
  2887. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/twilio.svg +0 -0
  2888. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/v0.svg +0 -0
  2889. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/vercel.svg +0 -0
  2890. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/vllm.png +0 -0
  2891. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/volcengine.png +0 -0
  2892. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/voyage.webp +0 -0
  2893. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/watsonx.svg +0 -0
  2894. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/xai.svg +0 -0
  2895. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/xecguard.svg +0 -0
  2896. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/xinference.svg +0 -0
  2897. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/zapier.svg +0 -0
  2898. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/assets/logos/zscaler.svg +0 -0
  2899. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/favicon.ico +0 -0
  2900. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/next.svg +0 -0
  2901. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/out/vercel.svg +0 -0
  2902. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_experimental/post_call_rules.py +0 -0
  2903. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_lazy_features.py +0 -0
  2904. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_lazy_openapi_snapshot.py +0 -0
  2905. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_logging.py +0 -0
  2906. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_new_new_secret_config.yaml +0 -0
  2907. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_new_secret_config.yaml +0 -0
  2908. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/_super_secret_config.yaml +0 -0
  2909. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/a2a/__init__.py +0 -0
  2910. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/a2a/agent_card.py +0 -0
  2911. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/a2a/discovery.py +0 -0
  2912. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/a2a/endpoints.py +0 -0
  2913. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/a2a/version_convert.py +0 -0
  2914. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/a2a_endpoints.py +0 -0
  2915. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/a2a_routing.py +0 -0
  2916. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/agent_registry.py +0 -0
  2917. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/auth/__init__.py +0 -0
  2918. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/auth/agent_permission_handler.py +0 -0
  2919. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/databricks_oauth.py +0 -0
  2920. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/endpoints.py +0 -0
  2921. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/model_list_helpers.py +0 -0
  2922. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/agent_endpoints/utils.py +0 -0
  2923. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/analytics_endpoints/analytics_endpoints.py +0 -0
  2924. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/analytics_endpoints/cache_activity.py +0 -0
  2925. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/anthropic_endpoints/claude_code_endpoints/__init__.py +0 -0
  2926. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/anthropic_endpoints/claude_code_endpoints/claude_code_marketplace.py +0 -0
  2927. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/anthropic_endpoints/endpoints.py +0 -0
  2928. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/anthropic_endpoints/skills_endpoints.py +0 -0
  2929. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/auth_checks.py +0 -0
  2930. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/auth_checks_organization.py +0 -0
  2931. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/auth_exception_handler.py +0 -0
  2932. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/auth_method.py +0 -0
  2933. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/auth_utils.py +0 -0
  2934. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/budget_throttle.py +0 -0
  2935. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/handle_jwt.py +0 -0
  2936. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/ip_address_utils.py +0 -0
  2937. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/litellm_license.py +0 -0
  2938. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/login_utils.py +0 -0
  2939. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/model_checks.py +0 -0
  2940. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/network.py +0 -0
  2941. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/oauth2_check.py +0 -0
  2942. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/oauth2_proxy_hook.py +0 -0
  2943. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/public_key.pem +0 -0
  2944. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/rds_iam_token.py +0 -0
  2945. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/resolvers/__init__.py +0 -0
  2946. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/resolvers/exceptions.py +0 -0
  2947. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/resolvers/models.py +0 -0
  2948. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/resolvers/store.py +0 -0
  2949. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/roles.py +0 -0
  2950. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/route_checks.py +0 -0
  2951. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/trusted_proxy_utils.py +0 -0
  2952. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/auth/user_api_key_auth.py +0 -0
  2953. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/batches_endpoints/endpoints.py +0 -0
  2954. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/cached_logo.jpg +0 -0
  2955. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/caching_routes.py +0 -0
  2956. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/README.md +0 -0
  2957. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/__init__.py +0 -0
  2958. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/chat.py +0 -0
  2959. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/README.md +0 -0
  2960. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/__init__.py +0 -0
  2961. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/__init__.py +0 -0
  2962. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/agents.py +0 -0
  2963. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/auth.py +0 -0
  2964. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/__init__.py +0 -0
  2965. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/commands.py +0 -0
  2966. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/config.py +0 -0
  2967. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/process.py +0 -0
  2968. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/settings.py +0 -0
  2969. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/autoroute/wizard.py +0 -0
  2970. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/chat.py +0 -0
  2971. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/config.py +0 -0
  2972. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/credentials.py +0 -0
  2973. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/encryption.py +0 -0
  2974. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/http.py +0 -0
  2975. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/keys.py +0 -0
  2976. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/model_groups.py +0 -0
  2977. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/models.py +0 -0
  2978. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/private_json.py +0 -0
  2979. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/teams.py +0 -0
  2980. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/up.py +0 -0
  2981. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/commands/users.py +0 -0
  2982. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/interface.py +0 -0
  2983. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/cli/main.py +0 -0
  2984. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/client.py +0 -0
  2985. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/credentials.py +0 -0
  2986. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/exceptions.py +0 -0
  2987. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/health.py +0 -0
  2988. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/http_client.py +0 -0
  2989. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/keys.py +0 -0
  2990. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/model_groups.py +0 -0
  2991. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/models.py +0 -0
  2992. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/teams.py +0 -0
  2993. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/client/users.py +0 -0
  2994. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/admin_ui_utils.py +0 -0
  2995. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/banner.py +0 -0
  2996. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/cache_coordinator.py +0 -0
  2997. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/cache_pydantic_utils.py +0 -0
  2998. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/callback_utils.py +0 -0
  2999. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/custom_openapi_spec.py +0 -0
  3000. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/debug_utils.py +0 -0
  3001. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/encrypt_decrypt_utils.py +0 -0
  3002. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/expired_ui_session_key_cleanup_manager.py +0 -0
  3003. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/get_routes.py +0 -0
  3004. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/html_forms/cli_sso_success.py +0 -0
  3005. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/html_forms/jwt_display_template.py +0 -0
  3006. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/html_forms/ui_login.py +0 -0
  3007. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/http_parsing_utils.py +0 -0
  3008. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/json_merge_patch.py +0 -0
  3009. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/key_rotation_manager.py +0 -0
  3010. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/load_config_utils.py +0 -0
  3011. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/model_listing_utils.py +0 -0
  3012. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/openai_endpoint_utils.py +0 -0
  3013. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/openapi_schema_compat.py +0 -0
  3014. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/path_utils.py +0 -0
  3015. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/performance_utils.md +0 -0
  3016. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/performance_utils.py +0 -0
  3017. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/proxy_rate_limit_error.py +0 -0
  3018. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/proxy_state.py +0 -0
  3019. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/rbac_utils.py +0 -0
  3020. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/realtime_utils.py +0 -0
  3021. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/reset_budget_job.py +0 -0
  3022. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/resource_ownership.py +0 -0
  3023. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/static_asset_utils.py +0 -0
  3024. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/swagger_utils.py +0 -0
  3025. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/timezone_utils.py +0 -0
  3026. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/common_utils/user_api_key_cache.py +0 -0
  3027. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/compliance_checks.py +0 -0
  3028. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/config_management_endpoints/pass_through_endpoints.py +0 -0
  3029. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/config_resolvers/__init__.py +0 -0
  3030. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/config_resolvers/_descriptors.py +0 -0
  3031. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/config_resolvers/alerting.py +0 -0
  3032. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/config_resolvers/sso.py +0 -0
  3033. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/container_endpoints/__init__.py +0 -0
  3034. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/container_endpoints/endpoints.py +0 -0
  3035. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/container_endpoints/handler_factory.py +0 -0
  3036. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/container_endpoints/ownership.py +0 -0
  3037. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/credential_endpoints/endpoints.py +0 -0
  3038. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/custom_auth_auto.py +0 -0
  3039. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/custom_hooks/custom_ui_sso_hook.py +0 -0
  3040. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/custom_prompt_management.py +0 -0
  3041. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/custom_sso.py +0 -0
  3042. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/custom_validate.py +0 -0
  3043. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/base_client.py +0 -0
  3044. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/check_migration.py +0 -0
  3045. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/create_views.py +0 -0
  3046. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_spend_update_writer.py +0 -0
  3047. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/base_update_queue.py +0 -0
  3048. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/daily_spend_update_queue.py +0 -0
  3049. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/pod_lock_manager.py +0 -0
  3050. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/redis_update_buffer.py +0 -0
  3051. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/spend_log_cleanup.py +0 -0
  3052. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/spend_logs_partition_manager.py +0 -0
  3053. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/spend_update_queue.py +0 -0
  3054. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_transaction_queue/tool_discovery_queue.py +0 -0
  3055. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/db_url_settings.py +0 -0
  3056. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/dynamo_db.py +0 -0
  3057. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/exception_handler.py +0 -0
  3058. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/log_db_metrics.py +0 -0
  3059. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/prisma_client.py +0 -0
  3060. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/query_engine_reaper.py +0 -0
  3061. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/routing_prisma_wrapper.py +0 -0
  3062. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/spend_counter_reseed.py +0 -0
  3063. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/spend_log_tool_index.py +0 -0
  3064. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/db/tool_registry_writer.py +0 -0
  3065. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/dd_span_tagger.py +0 -0
  3066. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/dev_config.yaml +0 -0
  3067. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/discovery_endpoints/README.md +0 -0
  3068. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/discovery_endpoints/__init__.py +0 -0
  3069. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py +0 -0
  3070. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/enterprise_billing/__init__.py +0 -0
  3071. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/enterprise_billing/billing_metrics.py +0 -0
  3072. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/_health_check_test_config.yaml +0 -0
  3073. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/adaptive_router_example.yaml +0 -0
  3074. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/aliases_config.yaml +0 -0
  3075. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/azure_config.yaml +0 -0
  3076. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/bad_schema.prisma +0 -0
  3077. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/code_interpreter_interception_config.yaml +0 -0
  3078. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_auth.py +0 -0
  3079. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_auth_basic.py +0 -0
  3080. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_callbacks.py +0 -0
  3081. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_callbacks1.py +0 -0
  3082. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_guardrail.py +0 -0
  3083. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/custom_handler.py +0 -0
  3084. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/disable_schema_update.yaml +0 -0
  3085. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/enterprise_config.yaml +0 -0
  3086. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/langfuse_config.yaml +0 -0
  3087. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/load_balancer.yaml +0 -0
  3088. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/multi_instance_simple_config.yaml +0 -0
  3089. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/oai_misc_config.yaml +0 -0
  3090. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/opentelemetry_config.yaml +0 -0
  3091. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/otel_test_config.yaml +0 -0
  3092. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/pass_through_config.yaml +0 -0
  3093. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/pipeline_test_guardrails.py +0 -0
  3094. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/reject_clientside_metadata_tags_config.yaml +0 -0
  3095. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/simple_config.yaml +0 -0
  3096. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/spend_tracking_config.yaml +0 -0
  3097. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/store_model_db_config.yaml +0 -0
  3098. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/test_pipeline_config.yaml +0 -0
  3099. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/tool_permission_example.yaml +0 -0
  3100. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/example_config_yaml/websearch_interception_config.yaml +0 -0
  3101. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/fine_tuning_endpoints/endpoints.py +0 -0
  3102. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/google_endpoints/agents_endpoints.py +0 -0
  3103. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/google_endpoints/endpoints.py +0 -0
  3104. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/_content_utils.py +0 -0
  3105. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_helpers.py +0 -0
  3106. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/aim/__init__.py +0 -0
  3107. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/aim/aim.py +0 -0
  3108. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/akto/__init__.py +0 -0
  3109. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/akto/akto.py +0 -0
  3110. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/aporia_ai/__init__.py +0 -0
  3111. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/aporia_ai/aporia_ai.py +0 -0
  3112. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/azure/__init__.py +0 -0
  3113. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/azure/base.py +0 -0
  3114. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/azure/prompt_shield.py +0 -0
  3115. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/azure/text_moderation.py +0 -0
  3116. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +0 -0
  3117. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/block_code_execution/__init__.py +0 -0
  3118. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/block_code_execution/block_code_execution.py +0 -0
  3119. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/cato_networks/__init__.py +0 -0
  3120. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/cato_networks/cato_networks.py +0 -0
  3121. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/__init__.py +0 -0
  3122. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/cisco_ai_defense.py +0 -0
  3123. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/cisco_ai_defense_mcp.py +0 -0
  3124. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/compresr/__init__.py +0 -0
  3125. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/crowdstrike_aidr/__init__.py +0 -0
  3126. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/crowdstrike_aidr/crowdstrike_aidr.py +0 -0
  3127. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_code/__init__.py +0 -0
  3128. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_code/custom_code_guardrail.py +0 -0
  3129. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_code/primitives.py +0 -0
  3130. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_code/response_rejection_code.py +0 -0
  3131. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_code/sandbox.py +0 -0
  3132. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/custom_guardrail.py +0 -0
  3133. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/deepkeep/__init__.py +0 -0
  3134. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/deepkeep/deepkeep.py +0 -0
  3135. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/dynamoai/__init__.py +0 -0
  3136. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/dynamoai/dynamoai.py +0 -0
  3137. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/enkryptai/__init__.py +0 -0
  3138. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/enkryptai/enkryptai.py +0 -0
  3139. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/__init__.py +0 -0
  3140. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/example_config.yaml +0 -0
  3141. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/generic_guardrail_api.py +0 -0
  3142. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/grayswan/__init__.py +0 -0
  3143. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/grayswan/grayswan.py +0 -0
  3144. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/guardrails_ai/__init__.py +0 -0
  3145. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/guardrails_ai/guardrails_ai.py +0 -0
  3146. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/headroom/__init__.py +0 -0
  3147. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/hiddenlayer/__init__.py +0 -0
  3148. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/hiddenlayer/hiddenlayer.py +0 -0
  3149. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/README.md +0 -0
  3150. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/__init__.py +0 -0
  3151. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/example_config.yaml +0 -0
  3152. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py +0 -0
  3153. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/javelin/__init__.py +0 -0
  3154. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/javelin/javelin.py +0 -0
  3155. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/lakera_ai.py +0 -0
  3156. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/lakera_ai_v2.py +0 -0
  3157. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/lasso/__init__.py +0 -0
  3158. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/lasso/lasso.py +0 -0
  3159. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/__init__.py +0 -0
  3160. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/age_discrimination.yaml +0 -0
  3161. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_gender.yaml +0 -0
  3162. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_racial.yaml +0 -0
  3163. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_religious.yaml +0 -0
  3164. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_sexual_orientation.yaml +0 -0
  3165. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_fraud_coaching.yaml +0 -0
  3166. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_medical_advice.yaml +0 -0
  3167. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_phi_disclosure.yaml +0 -0
  3168. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_prior_auth_gaming.yaml +0 -0
  3169. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_system_override.yaml +0 -0
  3170. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml +0 -0
  3171. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_insults.yaml +0 -0
  3172. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_legal_advice.yaml +0 -0
  3173. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_medical_advice.yaml +0 -0
  3174. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/disability.yaml +0 -0
  3175. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/gender_sexual_orientation.yaml +0 -0
  3176. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse.json +0 -0
  3177. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_au.json +0 -0
  3178. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_de.json +0 -0
  3179. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_es.json +0 -0
  3180. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_fr.json +0 -0
  3181. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_child_safety.yaml +0 -0
  3182. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_illegal_weapons.yaml +0 -0
  3183. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_self_harm.yaml +0 -0
  3184. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_violence.yaml +0 -0
  3185. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/military_status.yaml +0 -0
  3186. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_data_exfiltration.yaml +0 -0
  3187. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_jailbreak.yaml +0 -0
  3188. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_malicious_code.yaml +0 -0
  3189. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_sql.yaml +0 -0
  3190. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_system_prompt.yaml +0 -0
  3191. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/religion.yaml +0 -0
  3192. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/__init__.py +0 -0
  3193. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/airline.py +0 -0
  3194. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/base.py +0 -0
  3195. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/major_airlines.json +0 -0
  3196. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py +0 -0
  3197. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/examples/README.md +0 -0
  3198. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_age_discrimination.jsonl +0 -0
  3199. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_fraud_coaching.jsonl +0 -0
  3200. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_medical_advice.jsonl +0 -0
  3201. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_phi_disclosure.jsonl +0 -0
  3202. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_prior_auth_gaming.jsonl +0 -0
  3203. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_system_override.jsonl +0 -0
  3204. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_disability_discrimination.jsonl +0 -0
  3205. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_gender_discrimination.jsonl +0 -0
  3206. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_insults.csv +0 -0
  3207. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_insults.jsonl +0 -0
  3208. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_investment.csv +0 -0
  3209. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_investment.jsonl +0 -0
  3210. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_military_discrimination.jsonl +0 -0
  3211. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_religion_discrimination.jsonl +0 -0
  3212. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/BENCHMARKS.md +0 -0
  3213. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/age_discrimination_cf.json +0 -0
  3214. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_fraud_coaching_cf.json +0 -0
  3215. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_medical_advice_cf.json +0 -0
  3216. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_phi_disclosure_cf.json +0 -0
  3217. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_prior_auth_gaming_cf.json +0 -0
  3218. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_system_override_cf.json +0 -0
  3219. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/disability_discrimination_cf.json +0 -0
  3220. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/gender_discrimination_cf.json +0 -0
  3221. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/insults_cf.json +0 -0
  3222. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/investment_cf.json +0 -0
  3223. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/military_discrimination_cf.json +0 -0
  3224. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/religion_discrimination_cf.json +0 -0
  3225. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/test_eval.py +0 -0
  3226. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/patterns.json +0 -0
  3227. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/patterns.py +0 -0
  3228. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/airline_brand_protection.yaml +0 -0
  3229. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/aviation_safety_topics.yaml +0 -0
  3230. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_biometric_profiling.yaml +0 -0
  3231. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_biometric_profiling_fr.yaml +0 -0
  3232. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_emotion_recognition.yaml +0 -0
  3233. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_emotion_recognition_fr.yaml +0 -0
  3234. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_manipulation.yaml +0 -0
  3235. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_manipulation_fr.yaml +0 -0
  3236. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_social_scoring.yaml +0 -0
  3237. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_social_scoring_fr.yaml +0 -0
  3238. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_vulnerability.yaml +0 -0
  3239. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_vulnerability_fr.yaml +0 -0
  3240. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_article5.yaml +0 -0
  3241. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_article5_fr.yaml +0 -0
  3242. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/prompt_injection.yaml +0 -0
  3243. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_data_governance.yaml +0 -0
  3244. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_fairness_bias.yaml +0 -0
  3245. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_human_oversight.yaml +0 -0
  3246. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_model_security.yaml +0 -0
  3247. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_transparency_explainability.yaml +0 -0
  3248. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_data_transfer.yaml +0 -0
  3249. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_do_not_call.yaml +0 -0
  3250. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_personal_identifiers.yaml +0 -0
  3251. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_profiling_automated_decisions.yaml +0 -0
  3252. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_sensitive_data.yaml +0 -0
  3253. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sql_injection.yaml +0 -0
  3254. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/uae_anti_discrimination.yaml +0 -0
  3255. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/uae_cultural_sensitivity.yaml +0 -0
  3256. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/llm_as_a_judge/__init__.py +0 -0
  3257. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_end_user_permission/__init__.py +0 -0
  3258. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_end_user_permission/mcp_end_user_permission.py +0 -0
  3259. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_jwt_signer/__init__.py +0 -0
  3260. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_jwt_signer/mcp_jwt_signer.py +0 -0
  3261. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_security/__init__.py +0 -0
  3262. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/mcp_security/mcp_security_guardrail.py +0 -0
  3263. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/__init__.py +0 -0
  3264. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/base.py +0 -0
  3265. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/purview_dlp.py +0 -0
  3266. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/model_armor/__init__.py +0 -0
  3267. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/model_armor/file_scanning.py +0 -0
  3268. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/model_armor/model_armor.py +0 -0
  3269. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/noma/__init__.py +0 -0
  3270. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/noma/noma.py +0 -0
  3271. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/noma/noma_v2.py +0 -0
  3272. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/onyx/__init__.py +0 -0
  3273. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/onyx/onyx.py +0 -0
  3274. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/openai/__init__.py +0 -0
  3275. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/openai/base.py +0 -0
  3276. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py +0 -0
  3277. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ovalix/__init__.py +0 -0
  3278. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/ovalix/ovalix.py +0 -0
  3279. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/pangea/__init__.py +0 -0
  3280. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/pangea/pangea.py +0 -0
  3281. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/panw_prisma_airs/__init__.py +0 -0
  3282. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/panw_prisma_airs/panw_prisma_airs.py +0 -0
  3283. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/pillar/__init__.py +0 -0
  3284. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/pillar/pillar.py +0 -0
  3285. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/presidio.py +0 -0
  3286. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/prompt_security/__init__.py +0 -0
  3287. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/prompt_security/prompt_security.py +0 -0
  3288. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/promptguard/__init__.py +0 -0
  3289. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/promptguard/promptguard.py +0 -0
  3290. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/qohash/__init__.py +0 -0
  3291. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/qohash/qohash.py +0 -0
  3292. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/qualifire/__init__.py +0 -0
  3293. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/qualifire/qualifire.py +0 -0
  3294. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/repelloai/__init__.py +0 -0
  3295. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/repelloai/repelloai.py +0 -0
  3296. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/rubrik/__init__.py +0 -0
  3297. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/__init__.py +0 -0
  3298. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_loader.py +0 -0
  3299. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_templates/prompt_injection.yaml +0 -0
  3300. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_templates/sql_injection.yaml +0 -0
  3301. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py +0 -0
  3302. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/singulr/__init__.py +0 -0
  3303. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/singulr/singulr.py +0 -0
  3304. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/straiker/__init__.py +0 -0
  3305. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/straiker/straiker.py +0 -0
  3306. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/tool_permission.py +0 -0
  3307. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/tool_policy/__init__.py +0 -0
  3308. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/tool_policy/tool_policy_guardrail.py +0 -0
  3309. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/unified_guardrail/__init__.py +0 -0
  3310. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/vigil_guard/__init__.py +0 -0
  3311. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/vigil_guard/vigil_guard.py +0 -0
  3312. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/xecguard/__init__.py +0 -0
  3313. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py +0 -0
  3314. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/zscaler_ai_guard/__init__.py +0 -0
  3315. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_hooks/zscaler_ai_guard/zscaler_ai_guard.py +0 -0
  3316. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/guardrail_initializers.py +0 -0
  3317. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/init_guardrails.py +0 -0
  3318. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/tool_name_extraction.py +0 -0
  3319. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/usage_endpoints.py +0 -0
  3320. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/guardrails/usage_tracking.py +0 -0
  3321. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/health_check.py +0 -0
  3322. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/health_check_utils/__init__.py +0 -0
  3323. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/health_check_utils/shared_health_check_manager.py +0 -0
  3324. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/health_endpoints/_health_endpoints.py +0 -0
  3325. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/README.dynamic_rate_limiter_v3.md +0 -0
  3326. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/__init__.py +0 -0
  3327. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/azure_content_safety.py +0 -0
  3328. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/batch_rate_limiter.py +0 -0
  3329. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/batch_redis_get.py +0 -0
  3330. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/cache_control_check.py +0 -0
  3331. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/dynamic_rate_limiter.py +0 -0
  3332. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/example_presidio_ad_hoc_recognizer.json +0 -0
  3333. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/key_management_event_hooks.py +0 -0
  3334. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/litellm_skills/__init__.py +0 -0
  3335. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/litellm_skills/main.py +0 -0
  3336. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/max_budget_limiter.py +0 -0
  3337. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/max_budget_per_session_limiter.py +0 -0
  3338. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/max_iterations_limiter.py +0 -0
  3339. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/mcp_semantic_filter/ARCHITECTURE.md +0 -0
  3340. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/mcp_semantic_filter/__init__.py +0 -0
  3341. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/mcp_semantic_filter/hook.py +0 -0
  3342. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/model_max_budget_limiter.py +0 -0
  3343. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/parallel_request_limiter.py +0 -0
  3344. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/prompt_injection_detection.py +0 -0
  3345. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/proxy_track_cost_callback.py +0 -0
  3346. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/rate_limiter_utils.py +0 -0
  3347. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/responses_id_security.py +0 -0
  3348. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/sensitive_data_routing.py +0 -0
  3349. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/hooks/user_management_event_hooks.py +0 -0
  3350. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/image_endpoints/__init__.py +0 -0
  3351. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/image_endpoints/endpoints.py +0 -0
  3352. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/lambda.py +0 -0
  3353. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/llamaguard_prompt.txt +0 -0
  3354. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/logging_endpoints/__init__.py +0 -0
  3355. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/logging_endpoints/callback_logs_endpoints.py +0 -0
  3356. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/logo.jpg +0 -0
  3357. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/access_group_endpoints.py +0 -0
  3358. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/budget_management_endpoints.py +0 -0
  3359. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/cache_settings_endpoints.py +0 -0
  3360. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/callback_management_endpoints.py +0 -0
  3361. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/common_daily_activity.py +0 -0
  3362. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/common_utils.py +0 -0
  3363. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/compliance_endpoints.py +0 -0
  3364. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/config_override_endpoints.py +0 -0
  3365. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/coordination_redis_endpoints.py +0 -0
  3366. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/cost_tracking_settings.py +0 -0
  3367. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/credential_migration.py +0 -0
  3368. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/customer_endpoints.py +0 -0
  3369. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/fallback_management_endpoints.py +0 -0
  3370. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/internal_user_endpoints.py +0 -0
  3371. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/jwt_key_mapping_endpoints.py +0 -0
  3372. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/key_management_endpoints.py +0 -0
  3373. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/management_v1/__init__.py +0 -0
  3374. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/management_v1/common.py +0 -0
  3375. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/management_v1/spend_logs.py +0 -0
  3376. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/mcp_management_endpoints.py +0 -0
  3377. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py +0 -0
  3378. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/model_management_endpoints.py +0 -0
  3379. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/organization_endpoints.py +0 -0
  3380. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/policy_endpoints/__init__.py +0 -0
  3381. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/policy_endpoints/ai_policy_suggester.py +0 -0
  3382. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/policy_endpoints/endpoints.py +0 -0
  3383. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/router_settings_endpoints.py +0 -0
  3384. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/scim/README_SCIM.md +0 -0
  3385. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/scim/scim_transformations.py +0 -0
  3386. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/scim/scim_v2.py +0 -0
  3387. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/sso/__init__.py +0 -0
  3388. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/sso/custom_microsoft_sso.py +0 -0
  3389. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/sso/saml_sso.py +0 -0
  3390. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/sso_helper_utils.py +0 -0
  3391. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/tag_management_endpoints.py +0 -0
  3392. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/team_callback_endpoints.py +0 -0
  3393. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/team_endpoints.py +0 -0
  3394. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/tool_management_endpoints.py +0 -0
  3395. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/types.py +0 -0
  3396. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/ui_sso.py +0 -0
  3397. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/usage_endpoints/__init__.py +0 -0
  3398. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/usage_endpoints/ai_usage_chat.py +0 -0
  3399. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/usage_endpoints/endpoints.py +0 -0
  3400. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/user_agent_analytics_endpoints.py +0 -0
  3401. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_endpoints/workflow_management_endpoints.py +0 -0
  3402. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_helpers/audit_logs.py +0 -0
  3403. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_helpers/object_permission_utils.py +0 -0
  3404. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_helpers/team_member_permission_checks.py +0 -0
  3405. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_helpers/user_invitation.py +0 -0
  3406. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/management_helpers/utils.py +0 -0
  3407. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/mcp_registry.json +0 -0
  3408. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/mcp_tools.py +0 -0
  3409. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/memory/__init__.py +0 -0
  3410. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/memory/memory_endpoints.py +0 -0
  3411. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/middleware/billable_request_metrics_middleware.py +0 -0
  3412. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/middleware/in_flight_requests_middleware.py +0 -0
  3413. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/middleware/prometheus_auth_middleware.py +0 -0
  3414. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/middleware/request_size_limit_middleware.py +0 -0
  3415. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/middleware/security_headers_middleware.py +0 -0
  3416. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/model_config.yaml +0 -0
  3417. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/ocr_endpoints/__init__.py +0 -0
  3418. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/ocr_endpoints/endpoints.py +0 -0
  3419. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_evals_endpoints/__init__.py +0 -0
  3420. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_evals_endpoints/endpoints.py +0 -0
  3421. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_files_endpoints/common_utils.py +0 -0
  3422. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_files_endpoints/file_content_streaming_handler.py +0 -0
  3423. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_files_endpoints/files_endpoints.py +0 -0
  3424. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openai_files_endpoints/storage_backend_service.py +0 -0
  3425. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openapi.json +0 -0
  3426. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/openapi_registry.json +0 -0
  3427. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/architecture.md +0 -0
  3428. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/common_utils.py +0 -0
  3429. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/jsonpath_extractor.py +0 -0
  3430. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +0 -0
  3431. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/anthropic_passthrough_logging_handler.py +0 -0
  3432. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/assembly_passthrough_logging_handler.py +0 -0
  3433. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/base_passthrough_logging_handler.py +0 -0
  3434. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/cohere_passthrough_logging_handler.py +0 -0
  3435. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/cursor_passthrough_logging_handler.py +0 -0
  3436. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/gemini_passthrough_logging_handler.py +0 -0
  3437. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/openai_passthrough_logging_handler.py +0 -0
  3438. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_ai_live_passthrough_logging_handler.py +0 -0
  3439. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py +0 -0
  3440. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/managed_id_codec.py +0 -0
  3441. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/managed_id_rewriter.py +0 -0
  3442. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py +0 -0
  3443. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/passthrough_endpoint_router.py +0 -0
  3444. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/passthrough_guardrails.py +0 -0
  3445. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/streaming_handler.py +0 -0
  3446. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/success_handler.py +0 -0
  3447. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/pass_through_endpoints/upstream_usage_headers.py +0 -0
  3448. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/plugin_routes.py +0 -0
  3449. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/__init__.py +0 -0
  3450. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/architecture.md +0 -0
  3451. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/condition_evaluator.py +0 -0
  3452. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/init_policies.py +0 -0
  3453. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/pipeline_executor.py +0 -0
  3454. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/policy_matcher.py +0 -0
  3455. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/policy_resolve_endpoints.py +0 -0
  3456. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/policy_resolver.py +0 -0
  3457. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/policy_engine/policy_validator.py +0 -0
  3458. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/post_call_rules.py +0 -0
  3459. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prisma_migration.py +0 -0
  3460. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prometheus_cleanup.py +0 -0
  3461. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prompts/__init__.py +0 -0
  3462. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prompts/init_prompts.py +0 -0
  3463. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prompts/prompt_endpoints.py +0 -0
  3464. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/prompts/prompt_registry.py +0 -0
  3465. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/proxy_cli.py +0 -0
  3466. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/proxy_config.yaml +0 -0
  3467. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/public_endpoints/__init__.py +0 -0
  3468. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/public_endpoints/agent_create_fields.json +0 -0
  3469. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/public_endpoints/provider_create_fields.json +0 -0
  3470. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/public_endpoints/public_endpoints.py +0 -0
  3471. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/rag_endpoints/__init__.py +0 -0
  3472. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/rag_endpoints/endpoints.py +0 -0
  3473. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/read_model_list.py +0 -0
  3474. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/realtime_endpoints/__init__.py +0 -0
  3475. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/realtime_endpoints/endpoints.py +0 -0
  3476. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/rerank_endpoints/endpoints.py +0 -0
  3477. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/response_api_endpoints/endpoints.py +0 -0
  3478. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/response_polling/__init__.py +0 -0
  3479. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/response_polling/background_streaming.py +0 -0
  3480. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/response_polling/polling_handler.py +0 -0
  3481. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/route_llm_request.py +0 -0
  3482. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/schema.prisma +0 -0
  3483. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/search_endpoints/__init__.py +0 -0
  3484. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/search_endpoints/endpoints.py +0 -0
  3485. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/search_endpoints/search_tool_management.py +0 -0
  3486. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/search_endpoints/search_tool_registry.py +0 -0
  3487. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/shutdown/__init__.py +0 -0
  3488. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/shutdown/graceful_shutdown_manager.py +0 -0
  3489. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/budget_reservation.py +0 -0
  3490. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/cloudzero_endpoints.py +0 -0
  3491. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/cold_storage_handler.py +0 -0
  3492. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/compression_savings.py +0 -0
  3493. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/savings.py +0 -0
  3494. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/spend_log_error_logger.py +0 -0
  3495. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/spend_management_endpoints.py +0 -0
  3496. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/spend_tracking/vantage_endpoints.py +0 -0
  3497. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/start.sh +0 -0
  3498. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/swagger/favicon.ico +0 -0
  3499. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/swagger/favicon.png +0 -0
  3500. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/swagger/swagger-ui-bundle.js +0 -0
  3501. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/swagger/swagger-ui.css +0 -0
  3502. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/test_prompts/test_hello_world_prompt.prompt +0 -0
  3503. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/types_utils/README.md +0 -0
  3504. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/types_utils/utils.py +0 -0
  3505. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/ui_crud_endpoints/__init__.py +0 -0
  3506. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py +0 -0
  3507. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vector_store_endpoints/endpoints.py +0 -0
  3508. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vector_store_endpoints/management_endpoints.py +0 -0
  3509. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vector_store_endpoints/utils.py +0 -0
  3510. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vector_store_files_endpoints/__init__.py +0 -0
  3511. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vector_store_files_endpoints/endpoints.py +0 -0
  3512. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/vertex_ai_endpoints/langfuse_endpoints.py +0 -0
  3513. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/video_endpoints/__init__.py +0 -0
  3514. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/video_endpoints/endpoints.py +0 -0
  3515. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/video_endpoints/utils.py +0 -0
  3516. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/wildcard_config.yaml +0 -0
  3517. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy/workflows/README.md +0 -0
  3518. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy_auth/__init__.py +0 -0
  3519. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/proxy_auth/credentials.py +0 -0
  3520. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/py.typed +0 -0
  3521. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/__init__.py +0 -0
  3522. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/__init__.py +0 -0
  3523. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/base_ingestion.py +0 -0
  3524. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/bedrock_ingestion.py +0 -0
  3525. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/file_parsers/__init__.py +0 -0
  3526. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/file_parsers/pdf_parser.py +0 -0
  3527. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/gemini_ingestion.py +0 -0
  3528. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/openai_ingestion.py +0 -0
  3529. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/s3_vectors_ingestion.py +0 -0
  3530. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/ingestion/vertex_ai_ingestion.py +0 -0
  3531. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/main.py +0 -0
  3532. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/rag_query.py +0 -0
  3533. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/text_splitters/__init__.py +0 -0
  3534. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/text_splitters/recursive_character_text_splitter.py +0 -0
  3535. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rag/utils.py +0 -0
  3536. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/realtime_api/README.md +0 -0
  3537. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/realtime_api/main.py +0 -0
  3538. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/__init__.py +0 -0
  3539. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/base_repository.py +0 -0
  3540. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/budget_repository.py +0 -0
  3541. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/config_repository.py +0 -0
  3542. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/credentials_repository.py +0 -0
  3543. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/model_repository.py +0 -0
  3544. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/object_permission_repository.py +0 -0
  3545. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/organization_repository.py +0 -0
  3546. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/project_repository.py +0 -0
  3547. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/table_repositories.py +0 -0
  3548. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/team_repository.py +0 -0
  3549. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/user_repository.py +0 -0
  3550. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/repositories/verification_token_repository.py +0 -0
  3551. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rerank_api/main.py +0 -0
  3552. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rerank_api/rerank_utils.py +0 -0
  3553. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/file_search/__init__.py +0 -0
  3554. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/file_search/emulated_handler.py +0 -0
  3555. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/litellm_completion_transformation/custom_tools.py +0 -0
  3556. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/litellm_completion_transformation/handler.py +0 -0
  3557. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/litellm_completion_transformation/session_handler.py +0 -0
  3558. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/litellm_completion_transformation/streaming_iterator.py +0 -0
  3559. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/litellm_completion_transformation/transformation.py +0 -0
  3560. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/main.py +0 -0
  3561. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/mcp/chat_completions_handler.py +0 -0
  3562. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/mcp/litellm_proxy_mcp_handler.py +0 -0
  3563. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/mcp/mcp_streaming_iterator.py +0 -0
  3564. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/mcp/request_context.py +0 -0
  3565. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/sse_output_recovery.py +0 -0
  3566. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/responses/utils.py +0 -0
  3567. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router.py +0 -0
  3568. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/README.md +0 -0
  3569. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/__init__.py +0 -0
  3570. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/adaptive_router.py +0 -0
  3571. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/bandit.py +0 -0
  3572. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/classifier.py +0 -0
  3573. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/config.py +0 -0
  3574. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/hooks.py +0 -0
  3575. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/signals.py +0 -0
  3576. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/adaptive_router/update_queue.py +0 -0
  3577. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/auto_router/auto_router.py +0 -0
  3578. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/auto_router/litellm_encoder.py +0 -0
  3579. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/base_routing_strategy.py +0 -0
  3580. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/budget_limiter.py +0 -0
  3581. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/complexity_router/README.md +0 -0
  3582. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/complexity_router/__init__.py +0 -0
  3583. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/complexity_router/evals/__init__.py +0 -0
  3584. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/complexity_router/evals/eval_complexity_router.py +0 -0
  3585. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/lar1_routing.py +0 -0
  3586. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/least_busy.py +0 -0
  3587. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/lowest_cost.py +0 -0
  3588. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/lowest_latency.py +0 -0
  3589. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/lowest_tpm_rpm.py +0 -0
  3590. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/lowest_tpm_rpm_v2.py +0 -0
  3591. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/quality_router/__init__.py +0 -0
  3592. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/quality_router/config.py +0 -0
  3593. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/quality_router/quality_router.py +0 -0
  3594. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/simple_shuffle.py +0 -0
  3595. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_strategy/tag_based_routing.py +0 -0
  3596. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/add_retry_fallback_headers.py +0 -0
  3597. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/auto_router_model_naming.py +0 -0
  3598. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/batch_utils.py +0 -0
  3599. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/client_initalization_utils.py +0 -0
  3600. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/clientside_credential_handler.py +0 -0
  3601. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/common_utils.py +0 -0
  3602. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/cooldown_cache.py +0 -0
  3603. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/cooldown_callbacks.py +0 -0
  3604. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/cooldown_handlers.py +0 -0
  3605. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/fallback_event_handlers.py +0 -0
  3606. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/get_retry_from_policy.py +0 -0
  3607. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/handle_error.py +0 -0
  3608. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/health_state_cache.py +0 -0
  3609. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pattern_match_deployments.py +0 -0
  3610. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/deployment_affinity_check.py +0 -0
  3611. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/encrypted_content_affinity_check.py +0 -0
  3612. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/io_token_rate_limit_check.py +0 -0
  3613. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/model_rate_limit_check.py +0 -0
  3614. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/prompt_caching_deployment_check.py +0 -0
  3615. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/pre_call_checks/responses_api_deployment_check.py +0 -0
  3616. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/prompt_caching_cache.py +0 -0
  3617. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/response_headers.py +0 -0
  3618. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/router_callbacks/track_deployment_metrics.py +0 -0
  3619. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/router_utils/search_api_router.py +0 -0
  3620. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/__init__.py +0 -0
  3621. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/loader.py +0 -0
  3622. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/messages.py +0 -0
  3623. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/ocr.py +0 -0
  3624. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/responses_websocket.py +0 -0
  3625. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/timeouts.py +0 -0
  3626. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/rust_bridge/transcription.py +0 -0
  3627. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/sandbox/__init__.py +0 -0
  3628. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/sandbox/main.py +0 -0
  3629. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/sandbox/sandbox_tools.py +0 -0
  3630. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/scheduler.py +0 -0
  3631. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/search/__init__.py +0 -0
  3632. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/search/cost_calculator.py +0 -0
  3633. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/search/main.py +0 -0
  3634. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/Readme.md +0 -0
  3635. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/aws_secret_manager.py +0 -0
  3636. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/aws_secret_manager_v2.py +0 -0
  3637. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/base_secret_manager.py +0 -0
  3638. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/custom_secret_manager_loader.py +0 -0
  3639. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/cyberark_secret_manager.py +0 -0
  3640. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/get_azure_ad_token_provider.py +0 -0
  3641. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/google_kms.py +0 -0
  3642. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/google_secret_manager.py +0 -0
  3643. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/hashicorp_secret_manager.py +0 -0
  3644. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/main.py +0 -0
  3645. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/secret_managers/secret_manager_handler.py +0 -0
  3646. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/setup_wizard.py +0 -0
  3647. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/skills/__init__.py +0 -0
  3648. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/skills/main.py +0 -0
  3649. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/timeout.py +0 -0
  3650. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/access_group.py +0 -0
  3651. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/adapter.py +0 -0
  3652. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/agents.py +0 -0
  3653. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/caching.py +0 -0
  3654. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/completion.py +0 -0
  3655. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/compression.py +0 -0
  3656. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/containers/main.py +0 -0
  3657. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/embedding.py +0 -0
  3658. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/files.py +0 -0
  3659. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/fine_tuning.py +0 -0
  3660. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/google_genai/__init__.py +0 -0
  3661. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/google_genai/main.py +0 -0
  3662. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/guardrails.py +0 -0
  3663. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/images/main.py +0 -0
  3664. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/anthropic_cache_control_hook.py +0 -0
  3665. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/argilla.py +0 -0
  3666. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/arize.py +0 -0
  3667. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/arize_phoenix.py +0 -0
  3668. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/azure_sentinel.py +0 -0
  3669. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/base_health_check.py +0 -0
  3670. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/cloudzero.py +0 -0
  3671. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/code_interpreter_interception.py +0 -0
  3672. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/compression_interception.py +0 -0
  3673. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/custom_logger.py +0 -0
  3674. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/datadog.py +0 -0
  3675. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/datadog_cost_management.py +0 -0
  3676. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/datadog_llm_obs.py +0 -0
  3677. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/datadog_metrics.py +0 -0
  3678. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/gcs_bucket.py +0 -0
  3679. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/langfuse.py +0 -0
  3680. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/langfuse_otel.py +0 -0
  3681. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/langsmith.py +0 -0
  3682. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/newrelic.py +0 -0
  3683. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/pagerduty.py +0 -0
  3684. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/posthog.py +0 -0
  3685. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/prometheus.py +0 -0
  3686. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/rag/bedrock_knowledgebase.py +0 -0
  3687. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/s3_v2.py +0 -0
  3688. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/slack_alerting.py +0 -0
  3689. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/weave_otel.py +0 -0
  3690. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/integrations/websearch_interception.py +0 -0
  3691. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/interactions/README.md +0 -0
  3692. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/interactions/__init__.py +0 -0
  3693. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/interactions/generated.py +0 -0
  3694. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/lar1.py +0 -0
  3695. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/litellm_core_utils/streaming_chunk_builder_utils.py +0 -0
  3696. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/aiml.py +0 -0
  3697. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/anthropic.py +0 -0
  3698. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/anthropic_messages/anthropic_request.py +0 -0
  3699. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/anthropic_messages/anthropic_response.py +0 -0
  3700. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/anthropic_skills.py +0 -0
  3701. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/anthropic_tool_search.py +0 -0
  3702. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/azure.py +0 -0
  3703. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/azure_ai.py +0 -0
  3704. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/base.py +0 -0
  3705. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/bedrock.py +0 -0
  3706. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/bedrock_agentcore.py +0 -0
  3707. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/bedrock_invoke_agents.py +0 -0
  3708. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/cohere.py +0 -0
  3709. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/custom_http.py +0 -0
  3710. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/custom_llm.py +0 -0
  3711. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/databricks.py +0 -0
  3712. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/gemini.py +0 -0
  3713. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/langgraph.py +0 -0
  3714. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/mistral.py +0 -0
  3715. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/oci.py +0 -0
  3716. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/ollama.py +0 -0
  3717. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/openai.py +0 -0
  3718. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/openai_evals.py +0 -0
  3719. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/openrouter.py +0 -0
  3720. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/recraft.py +0 -0
  3721. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/rerank.py +0 -0
  3722. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/stability.py +0 -0
  3723. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/triton.py +0 -0
  3724. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/vertex_ai.py +0 -0
  3725. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/vertex_ai_speech_to_text.py +0 -0
  3726. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/vertex_ai_text_to_speech.py +0 -0
  3727. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/watsonx.py +0 -0
  3728. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/llms/xai.py +0 -0
  3729. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/management_endpoints/__init__.py +0 -0
  3730. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/management_endpoints/cache_settings_endpoints.py +0 -0
  3731. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/management_endpoints/coordination_redis_endpoints.py +0 -0
  3732. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/management_endpoints/router_settings_endpoints.py +0 -0
  3733. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/mcp.py +0 -0
  3734. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/mcp_server/mcp_toolset.py +0 -0
  3735. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/mcp_server/tool_registry.py +0 -0
  3736. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/memory_management.py +0 -0
  3737. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/object_permission.py +0 -0
  3738. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/passthrough_endpoints/assembly_ai.py +0 -0
  3739. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/passthrough_endpoints/pass_through_endpoints.py +0 -0
  3740. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/passthrough_endpoints/vertex_ai.py +0 -0
  3741. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/policy_engine.py +0 -0
  3742. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/prompts/init_prompts.py +0 -0
  3743. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/README.md +0 -0
  3744. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/callback_logs_endpoints.py +0 -0
  3745. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/claude_code_endpoints.py +0 -0
  3746. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/cloudzero_endpoints.py +0 -0
  3747. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/compliance_endpoints.py +0 -0
  3748. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/control_plane_endpoints.py +0 -0
  3749. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/discovery_endpoints/ui_discovery_endpoints.py +0 -0
  3750. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/aim.py +0 -0
  3751. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/akto.py +0 -0
  3752. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/aporia_ai.py +0 -0
  3753. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/azure/azure_prompt_shield.py +0 -0
  3754. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/azure/azure_text_moderation.py +0 -0
  3755. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/azure/base.py +0 -0
  3756. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/base.py +0 -0
  3757. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +0 -0
  3758. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/block_code_execution.py +0 -0
  3759. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/cato_networks.py +0 -0
  3760. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/cisco_ai_defense.py +0 -0
  3761. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/compresr.py +0 -0
  3762. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/crowdstrike_aidr.py +0 -0
  3763. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/deepkeep.py +0 -0
  3764. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/dynamoai.py +0 -0
  3765. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/enkryptai.py +0 -0
  3766. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/generic_guardrail_api.py +0 -0
  3767. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/grayswan.py +0 -0
  3768. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/guardrails_ai.py +0 -0
  3769. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/headroom.py +0 -0
  3770. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/hiddenlayer.py +0 -0
  3771. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/__init__.py +0 -0
  3772. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/base.py +0 -0
  3773. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/ibm_detector.py +0 -0
  3774. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/javelin.py +0 -0
  3775. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/lakera_ai_v2.py +0 -0
  3776. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/lasso.py +0 -0
  3777. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/litellm_content_filter.py +0 -0
  3778. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/mcp_end_user_permission.py +0 -0
  3779. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/model_armor.py +0 -0
  3780. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/noma.py +0 -0
  3781. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/onyx.py +0 -0
  3782. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/openai/openai_moderation.py +0 -0
  3783. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/ovalix.py +0 -0
  3784. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/pangea.py +0 -0
  3785. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/panw_prisma_airs.py +0 -0
  3786. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/pillar.py +0 -0
  3787. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/presidio.py +0 -0
  3788. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/prompt_security.py +0 -0
  3789. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/promptguard.py +0 -0
  3790. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/qohash.py +0 -0
  3791. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/qualifire.py +0 -0
  3792. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/repelloai.py +0 -0
  3793. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/singulr.py +0 -0
  3794. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/straiker.py +0 -0
  3795. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/tool_permission.py +0 -0
  3796. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/vigil_guard.py +0 -0
  3797. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/xecguard.py +0 -0
  3798. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/guardrails/guardrail_hooks/zscaler_ai_guard.py +0 -0
  3799. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/litellm_pre_call_utils.py +0 -0
  3800. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/common_daily_activity.py +0 -0
  3801. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/config_overrides.py +0 -0
  3802. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/customer_endpoints.py +0 -0
  3803. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/internal_user_endpoints.py +0 -0
  3804. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/key_management_endpoints.py +0 -0
  3805. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/management_v1.py +0 -0
  3806. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/model_management_endpoints.py +0 -0
  3807. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/scim_v2.py +0 -0
  3808. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/team_endpoints.py +0 -0
  3809. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/management_endpoints/ui_sso.py +0 -0
  3810. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/model_listing.py +0 -0
  3811. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/policy_engine/__init__.py +0 -0
  3812. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/policy_engine/pipeline_types.py +0 -0
  3813. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/policy_engine/policy_types.py +0 -0
  3814. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/policy_engine/validation_types.py +0 -0
  3815. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/prompt_endpoints.py +0 -0
  3816. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/public_endpoints/public_endpoints.py +0 -0
  3817. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/ui_sso.py +0 -0
  3818. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/proxy/vantage_endpoints.py +0 -0
  3819. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/rag.py +0 -0
  3820. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/realtime.py +0 -0
  3821. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/rerank.py +0 -0
  3822. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/responses/main.py +0 -0
  3823. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/router.py +0 -0
  3824. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/scheduler.py +0 -0
  3825. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/search.py +0 -0
  3826. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/secret_managers/get_azure_ad_token_provider.py +0 -0
  3827. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/secret_managers/main.py +0 -0
  3828. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/services.py +0 -0
  3829. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/tag_management.py +0 -0
  3830. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/tool_management.py +0 -0
  3831. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/vector_store_files.py +0 -0
  3832. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/vector_stores.py +0 -0
  3833. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/videos/main.py +0 -0
  3834. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/types/videos/utils.py +0 -0
  3835. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_store_files/__init__.py +0 -0
  3836. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_store_files/main.py +0 -0
  3837. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_store_files/utils.py +0 -0
  3838. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_stores/__init__.py +0 -0
  3839. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_stores/main.py +0 -0
  3840. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_stores/utils.py +0 -0
  3841. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/vector_stores/vector_store_registry.py +0 -0
  3842. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/videos/__init__.py +0 -0
  3843. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/videos/main.py +0 -0
  3844. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm/videos/utils.py +0 -0
  3845. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/Cargo.lock +0 -0
  3846. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/Cargo.toml +0 -0
  3847. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/AGENTS.md +0 -0
  3848. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/ARCHITECTURE.md +0 -0
  3849. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/Cargo.toml +0 -0
  3850. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/Dockerfile +0 -0
  3851. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/Dockerfile.dockerignore +0 -0
  3852. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/README.md +0 -0
  3853. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/benchmarks/realtime/README.md +0 -0
  3854. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/config.yaml +0 -0
  3855. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/render.yaml +0 -0
  3856. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/common_utils.rs +0 -0
  3857. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/handler.rs +0 -0
  3858. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/hooks.rs +0 -0
  3859. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/mod.rs +0 -0
  3860. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/prepare.rs +0 -0
  3861. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/tests.rs +0 -0
  3862. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/audio_transcription/types.rs +0 -0
  3863. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/auth/mod.rs +0 -0
  3864. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/client.rs +0 -0
  3865. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/constants.rs +0 -0
  3866. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/gil.rs +0 -0
  3867. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/README.md +0 -0
  3868. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/custom_guardrail/mod.rs +0 -0
  3869. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/custom_guardrail/types.rs +0 -0
  3870. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/custom_logger/mod.rs +0 -0
  3871. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/custom_logger/types.rs +0 -0
  3872. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/litellm_python_proxy_api/mod.rs +0 -0
  3873. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/litellm_python_proxy_api/types.rs +0 -0
  3874. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/mod.rs +0 -0
  3875. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/integrations/types.rs +0 -0
  3876. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/audio_transcription.rs +0 -0
  3877. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/mod.rs +0 -0
  3878. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/ocr.rs +0 -0
  3879. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/realtime.rs +0 -0
  3880. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/realtime_pool.rs +0 -0
  3881. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/io/responses_ws.rs +0 -0
  3882. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/lib.rs +0 -0
  3883. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/main.rs +0 -0
  3884. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/common_utils.rs +0 -0
  3885. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/handler.rs +0 -0
  3886. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/hooks.rs +0 -0
  3887. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/mod.rs +0 -0
  3888. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/prepare.rs +0 -0
  3889. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/tests.rs +0 -0
  3890. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/ocr/types.rs +0 -0
  3891. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/python/AGENTS.md +0 -0
  3892. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/python/config.rs +0 -0
  3893. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/python/mod.rs +0 -0
  3894. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/realtime/mod.rs +0 -0
  3895. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/realtime/streaming.rs +0 -0
  3896. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/AGENTS.md +0 -0
  3897. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/gil.rs +0 -0
  3898. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/health.rs +0 -0
  3899. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/messages/mod.rs +0 -0
  3900. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/messages/service.rs +0 -0
  3901. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/mod.rs +0 -0
  3902. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/realtime/README.md +0 -0
  3903. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/realtime/mod.rs +0 -0
  3904. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/realtime/service.rs +0 -0
  3905. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/responses/mod.rs +0 -0
  3906. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/routes/responses/service.rs +0 -0
  3907. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/ai-gateway/src/state.rs +0 -0
  3908. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/AGENTS.md +0 -0
  3909. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/CLAUDE.md +0 -0
  3910. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/Cargo.toml +0 -0
  3911. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/audio_transcription/mod.rs +0 -0
  3912. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/audio_transcription/transformation.rs +0 -0
  3913. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/audio_transcription/types.rs +0 -0
  3914. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/caching/in_memory_cache.rs +0 -0
  3915. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/caching/mod.rs +0 -0
  3916. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/call_lifecycle/README.md +0 -0
  3917. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/call_lifecycle/mod.rs +0 -0
  3918. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/call_lifecycle/types.rs +0 -0
  3919. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/constants.rs +0 -0
  3920. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/error.rs +0 -0
  3921. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/lib.rs +0 -0
  3922. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/client.rs +0 -0
  3923. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/common_utils.rs +0 -0
  3924. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/handler.rs +0 -0
  3925. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/mod.rs +0 -0
  3926. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/prepare.rs +0 -0
  3927. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/tests.rs +0 -0
  3928. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/transformation.rs +0 -0
  3929. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/messages/types.rs +0 -0
  3930. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/ocr/mod.rs +0 -0
  3931. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/ocr/transformation.rs +0 -0
  3932. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/ocr/types.rs +0 -0
  3933. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/anthropic/messages/mod.rs +0 -0
  3934. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/anthropic/messages/transformation.rs +0 -0
  3935. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/anthropic/mod.rs +0 -0
  3936. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/azure_ai/messages/mod.rs +0 -0
  3937. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/azure_ai/messages/transformation.rs +0 -0
  3938. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/azure_ai/mod.rs +0 -0
  3939. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/azure_ai/ocr/mod.rs +0 -0
  3940. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/azure_ai/ocr/transformation.rs +0 -0
  3941. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/bedrock/audio_transcription.rs +0 -0
  3942. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/bedrock/aws_base.rs +0 -0
  3943. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/bedrock/constants.rs +0 -0
  3944. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/bedrock/mod.rs +0 -0
  3945. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/mistral/mod.rs +0 -0
  3946. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/mistral/ocr/mod.rs +0 -0
  3947. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/mistral/ocr/transformation.rs +0 -0
  3948. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/mod.rs +0 -0
  3949. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/openai/mod.rs +0 -0
  3950. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/openai/realtime/mod.rs +0 -0
  3951. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/openai/realtime/transformation.rs +0 -0
  3952. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/openai/responses/mod.rs +0 -0
  3953. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/openai/responses/transformation.rs +0 -0
  3954. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/vertex_ai/mod.rs +0 -0
  3955. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/vertex_ai/ocr/mod.rs +0 -0
  3956. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/providers/vertex_ai/ocr/transformation.rs +0 -0
  3957. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/realtime/mod.rs +0 -0
  3958. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/realtime/transformation.rs +0 -0
  3959. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/realtime/types.rs +0 -0
  3960. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/responses/instrumentation.rs +0 -0
  3961. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/responses/mod.rs +0 -0
  3962. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/responses/types.rs +0 -0
  3963. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/responses/websocket.rs +0 -0
  3964. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/router/deployment.rs +0 -0
  3965. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/router/mod.rs +0 -0
  3966. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/router/strategy/mod.rs +0 -0
  3967. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/router/strategy/simple_shuffle.rs +0 -0
  3968. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/routing_utils/README.md +0 -0
  3969. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/routing_utils/mod.rs +0 -0
  3970. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/src/routing_utils/provider.rs +0 -0
  3971. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/core/tests/workspace_crate_allowlist.rs +0 -0
  3972. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/AGENTS.md +0 -0
  3973. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/CLAUDE.md +0 -0
  3974. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/Cargo.toml +0 -0
  3975. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/build.rs +0 -0
  3976. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/src/gil.rs +0 -0
  3977. {litellm-1.96.0.dev1 → litellm-1.96.0.dev2}/litellm-rust/crates/python-bridge/src/lib.rs +0 -0
@@ -0,0 +1,774 @@
1
+ Metadata-Version: 2.4
2
+ Name: litellm
3
+ Version: 1.96.0.dev2
4
+ Requires-Dist: fastuuid>=0.14.0,<1.0
5
+ Requires-Dist: httpx>=0.28.0,<1.0
6
+ Requires-Dist: openai>=2.20.0,<3.0.0
7
+ Requires-Dist: python-dotenv>=1.0.0,<2.0
8
+ Requires-Dist: tiktoken>=0.8.0,<1.0
9
+ Requires-Dist: importlib-metadata>=8.0.0,<9.0
10
+ Requires-Dist: tokenizers>=0.21.0,<1.0
11
+ Requires-Dist: click>=8.0.0,<9.0
12
+ Requires-Dist: jinja2>=3.1.6,<4.0
13
+ Requires-Dist: aiohttp>=3.10,<4.0
14
+ Requires-Dist: pydantic>=2.10.0,<3.0.0
15
+ Requires-Dist: jsonschema>=4.0.0,<5.0
16
+ Requires-Dist: gunicorn>=23.0.0,<24.0 ; extra == 'proxy'
17
+ Requires-Dist: uvicorn>=0.33.0,<1.0 ; extra == 'proxy'
18
+ Requires-Dist: granian>=2.7.4,<3.0 ; extra == 'proxy'
19
+ Requires-Dist: uvloop>=0.21.0,<1.0 ; sys_platform != 'win32' and extra == 'proxy'
20
+ Requires-Dist: fastapi>=0.136.3,<1.0 ; extra == 'proxy'
21
+ Requires-Dist: starlette>=1.0.1,<2.0 ; extra == 'proxy'
22
+ Requires-Dist: backoff>=2.2.1,<3.0 ; extra == 'proxy'
23
+ Requires-Dist: pyyaml>=6.0.3,<7.0 ; extra == 'proxy'
24
+ Requires-Dist: rq>=2.7.0,<3.0 ; extra == 'proxy'
25
+ Requires-Dist: orjson>=3.11.6,<4.0 ; extra == 'proxy'
26
+ Requires-Dist: apscheduler>=3.11.2,<4.0 ; extra == 'proxy'
27
+ Requires-Dist: fastapi-sso>=0.19.0,<1.0 ; extra == 'proxy'
28
+ Requires-Dist: pyjwt>=2.13.0,<3.0 ; extra == 'proxy'
29
+ Requires-Dist: python-multipart>=0.0.27,<1.0 ; extra == 'proxy'
30
+ Requires-Dist: cryptography>=48.0.1,<49.0 ; extra == 'proxy'
31
+ Requires-Dist: pynacl>=1.6.2,<2.0 ; extra == 'proxy'
32
+ Requires-Dist: websockets>=15.0.1,<16.0 ; extra == 'proxy'
33
+ Requires-Dist: boto3>=1.43.1,<2.0 ; extra == 'proxy'
34
+ Requires-Dist: azure-identity>=1.25.2,<2.0 ; extra == 'proxy'
35
+ Requires-Dist: azure-storage-blob>=12.28.0,<13.0 ; extra == 'proxy'
36
+ Requires-Dist: mcp>=1.28.1,<2.0 ; extra == 'proxy'
37
+ Requires-Dist: litellm-proxy-extras==0.4.81 ; extra == 'proxy'
38
+ Requires-Dist: litellm-enterprise==0.1.52 ; extra == 'proxy'
39
+ Requires-Dist: restrictedpython>=8.1,<9.0 ; extra == 'proxy'
40
+ Requires-Dist: rich>=13.9.4,<14.0 ; extra == 'proxy'
41
+ Requires-Dist: inquirerpy>=0.3.4,<1.0 ; extra == 'proxy'
42
+ Requires-Dist: polars>=1.38.1,<2.0 ; extra == 'proxy'
43
+ Requires-Dist: soundfile>=0.12.1,<1.0 ; extra == 'proxy'
44
+ Requires-Dist: pyroscope-io>=0.8.16,<1.0 ; sys_platform != 'win32' and extra == 'proxy'
45
+ Requires-Dist: pydantic-settings>=2.14.1,<3.0 ; extra == 'proxy'
46
+ Requires-Dist: expression>=5.6.0,<6.0 ; extra == 'proxy'
47
+ Requires-Dist: rich>=13.9.4,<14.0 ; extra == 'cli'
48
+ Requires-Dist: pyyaml>=6.0.3,<7.0 ; extra == 'cli'
49
+ Requires-Dist: requests>=2.32.0,<3.0 ; extra == 'cli'
50
+ Requires-Dist: inquirerpy>=0.3.4,<1.0 ; extra == 'cli'
51
+ Requires-Dist: prisma>=0.11.0,<1.0 ; extra == 'extra-proxy'
52
+ Requires-Dist: azure-identity>=1.25.2,<2.0 ; extra == 'extra-proxy'
53
+ Requires-Dist: azure-keyvault-secrets>=4.10.0,<5.0 ; extra == 'extra-proxy'
54
+ Requires-Dist: google-cloud-kms>=2.24.2,<3.0 ; extra == 'extra-proxy'
55
+ Requires-Dist: google-cloud-iam>=2.19.1,<3.0 ; extra == 'extra-proxy'
56
+ Requires-Dist: resend>=2.23.0,<3.0 ; extra == 'extra-proxy'
57
+ Requires-Dist: redisvl>=0.4.1,<1.0 ; extra == 'extra-proxy'
58
+ Requires-Dist: a2a-sdk>=1.1.0,<2.0 ; extra == 'extra-proxy'
59
+ Requires-Dist: numpydoc>=1.8.0,<2.0 ; extra == 'utils'
60
+ Requires-Dist: diskcache>=5.6.3,<6.0 ; extra == 'caching'
61
+ Requires-Dist: python3-saml>=1.16.0,<2.0 ; extra == 'saml'
62
+ Requires-Dist: semantic-router>=0.1.15,<1.0 ; python_full_version < '3.14' and extra == 'semantic-router'
63
+ Requires-Dist: aurelio-sdk>=0.0.19,<1.0 ; python_full_version < '3.14' and extra == 'semantic-router'
64
+ Requires-Dist: mlflow>=3.11.1,<4.0 ; extra == 'mlflow'
65
+ Requires-Dist: grpcio==1.78.0 ; extra == 'grpc'
66
+ Requires-Dist: nvidia-riva-client>=2.15.0 ; extra == 'stt-nvidia-riva'
67
+ Requires-Dist: soundfile>=0.12.1 ; extra == 'stt-nvidia-riva'
68
+ Requires-Dist: audioread>=3.0.1 ; extra == 'stt-nvidia-riva'
69
+ Requires-Dist: numpy>=1.26.0 ; extra == 'stt-nvidia-riva'
70
+ Requires-Dist: google-cloud-aiplatform>=1.133.0,<2.0 ; extra == 'google'
71
+ Requires-Dist: aws-sdk-bedrock-runtime>=0.7.0,<0.8.0 ; python_full_version >= '3.12' and extra == 'bedrock-realtime'
72
+ Requires-Dist: google-cloud-aiplatform>=1.133.0,<2.0 ; extra == 'proxy-runtime'
73
+ Requires-Dist: google-genai>=1.37.0,<2.0 ; extra == 'proxy-runtime'
74
+ Requires-Dist: anthropic[vertex]>=0.84.0,<1.0 ; extra == 'proxy-runtime'
75
+ Requires-Dist: grpcio==1.78.0 ; extra == 'proxy-runtime'
76
+ Requires-Dist: prometheus-client>=0.20.0,<1.0 ; extra == 'proxy-runtime'
77
+ Requires-Dist: langfuse>=2.59.7,<3.0 ; extra == 'proxy-runtime'
78
+ Requires-Dist: opentelemetry-api==1.28.0 ; extra == 'proxy-runtime'
79
+ Requires-Dist: opentelemetry-sdk==1.28.0 ; extra == 'proxy-runtime'
80
+ Requires-Dist: opentelemetry-exporter-otlp==1.28.0 ; extra == 'proxy-runtime'
81
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.49b0 ; extra == 'proxy-runtime'
82
+ Requires-Dist: ddtrace>=4.8.2,<5.0 ; extra == 'proxy-runtime'
83
+ Requires-Dist: sentry-sdk>=2.21.0,<3.0 ; extra == 'proxy-runtime'
84
+ Requires-Dist: mangum>=0.17.0,<1.0 ; extra == 'proxy-runtime'
85
+ Requires-Dist: azure-ai-contentsafety>=1.0.0,<2.0 ; extra == 'proxy-runtime'
86
+ Requires-Dist: azure-storage-file-datalake>=12.20.0,<13.0 ; extra == 'proxy-runtime'
87
+ Requires-Dist: pypdf>=6.12.0,<7.0 ; extra == 'proxy-runtime'
88
+ Requires-Dist: llm-sandbox>=0.3.39,<1.0 ; extra == 'proxy-runtime'
89
+ Requires-Dist: detect-secrets>=1.5.0,<2.0 ; extra == 'proxy-runtime'
90
+ Provides-Extra: proxy
91
+ Provides-Extra: cli
92
+ Provides-Extra: extra_proxy
93
+ Provides-Extra: utils
94
+ Provides-Extra: caching
95
+ Provides-Extra: saml
96
+ Provides-Extra: semantic-router
97
+ Provides-Extra: mlflow
98
+ Provides-Extra: grpc
99
+ Provides-Extra: stt-nvidia-riva
100
+ Provides-Extra: google
101
+ Provides-Extra: bedrock-realtime
102
+ Provides-Extra: proxy-runtime
103
+ License-File: LICENSE
104
+ Summary: Library to easily interface with LLM API providers
105
+ Author: BerriAI
106
+ License-Expression: MIT
107
+ Requires-Python: >=3.10, <3.15
108
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
109
+ Project-URL: Homepage, https://litellm.ai
110
+ Project-URL: Repository, https://github.com/BerriAI/litellm
111
+ Project-URL: Documentation, https://docs.litellm.ai
112
+
113
+ <h1 align="center">
114
+ 🚅 LiteLLM
115
+ </h1>
116
+ <p align="center">
117
+ <p align="center">LiteLLM AI Gateway
118
+ </p>
119
+ <p align="center">Open Source AI Gateway for 100+ LLMs. Self-hosted. Enterprise-ready. Call any LLM in OpenAI format.</p>
120
+ <p align="center">
121
+ <a href="https://render.com/deploy?repo=https://github.com/BerriAI/litellm" target="_blank" rel="nofollow"><img src="https://render.com/images/deploy-to-render-button.svg" alt="Deploy to Render" height="40"></a>
122
+ <a href="https://railway.com/deploy/RhvhdC?referralCode=7mRv9K&utm_medium=integration&utm_source=template&utm_campaign=generic"><img src="https://railway.com/button.svg" alt="Deploy on Railway" height="40"></a>
123
+ <a href="https://console.aws.amazon.com/cloudshell/home" target="_blank" rel="nofollow"><img src="./.github/deploy-on-aws.png" alt="Deploy on AWS" height="40"></a>
124
+ <a href="https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FBerriAI%2Flitellm&cloudshell_workspace=terraform%2Flitellm%2Fgcp%2Fexamples%2Fdefault&cloudshell_tutorial=TUTORIAL.md&cloudshell_image=gcr.io/ds-artifacts-cloudshell/deploystack_custom_image&shellonly=true" target="_blank" rel="nofollow"><img src="./.github/deploy-on-gcp.png" alt="Deploy on GCP" height="40"></a>
125
+ </p>
126
+ </p>
127
+ <h4 align="center"><a href="https://docs.litellm.ai/docs/simple_proxy" target="_blank">LiteLLM Proxy Server (AI Gateway)</a> | <a href="https://docs.litellm.ai/docs/enterprise#hosted-litellm-proxy" target="_blank"> Hosted Proxy</a> | <a href="https://litellm.ai/enterprise"target="_blank">Enterprise Tier</a> | <a href="https://www.litellm.ai/ai-gateway" target="_blank">Website</a></h4>
128
+ <h4 align="center">
129
+ <a href="https://pypi.org/project/litellm/" target="_blank">
130
+ <img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">
131
+ </a>
132
+ <a href="https://github.com/BerriAI/litellm" target="_blank">
133
+ <img src="https://img.shields.io/github/stars/BerriAI/litellm.svg?style=social" alt="GitHub Stars">
134
+ </a>
135
+ <a href="https://www.ycombinator.com/companies/berriai">
136
+ <img src="https://img.shields.io/badge/Y%20Combinator-W23-orange?style=flat-square" alt="Y Combinator W23">
137
+ </a>
138
+ <a href="https://wa.link/huol9n">
139
+ <img src="https://img.shields.io/static/v1?label=Chat%20on&message=WhatsApp&color=success&logo=WhatsApp&style=flat-square" alt="Whatsapp">
140
+ </a>
141
+ <a href="https://discord.gg/wuPM9dRgDw">
142
+ <img src="https://img.shields.io/static/v1?label=Chat%20on&message=Discord&color=blue&logo=Discord&style=flat-square" alt="Discord">
143
+ </a>
144
+ <a href="https://www.litellm.ai/support">
145
+ <img src="https://img.shields.io/static/v1?label=Chat%20on&message=Slack&color=black&logo=Slack&style=flat-square" alt="Slack">
146
+ </a>
147
+ <a href="https://codspeed.io/BerriAI/litellm?utm_source=badge">
148
+ <img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed"/>
149
+ </a>
150
+ </h4>
151
+
152
+ <img alt="LiteLLM AI Gateway" src="https://github.com/user-attachments/assets/c5ee0412-6fb5-4fb6-ab5b-bafae4209ca6" />
153
+
154
+ ---
155
+
156
+ ## What is LiteLLM
157
+
158
+ LiteLLM is an open source AI Gateway that gives you a single, unified interface to call 100+ LLM providers — OpenAI, Anthropic, Gemini, Bedrock, Azure, and more — using the OpenAI format.
159
+
160
+ Use it as a **Python SDK** for direct library integration, or deploy the **AI Gateway (Proxy Server)** as a centralized service for your team or organization.
161
+
162
+ [**Jump to LiteLLM Proxy (LLM Gateway) Docs**](https://docs.litellm.ai/docs/simple_proxy) <br>
163
+ [**Jump to Supported LLM Providers**](https://docs.litellm.ai/docs/providers)
164
+
165
+ ---
166
+
167
+ ## Why LiteLLM
168
+
169
+ Managing LLM calls across providers gets complicated fast — different SDKs, auth patterns, request formats, and error types for every model. LiteLLM removes that friction:
170
+
171
+ - **Unified API** — one interface for 100+ LLMs, no provider-specific SDK juggling
172
+ - **Drop-in OpenAI compatibility** — swap providers without rewriting your code
173
+ - **Production-ready gateway** — virtual keys, spend tracking, guardrails, load balancing, and an admin dashboard out of the box
174
+ - **8ms P95 latency** at 1k RPS ([benchmarks](https://docs.litellm.ai/docs/benchmarks))
175
+
176
+ ### OSS Adopters
177
+
178
+ <table>
179
+ <tr>
180
+ <td><img height="60" alt="Stripe" src="https://github.com/user-attachments/assets/f7296d4f-9fbd-460d-9d05-e4df31697c4b" /></td>
181
+ <td><img height="60" alt="image" src="https://github.com/user-attachments/assets/436fca71-988b-40bb-b5fe-8450c80fdbd0" /></td>
182
+ <td><img height="60" alt="Google ADK" src="https://github.com/user-attachments/assets/caf270a2-5aee-45c4-8222-41a2070c4f19" /></td>
183
+ <td><img height="60" alt="Greptile" src="https://github.com/user-attachments/assets/3db0ae72-0843-4005-a56d-bba1dde2193d" /></td>
184
+ <td><img height="60" alt="OpenHands" src="https://github.com/user-attachments/assets/a6150c4c-149e-4cae-888b-8b92be6e003f" /></td>
185
+ <td><h2>Netflix</h2></td>
186
+ <td><img height="60" alt="OpenAI Agents SDK" src="https://github.com/user-attachments/assets/c02f7be0-8c2e-4d27-aea7-7c024bfaebc0" /></td>
187
+ </tr>
188
+ </table>
189
+
190
+ ---
191
+
192
+ ## Features
193
+
194
+ <details open>
195
+ <summary><b>LLMs</b> - Call 100+ LLMs (Python SDK + AI Gateway)</summary>
196
+
197
+ [**All Supported Endpoints**](https://docs.litellm.ai/docs/supported_endpoints) - `/chat/completions`, `/responses`, `/embeddings`, `/images`, `/audio`, `/batches`, `/rerank`, `/a2a`, `/messages` and more.
198
+
199
+ ### Python SDK
200
+
201
+ ```shell
202
+ uv add litellm
203
+ ```
204
+
205
+ ```python
206
+ from litellm import completion
207
+ import os
208
+
209
+ os.environ["OPENAI_API_KEY"] = "your-openai-key"
210
+ os.environ["ANTHROPIC_API_KEY"] = "your-anthropic-key"
211
+
212
+ # OpenAI
213
+ response = completion(model="openai/gpt-4o", messages=[{"role": "user", "content": "Hello!"}])
214
+
215
+ # Anthropic
216
+ response = completion(model="anthropic/claude-sonnet-4-20250514", messages=[{"role": "user", "content": "Hello!"}])
217
+ ```
218
+
219
+ ### AI Gateway (Proxy Server)
220
+
221
+ [**Getting Started - E2E Tutorial**](https://docs.litellm.ai/docs/proxy/docker_quick_start) - Setup virtual keys, make your first request
222
+
223
+ ```shell
224
+ uv tool install 'litellm[proxy]'
225
+ litellm --model gpt-4o
226
+ ```
227
+
228
+ ```python
229
+ import openai
230
+
231
+ client = openai.OpenAI(api_key="anything", base_url="http://0.0.0.0:4000")
232
+ response = client.chat.completions.create(
233
+ model="gpt-4o",
234
+ messages=[{"role": "user", "content": "Hello!"}]
235
+ )
236
+ ```
237
+
238
+ [**Docs: LLM Providers**](https://docs.litellm.ai/docs/providers)
239
+
240
+ </details>
241
+
242
+ <details>
243
+ <summary><b>Agents</b> - Invoke A2A Agents (Python SDK + AI Gateway)</summary>
244
+
245
+ [**Supported Providers**](https://docs.litellm.ai/docs/a2a#add-a2a-agents) - LangGraph, Vertex AI Agent Engine, Azure AI Foundry, Bedrock AgentCore, Pydantic AI
246
+
247
+ ### Python SDK - A2A Protocol
248
+
249
+ ```python
250
+ from litellm.a2a_protocol import A2AClient
251
+ from a2a.types import SendMessageRequest, MessageSendParams
252
+ from uuid import uuid4
253
+
254
+ client = A2AClient(base_url="http://localhost:10001")
255
+
256
+ request = SendMessageRequest(
257
+ id=str(uuid4()),
258
+ params=MessageSendParams(
259
+ message={
260
+ "role": "user",
261
+ "parts": [{"kind": "text", "text": "Hello!"}],
262
+ "messageId": uuid4().hex,
263
+ }
264
+ )
265
+ )
266
+ response = await client.send_message(request)
267
+ ```
268
+
269
+ ### AI Gateway (Proxy Server)
270
+
271
+ **Step 1.** [Add your Agent to the AI Gateway](https://docs.litellm.ai/docs/a2a#adding-your-agent) — set `protocolVersion` to `1.0` or `0.3` per agent
272
+
273
+ **Step 2.** Call Agent via A2A SDK (requires `a2a-sdk>=1.1.0`)
274
+
275
+ ```python
276
+ import httpx
277
+ from a2a.client import A2ACardResolver, ClientConfig, ClientFactory
278
+ from a2a.types import Message, Part, Role, SendMessageRequest
279
+ from a2a.utils.constants import TransportProtocol
280
+ from uuid import uuid4
281
+
282
+ base_url = "http://localhost:4000/a2a/my-agent" # LiteLLM proxy + agent name
283
+ headers = {"Authorization": "Bearer sk-1234"} # LiteLLM Virtual Key
284
+
285
+ async with httpx.AsyncClient(headers=headers, timeout=60.0) as http_client:
286
+ resolver = A2ACardResolver(httpx_client=http_client, base_url=base_url)
287
+ agent_card = await resolver.get_agent_card()
288
+ config = ClientConfig(
289
+ httpx_client=http_client,
290
+ streaming=False,
291
+ supported_protocol_bindings=[TransportProtocol.JSONRPC, TransportProtocol.HTTP_JSON],
292
+ )
293
+ client = ClientFactory(config).create(agent_card)
294
+
295
+ request = SendMessageRequest(
296
+ message=Message(
297
+ message_id=uuid4().hex,
298
+ role=Role.ROLE_USER,
299
+ parts=[Part(text="Hello!")],
300
+ )
301
+ )
302
+ async for event in client.send_message(request):
303
+ populated = event.ListFields()
304
+ if populated and populated[0][0].name in ("message", "msg"):
305
+ print("".join(getattr(p, "text", "") or "" for p in populated[0][1].parts))
306
+ ```
307
+
308
+ [**Docs: A2A Agent Gateway**](https://docs.litellm.ai/docs/a2a)
309
+
310
+ </details>
311
+
312
+ <details>
313
+ <summary><b>MCP Tools</b> - Connect MCP servers to any LLM (Python SDK + AI Gateway)</summary>
314
+
315
+ ### Python SDK - MCP Bridge
316
+
317
+ ```python
318
+ from mcp import ClientSession, StdioServerParameters
319
+ from mcp.client.stdio import stdio_client
320
+ from litellm import experimental_mcp_client
321
+ import litellm
322
+
323
+ server_params = StdioServerParameters(command="python", args=["mcp_server.py"])
324
+
325
+ async with stdio_client(server_params) as (read, write):
326
+ async with ClientSession(read, write) as session:
327
+ await session.initialize()
328
+
329
+ # Load MCP tools in OpenAI format
330
+ tools = await experimental_mcp_client.load_mcp_tools(session=session, format="openai")
331
+
332
+ # Use with any LiteLLM model
333
+ response = await litellm.acompletion(
334
+ model="gpt-4o",
335
+ messages=[{"role": "user", "content": "What's 3 + 5?"}],
336
+ tools=tools
337
+ )
338
+ ```
339
+
340
+ ### AI Gateway - MCP Gateway
341
+
342
+ **Step 1.** [Add your MCP Server to the AI Gateway](https://docs.litellm.ai/docs/mcp#adding-your-mcp)
343
+
344
+ **Step 2.** Call MCP tools via `/chat/completions`
345
+
346
+ ```bash
347
+ curl -X POST 'http://0.0.0.0:4000/v1/chat/completions' \
348
+ -H 'Authorization: Bearer sk-1234' \
349
+ -H 'Content-Type: application/json' \
350
+ -d '{
351
+ "model": "gpt-4o",
352
+ "messages": [{"role": "user", "content": "Summarize the latest open PR"}],
353
+ "tools": [{
354
+ "type": "mcp",
355
+ "server_url": "litellm_proxy/mcp/github",
356
+ "server_label": "github_mcp",
357
+ "require_approval": "never"
358
+ }]
359
+ }'
360
+ ```
361
+
362
+ ### Use with Cursor IDE
363
+
364
+ ```json
365
+ {
366
+ "mcpServers": {
367
+ "LiteLLM": {
368
+ "url": "http://localhost:4000/mcp/",
369
+ "headers": {
370
+ "x-litellm-api-key": "Bearer sk-1234"
371
+ }
372
+ }
373
+ }
374
+ }
375
+ ```
376
+
377
+ [**Docs: MCP Gateway**](https://docs.litellm.ai/docs/mcp)
378
+
379
+ </details>
380
+
381
+ ### Supported Providers ([Website Supported Models](https://models.litellm.ai/) | [Docs](https://docs.litellm.ai/docs/providers))
382
+
383
+ | Provider | `/chat/completions` | `/messages` | `/responses` | `/embeddings` | `/image/generations` | `/audio/transcriptions` | `/audio/speech` | `/moderations` | `/batches` | `/rerank` |
384
+ |-------------------------------------------------------------------------------------|---------------------|-------------|--------------|---------------|----------------------|-------------------------|-----------------|----------------|-----------|-----------|
385
+ | [Abliteration (`abliteration`)](https://docs.litellm.ai/docs/providers/abliteration) | ✅ | | | | | | | | | |
386
+ | [AI/ML API (`aiml`)](https://docs.litellm.ai/docs/providers/aiml) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
387
+ | [AI21 (`ai21`)](https://docs.litellm.ai/docs/providers/ai21) | ✅ | ✅ | ✅ | | | | | | | |
388
+ | [AI21 Chat (`ai21_chat`)](https://docs.litellm.ai/docs/providers/ai21) | ✅ | ✅ | ✅ | | | | | | | |
389
+ | [Aleph Alpha](https://docs.litellm.ai/docs/providers/aleph_alpha) | ✅ | ✅ | ✅ | | | | | | | |
390
+ | [Amazon Nova](https://docs.litellm.ai/docs/providers/amazon_nova) | ✅ | ✅ | ✅ | | | | | | | |
391
+ | [Anthropic (`anthropic`)](https://docs.litellm.ai/docs/providers/anthropic) | ✅ | ✅ | ✅ | | | | | | ✅ | |
392
+ | [Anthropic Text (`anthropic_text`)](https://docs.litellm.ai/docs/providers/anthropic) | ✅ | ✅ | ✅ | | | | | | ✅ | |
393
+ | [Anyscale](https://docs.litellm.ai/docs/providers/anyscale) | ✅ | ✅ | ✅ | | | | | | | |
394
+ | [AssemblyAI (`assemblyai`)](https://docs.litellm.ai/docs/pass_through/assembly_ai) | ✅ | ✅ | ✅ | | | ✅ | | | | |
395
+ | [Auto Router (`auto_router`)](https://docs.litellm.ai/docs/proxy/auto_routing) | ✅ | ✅ | ✅ | | | | | | | |
396
+ | [AWS - Bedrock (`bedrock`)](https://docs.litellm.ai/docs/providers/bedrock) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
397
+ | [AWS - Sagemaker (`sagemaker`)](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | ✅ | | | | | | |
398
+ | [Azure (`azure`)](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
399
+ | [Azure AI (`azure_ai`)](https://docs.litellm.ai/docs/providers/azure_ai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
400
+ | [Azure Text (`azure_text`)](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
401
+ | [Baseten (`baseten`)](https://docs.litellm.ai/docs/providers/baseten) | ✅ | ✅ | ✅ | | | | | | | |
402
+ | [Bytez (`bytez`)](https://docs.litellm.ai/docs/providers/bytez) | ✅ | ✅ | ✅ | | | | | | | |
403
+ | [Cerebras (`cerebras`)](https://docs.litellm.ai/docs/providers/cerebras) | ✅ | ✅ | ✅ | | | | | | | |
404
+ | [Clarifai (`clarifai`)](https://docs.litellm.ai/docs/providers/clarifai) | ✅ | ✅ | ✅ | | | | | | | |
405
+ | [Cloudflare AI Workers (`cloudflare`)](https://docs.litellm.ai/docs/providers/cloudflare_workers) | ✅ | ✅ | ✅ | | | | | | | |
406
+ | [Codestral (`codestral`)](https://docs.litellm.ai/docs/providers/codestral) | ✅ | ✅ | ✅ | | | | | | | |
407
+ | [Cohere (`cohere`)](https://docs.litellm.ai/docs/providers/cohere) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
408
+ | [Cohere Chat (`cohere_chat`)](https://docs.litellm.ai/docs/providers/cohere) | ✅ | ✅ | ✅ | | | | | | | |
409
+ | [CometAPI (`cometapi`)](https://docs.litellm.ai/docs/providers/cometapi) | ✅ | ✅ | ✅ | ✅ | | | | | | |
410
+ | [CompactifAI (`compactifai`)](https://docs.litellm.ai/docs/providers/compactifai) | ✅ | ✅ | ✅ | | | | | | | |
411
+ | [Custom (`custom`)](https://docs.litellm.ai/docs/providers/custom_llm_server) | ✅ | ✅ | ✅ | | | | | | | |
412
+ | [Custom OpenAI (`custom_openai`)](https://docs.litellm.ai/docs/providers/openai_compatible) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
413
+ | [Dashscope (`dashscope`)](https://docs.litellm.ai/docs/providers/dashscope) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
414
+ | [Databricks (`databricks`)](https://docs.litellm.ai/docs/providers/databricks) | ✅ | ✅ | ✅ | | | | | | | |
415
+ | [DataRobot (`datarobot`)](https://docs.litellm.ai/docs/providers/datarobot) | ✅ | ✅ | ✅ | | | | | | | |
416
+ | [Deepgram (`deepgram`)](https://docs.litellm.ai/docs/providers/deepgram) | ✅ | ✅ | ✅ | | | ✅ | | | | |
417
+ | [DeepInfra (`deepinfra`)](https://docs.litellm.ai/docs/providers/deepinfra) | ✅ | ✅ | ✅ | | | | | | | |
418
+ | [Deepseek (`deepseek`)](https://docs.litellm.ai/docs/providers/deepseek) | ✅ | ✅ | ✅ | | | | | | | |
419
+ | [ElevenLabs (`elevenlabs`)](https://docs.litellm.ai/docs/providers/elevenlabs) | ✅ | ✅ | ✅ | | | ✅ | ✅ | | | |
420
+ | [Empower (`empower`)](https://docs.litellm.ai/docs/providers/empower) | ✅ | ✅ | ✅ | | | | | | | |
421
+ | [Fal AI (`fal_ai`)](https://docs.litellm.ai/docs/providers/fal_ai) | ✅ | ✅ | ✅ | | ✅ | | | | | |
422
+ | [Featherless AI (`featherless_ai`)](https://docs.litellm.ai/docs/providers/featherless_ai) | ✅ | ✅ | ✅ | | | | | | | |
423
+ | [Fireworks AI (`fireworks_ai`)](https://docs.litellm.ai/docs/providers/fireworks_ai) | ✅ | ✅ | ✅ | | | | | | | |
424
+ | [FriendliAI (`friendliai`)](https://docs.litellm.ai/docs/providers/friendliai) | ✅ | ✅ | ✅ | | | | | | | |
425
+ | [Galadriel (`galadriel`)](https://docs.litellm.ai/docs/providers/galadriel) | ✅ | ✅ | ✅ | | | | | | | |
426
+ | [GitHub Copilot (`github_copilot`)](https://docs.litellm.ai/docs/providers/github_copilot) | ✅ | ✅ | ✅ | ✅ | | | | | | |
427
+ | [GitHub Models (`github`)](https://docs.litellm.ai/docs/providers/github) | ✅ | ✅ | ✅ | | | | | | | |
428
+ | [Google - PaLM](https://docs.litellm.ai/docs/providers/palm) | ✅ | ✅ | ✅ | | | | | | | |
429
+ | [Google - Vertex AI (`vertex_ai`)](https://docs.litellm.ai/docs/providers/vertex) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
430
+ | [Google AI Studio - Gemini (`gemini`)](https://docs.litellm.ai/docs/providers/gemini) | ✅ | ✅ | ✅ | | | | | | | |
431
+ | [GradientAI (`gradient_ai`)](https://docs.litellm.ai/docs/providers/gradient_ai) | ✅ | ✅ | ✅ | | | | | | | |
432
+ | [Groq AI (`groq`)](https://docs.litellm.ai/docs/providers/groq) | ✅ | ✅ | ✅ | | | | | | | |
433
+ | [Heroku (`heroku`)](https://docs.litellm.ai/docs/providers/heroku) | ✅ | ✅ | ✅ | | | | | | | |
434
+ | [Hosted VLLM (`hosted_vllm`)](https://docs.litellm.ai/docs/providers/vllm) | ✅ | ✅ | ✅ | | | | | | | |
435
+ | [Huggingface (`huggingface`)](https://docs.litellm.ai/docs/providers/huggingface) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
436
+ | [Hyperbolic (`hyperbolic`)](https://docs.litellm.ai/docs/providers/hyperbolic) | ✅ | ✅ | ✅ | | | | | | | |
437
+ | [IBM - Watsonx.ai (`watsonx`)](https://docs.litellm.ai/docs/providers/watsonx) | ✅ | ✅ | ✅ | ✅ | | | | | | |
438
+ | [Infinity (`infinity`)](https://docs.litellm.ai/docs/providers/infinity) | | | | ✅ | | | | | | |
439
+ | [Jina AI (`jina_ai`)](https://docs.litellm.ai/docs/providers/jina_ai) | | | | ✅ | | | | | | |
440
+ | [Lambda AI (`lambda_ai`)](https://docs.litellm.ai/docs/providers/lambda_ai) | ✅ | ✅ | ✅ | | | | | | | |
441
+ | [Lemonade (`lemonade`)](https://docs.litellm.ai/docs/providers/lemonade) | ✅ | ✅ | ✅ | | | | | | | |
442
+ | [LiteLLM Proxy (`litellm_proxy`)](https://docs.litellm.ai/docs/providers/litellm_proxy) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
443
+ | [Llamafile (`llamafile`)](https://docs.litellm.ai/docs/providers/llamafile) | ✅ | ✅ | ✅ | | | | | | | |
444
+ | [LM Studio (`lm_studio`)](https://docs.litellm.ai/docs/providers/lm_studio) | ✅ | ✅ | ✅ | | | | | | | |
445
+ | [Maritalk (`maritalk`)](https://docs.litellm.ai/docs/providers/maritalk) | ✅ | ✅ | ✅ | | | | | | | |
446
+ | [Meta - Llama API (`meta_llama`)](https://docs.litellm.ai/docs/providers/meta_llama) | ✅ | ✅ | ✅ | | | | | | | |
447
+ | [Mistral AI API (`mistral`)](https://docs.litellm.ai/docs/providers/mistral) | ✅ | ✅ | ✅ | ✅ | | | | | | |
448
+ | [ModelScope (`modelscope`)](https://docs.litellm.ai/docs/providers/modelscope) | ✅ | ✅ | ✅ | | ✅ | | | | | |
449
+ | [Moonshot (`moonshot`)](https://docs.litellm.ai/docs/providers/moonshot) | ✅ | ✅ | ✅ | | | | | | | |
450
+ | [Morph (`morph`)](https://docs.litellm.ai/docs/providers/morph) | ✅ | ✅ | ✅ | | | | | | | |
451
+ | [Nebius AI Studio (`nebius`)](https://docs.litellm.ai/docs/providers/nebius) | ✅ | ✅ | ✅ | ✅ | | | | | | |
452
+ | [NLP Cloud (`nlp_cloud`)](https://docs.litellm.ai/docs/providers/nlp_cloud) | ✅ | ✅ | ✅ | | | | | | | |
453
+ | [Novita AI (`novita`)](https://novita.ai/models/llm?utm_source=github_litellm&utm_medium=github_readme&utm_campaign=github_link) | ✅ | ✅ | ✅ | | | | | | | |
454
+ | [Nscale (`nscale`)](https://docs.litellm.ai/docs/providers/nscale) | ✅ | ✅ | ✅ | | | | | | | |
455
+ | [Nvidia NIM (`nvidia_nim`)](https://docs.litellm.ai/docs/providers/nvidia_nim) | ✅ | ✅ | ✅ | | | | | | | |
456
+ | [OCI (`oci`)](https://docs.litellm.ai/docs/providers/oci) | ✅ | ✅ | ✅ | | | | | | | |
457
+ | [Ollama (`ollama`)](https://docs.litellm.ai/docs/providers/ollama) | ✅ | ✅ | ✅ | ✅ | | | | | | |
458
+ | [Ollama Chat (`ollama_chat`)](https://docs.litellm.ai/docs/providers/ollama) | ✅ | ✅ | ✅ | | | | | | | |
459
+ | [Oobabooga (`oobabooga`)](https://docs.litellm.ai/docs/providers/openai_compatible) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
460
+ | [OpenAI (`openai`)](https://docs.litellm.ai/docs/providers/openai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
461
+ | [OpenAI-like (`openai_like`)](https://docs.litellm.ai/docs/providers/openai_compatible) | | | | ✅ | | | | | | |
462
+ | [OpenRouter (`openrouter`)](https://docs.litellm.ai/docs/providers/openrouter) | ✅ | ✅ | ✅ | | | | | | | |
463
+ | [OVHCloud AI Endpoints (`ovhcloud`)](https://docs.litellm.ai/docs/providers/ovhcloud) | ✅ | ✅ | ✅ | | | | | | | |
464
+ | [Perplexity AI (`perplexity`)](https://docs.litellm.ai/docs/providers/perplexity) | ✅ | ✅ | ✅ | | | | | | | |
465
+ | [Petals (`petals`)](https://docs.litellm.ai/docs/providers/petals) | ✅ | ✅ | ✅ | | | | | | | |
466
+ | [Pinstripes (`pinstripes`)](https://docs.litellm.ai/docs/providers/pinstripes) | ✅ | ✅ | ✅ | | | | | | | |
467
+ | [Predibase (`predibase`)](https://docs.litellm.ai/docs/providers/predibase) | ✅ | ✅ | ✅ | | | | | | | |
468
+ | [Recraft (`recraft`)](https://docs.litellm.ai/docs/providers/recraft) | | | | | ✅ | | | | | |
469
+ | [Replicate (`replicate`)](https://docs.litellm.ai/docs/providers/replicate) | ✅ | ✅ | ✅ | | | | | | | |
470
+ | [Sagemaker Chat (`sagemaker_chat`)](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | | | | | | | |
471
+ | [Sambanova (`sambanova`)](https://docs.litellm.ai/docs/providers/sambanova) | ✅ | ✅ | ✅ | | | | | | | |
472
+ | [Snowflake (`snowflake`)](https://docs.litellm.ai/docs/providers/snowflake) | ✅ | ✅ | ✅ | | | | | | | |
473
+ | [Text Completion Codestral (`text-completion-codestral`)](https://docs.litellm.ai/docs/providers/codestral) | ✅ | ✅ | ✅ | | | | | | | |
474
+ | [Text Completion OpenAI (`text-completion-openai`)](https://docs.litellm.ai/docs/providers/text_completion_openai) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
475
+ | [Together AI (`together_ai`)](https://docs.litellm.ai/docs/providers/togetherai) | ✅ | ✅ | ✅ | | | | | | | |
476
+ | [Topaz (`topaz`)](https://docs.litellm.ai/docs/providers/topaz) | ✅ | ✅ | ✅ | | | | | | | |
477
+ | [Triton (`triton`)](https://docs.litellm.ai/docs/providers/triton-inference-server) | ✅ | ✅ | ✅ | | | | | | | |
478
+ | [V0 (`v0`)](https://docs.litellm.ai/docs/providers/v0) | ✅ | ✅ | ✅ | | | | | | | |
479
+ | [Vercel AI Gateway (`vercel_ai_gateway`)](https://docs.litellm.ai/docs/providers/vercel_ai_gateway) | ✅ | ✅ | ✅ | | | | | | | |
480
+ | [VLLM (`vllm`)](https://docs.litellm.ai/docs/providers/vllm) | ✅ | ✅ | ✅ | | | | | | | |
481
+ | [Volcengine (`volcengine`)](https://docs.litellm.ai/docs/providers/volcano) | ✅ | ✅ | ✅ | | | | | | | |
482
+ | [Voyage AI (`voyage`)](https://docs.litellm.ai/docs/providers/voyage) | | | | ✅ | | | | | | |
483
+ | [WandB Inference (`wandb`)](https://docs.litellm.ai/docs/providers/wandb_inference) | ✅ | ✅ | ✅ | | | | | | | |
484
+ | [Watsonx Text (`watsonx_text`)](https://docs.litellm.ai/docs/providers/watsonx) | ✅ | ✅ | ✅ | | | | | | | |
485
+ | [xAI (`xai`)](https://docs.litellm.ai/docs/providers/xai) | ✅ | ✅ | ✅ | | | | | | | |
486
+ | [Xinference (`xinference`)](https://docs.litellm.ai/docs/providers/xinference) | | | | ✅ | | | | | | |
487
+
488
+ [**Read the Docs**](https://docs.litellm.ai/docs/)
489
+
490
+ ---
491
+
492
+ ## Get Started
493
+
494
+ You can use LiteLLM through either the Proxy Server or Python SDK. Both give you a unified interface to access multiple LLMs (100+ LLMs). Choose the option that best fits your needs:
495
+
496
+ <table style={{width: '100%', tableLayout: 'fixed'}}>
497
+ <thead>
498
+ <tr>
499
+ <th style={{width: '14%'}}></th>
500
+ <th style={{width: '43%'}}><strong><a href="https://docs.litellm.ai/docs/simple_proxy">LiteLLM AI Gateway</a></strong></th>
501
+ <th style={{width: '43%'}}><strong><a href="https://docs.litellm.ai/docs/">LiteLLM Python SDK</a></strong></th>
502
+ </tr>
503
+ </thead>
504
+ <tbody>
505
+ <tr>
506
+ <td style={{width: '14%'}}><strong>Use Case</strong></td>
507
+ <td style={{width: '43%'}}>Central service (LLM Gateway) to access multiple LLMs</td>
508
+ <td style={{width: '43%'}}>Use LiteLLM directly in your Python code</td>
509
+ </tr>
510
+ <tr>
511
+ <td style={{width: '14%'}}><strong>Who Uses It?</strong></td>
512
+ <td style={{width: '43%'}}>Gen AI Enablement / ML Platform Teams</td>
513
+ <td style={{width: '43%'}}>Developers building LLM projects</td>
514
+ </tr>
515
+ <tr>
516
+ <td style={{width: '14%'}}><strong>Key Features</strong></td>
517
+ <td style={{width: '43%'}}>Centralized API gateway with authentication and authorization, multi-tenant cost tracking and spend management per project/user, per-project customization (logging, guardrails, caching), virtual keys for secure access control, admin dashboard UI for monitoring and management</td>
518
+ <td style={{width: '43%'}}>Direct Python library integration in your codebase, Router with retry/fallback logic across multiple deployments (e.g. Azure/OpenAI) - <a href="https://docs.litellm.ai/docs/routing">Router</a>, application-level load balancing and cost tracking, exception handling with OpenAI-compatible errors, observability callbacks (Lunary, MLflow, Langfuse, etc.)</td>
519
+ </tr>
520
+ </tbody>
521
+ </table>
522
+
523
+ **Stable Release:** Use docker images with the `-stable` tag. These have undergone 12 hour load tests, before being published. [More information about the release cycle here](https://docs.litellm.ai/docs/proxy/release_cycle)
524
+
525
+ Support for more providers. Missing a provider or LLM Platform, raise a [feature request](https://github.com/BerriAI/litellm/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml&title=%5BFeature%5D%3A+).
526
+
527
+ ### Deploy on AWS or GCP with Terraform
528
+
529
+ Run the LiteLLM proxy as a production-ready componentized stack (gateway, backend, UI on separate services; managed Postgres + Redis + object store) using the published Terraform modules. Both modules are on the [public Terraform Registry](https://registry.terraform.io/namespaces/BerriAI) — no auth needed.
530
+
531
+ #### AWS — ECS Fargate + Aurora + ElastiCache + ALB
532
+
533
+ [![Launch in AWS CloudShell](https://img.shields.io/badge/Launch-AWS_CloudShell-FF9900?logo=amazon-aws&logoColor=white)](https://console.aws.amazon.com/cloudshell/home) — opens an in-browser shell, already authenticated to your AWS account. Once inside, run:
534
+
535
+ ```bash
536
+ git clone https://github.com/BerriAI/litellm.git
537
+ cd litellm/terraform/litellm/aws/examples/default
538
+ cp terraform.tfvars.example terraform.tfvars # edit region/tenant/env
539
+ terraform init && terraform apply
540
+ ```
541
+
542
+ [Module page →](https://registry.terraform.io/modules/BerriAI/litellm/aws/latest)
543
+
544
+ Or call the module from your own root config:
545
+
546
+ ```hcl
547
+ # main.tf
548
+ terraform {
549
+ required_version = ">= 1.6.0"
550
+ required_providers {
551
+ aws = { source = "hashicorp/aws", version = "~> 5.60" }
552
+ }
553
+ }
554
+
555
+ provider "aws" {
556
+ region = "us-west-2"
557
+ }
558
+
559
+ module "litellm" {
560
+ source = "BerriAI/litellm/aws"
561
+ version = "~> 1.89"
562
+
563
+ region = "us-west-2"
564
+ azs = ["us-west-2a", "us-west-2b"]
565
+ tenant = "acme"
566
+ env = "prod"
567
+
568
+ # Production: provide an ACM cert. Without one, set allow_plaintext_alb = true
569
+ # (dev/trial only).
570
+ # acm_certificate_arn = "arn:aws:acm:us-west-2:111122223333:certificate/..."
571
+ allow_plaintext_alb = true
572
+ }
573
+
574
+ output "litellm_url" {
575
+ value = module.litellm.alb_dns_name
576
+ }
577
+ ```
578
+
579
+ ```bash
580
+ terraform init
581
+ terraform apply
582
+ ```
583
+
584
+ Provider API keys live in AWS Secrets Manager; reference ARNs via `gateway_extra_secrets`. Full input list and architecture diagram on the [registry page](https://registry.terraform.io/modules/BerriAI/litellm/aws/latest?tab=inputs).
585
+
586
+ #### GCP — Cloud Run + Cloud SQL + Memorystore + HTTPS LB
587
+
588
+ [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FBerriAI%2Flitellm&cloudshell_workspace=terraform%2Flitellm%2Fgcp%2Fexamples%2Fdefault&cloudshell_tutorial=TUTORIAL.md&cloudshell_image=gcr.io/ds-artifacts-cloudshell/deploystack_custom_image&shellonly=true)
589
+
590
+ Real 1-click. Opens Cloud Shell, clones this repo, and walks you through `terraform apply` via a built-in [DeployStack tutorial](./terraform/litellm/gcp/examples/default/TUTORIAL.md) — pick the project, the tutorial sets up the Artifact Registry remote repo, writes `terraform.tfvars` from your answers, and runs apply.
591
+
592
+ [Module page →](https://registry.terraform.io/modules/BerriAI/litellm/google/latest)
593
+
594
+ To call the module from your own config instead, Cloud Run can't pull from `ghcr.io` directly, so first set up a one-time Artifact Registry remote repo backed by GHCR:
595
+
596
+ ```bash
597
+ gcloud artifacts repositories create litellm \
598
+ --location=us-central1 \
599
+ --repository-format=docker \
600
+ --mode=remote-repository \
601
+ --remote-docker-repo=https://ghcr.io \
602
+ --project=my-gcp-project
603
+ ```
604
+
605
+ Then:
606
+
607
+ ```hcl
608
+ # main.tf
609
+ terraform {
610
+ required_version = ">= 1.6.0"
611
+ required_providers {
612
+ google = { source = "hashicorp/google", version = "~> 6.10" }
613
+ google-beta = { source = "hashicorp/google-beta", version = "~> 6.10" }
614
+ }
615
+ }
616
+
617
+ provider "google" { project = "my-gcp-project"; region = "us-central1" }
618
+ provider "google-beta" { project = "my-gcp-project"; region = "us-central1" }
619
+
620
+ module "litellm" {
621
+ source = "BerriAI/litellm/google"
622
+ version = "~> 1.89"
623
+
624
+ project_id = "my-gcp-project"
625
+ region = "us-central1"
626
+ tenant = "acme"
627
+ env = "prod"
628
+
629
+ # Replace my-gcp-project with your GCP project ID (same value as project_id above).
630
+ image_registry = "us-central1-docker.pkg.dev/my-gcp-project/litellm/berriai"
631
+
632
+ # Production: provide DNS already pointing at the LB IP for Google-managed certs.
633
+ # Without one, set allow_plaintext_lb = true (dev/trial only).
634
+ # lb_domains = ["proxy.example.com"]
635
+ allow_plaintext_lb = true
636
+ }
637
+
638
+ output "litellm_url" {
639
+ value = module.litellm.load_balancer_url
640
+ }
641
+ ```
642
+
643
+ ```bash
644
+ terraform init
645
+ terraform apply
646
+ ```
647
+
648
+ Provider API keys live in Secret Manager; reference resource IDs (e.g. `projects/my-gcp-project/secrets/openai-api-key`) via `gateway_extra_secrets`. Full input list and architecture diagram on the [registry page](https://registry.terraform.io/modules/BerriAI/litellm/google/latest?tab=inputs).
649
+
650
+ #### Both stacks include
651
+
652
+ - The full componentized split (gateway / backend / UI as independent services)
653
+ - Managed Postgres (writer + reader) and Redis
654
+ - Versioned object store for proxy state + file uploads
655
+ - An auto-generated `LITELLM_MASTER_KEY` in your cloud's secret manager
656
+ - A one-off migration job that runs `prisma migrate deploy` before the proxy starts
657
+ - The same `proxy_config` surface as the [Helm chart](./helm/litellm/) — pass YAML as a typed map
658
+
659
+ The Terraform modules live at [`terraform/litellm/aws/`](./terraform/litellm/aws/) and [`terraform/litellm/gcp/`](./terraform/litellm/gcp/) in this repo; the registry entries are read-only mirrors updated on each release.
660
+
661
+ ### Run in Developer Mode
662
+ #### Services
663
+ 1. Setup .env file in root
664
+ 2. Run dependent services `docker-compose up db prometheus`
665
+
666
+ #### Backend
667
+ 1. Run `make bootstrap`
668
+ 2. Start proxy backend: `uv run python litellm/proxy/proxy_cli.py`
669
+
670
+ #### Frontend
671
+ 1. Navigate to `ui/litellm-dashboard` (dependencies were already installed w/ `make bootstrap`)
672
+ 2. Start dashboard: `npm run dev`
673
+
674
+ ### Verify Docker Image Signatures
675
+
676
+ All LiteLLM Docker images published to GHCR are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0).
677
+
678
+ **Verify using the pinned commit hash (recommended):**
679
+
680
+ A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:
681
+
682
+ ```bash
683
+ cosign verify \
684
+ --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
685
+ ghcr.io/berriai/litellm:<release-tag>
686
+ ```
687
+
688
+ **Verify using a release tag (convenience):**
689
+
690
+ Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:
691
+
692
+ ```bash
693
+ cosign verify \
694
+ --key https://raw.githubusercontent.com/BerriAI/litellm/<release-tag>/cosign.pub \
695
+ ghcr.io/berriai/litellm:<release-tag>
696
+ ```
697
+
698
+ Replace `<release-tag>` with the version you are deploying (e.g. `v1.83.0-stable`).
699
+
700
+ ---
701
+
702
+ # Enterprise
703
+ For companies that need better security, user management and professional support
704
+
705
+ [Get an Enterprise License](https://litellm.ai/enterprise)
706
+ [Talk to founders](https://enterprise.litellm.ai/demo)
707
+
708
+ This covers:
709
+ - ✅ **Features under the [LiteLLM Commercial License](https://docs.litellm.ai/docs/proxy/enterprise):**
710
+ - ✅ **Feature Prioritization**
711
+ - ✅ **Custom Integrations**
712
+ - ✅ **Professional Support - Dedicated discord + slack**
713
+ - ✅ **Custom SLAs**
714
+ - ✅ **Secure access with Single Sign-On**
715
+
716
+ # Contributing
717
+
718
+ We welcome contributions to LiteLLM! Whether you're fixing bugs, adding features, or improving documentation, we appreciate your help.
719
+
720
+ ## Quick Start for Contributors
721
+
722
+ This requires uv to be installed.
723
+
724
+ ```bash
725
+ git clone https://github.com/BerriAI/litellm.git
726
+ cd litellm
727
+ make install-dev # Install development dependencies
728
+ make format # Format your code
729
+ make lint # Run all linting checks
730
+ make test-unit # Run unit tests
731
+ make format-check # Check formatting only
732
+ ```
733
+
734
+ For detailed contributing guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
735
+
736
+ > **📖 Contributing to documentation?** The LiteLLM docs have moved to a separate repository: [BerriAI/litellm-docs](https://github.com/BerriAI/litellm-docs). Please open doc PRs there. Docs are served at [docs.litellm.ai](https://docs.litellm.ai).
737
+
738
+ ## Code Quality / Linting
739
+
740
+ LiteLLM follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html).
741
+
742
+ Our automated checks include:
743
+ - **Black** for code formatting
744
+ - **Ruff** for linting and code quality
745
+ - **MyPy** for type checking
746
+ - **Circular import detection**
747
+ - **Import safety checks**
748
+
749
+
750
+ All these checks must pass before your PR can be merged.
751
+
752
+
753
+ # Support / talk with founders
754
+
755
+ - [Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
756
+ - [Community Discord 💭](https://discord.gg/wuPM9dRgDw)
757
+ - [Community Slack 💭](https://www.litellm.ai/support)
758
+ - Our emails ✉️ ishaan@berri.ai / krrish@berri.ai
759
+
760
+ # Contributors
761
+
762
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
763
+ <!-- prettier-ignore-start -->
764
+ <!-- markdownlint-disable -->
765
+
766
+ <!-- markdownlint-restore -->
767
+ <!-- prettier-ignore-end -->
768
+
769
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
770
+
771
+ <a href="https://github.com/BerriAI/litellm/graphs/contributors">
772
+ <img src="https://contrib.rocks/image?repo=BerriAI/litellm" />
773
+ </a>
774
+