litellm 1.93.0.dev2__tar.gz → 1.93.0.dev3__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.
- litellm-1.93.0.dev3/PKG-INFO +773 -0
- litellm-1.93.0.dev3/litellm/anthropic_beta_headers_config.json +188 -0
- litellm-1.93.0.dev3/litellm/exceptions.py +1211 -0
- litellm-1.93.0.dev3/litellm/llms/azure_ai/ocr/common_utils.py +61 -0
- litellm-1.93.0.dev3/litellm/llms/bedrock/messages/invoke_transformations/anthropic_claude3_transformation.py +962 -0
- litellm-1.93.0.dev3/litellm/llms/deepseek/chat/transformation.py +283 -0
- litellm-1.93.0.dev3/litellm/ocr/main.py +702 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/mcp_server/db.py +1633 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py +1705 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/mcp_server/mcp_server_manager.py +4968 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/mcp_server/rest_endpoints.py +1353 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/mcp_server/server.py +4567 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/404/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/404.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next._full.txt +30 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0-o6znp7s81ab.js +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0-t956o_kk~sm.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0.bzy1lzeka0f.js +420 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0.td3_ofb8i1d.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0.tm_qjdd8-sy.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/00_yk9udsh5sm.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/00drn8cribwzx.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/01b985uzh6sfk.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/01r~h-3q6k53m.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/03-4f3.602g1r.js +13 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/04yh_lxe6b6i~.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/05gp6hp.gm8na.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/060kl3yana4g8.js +216 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/06n0.wqf8p5i5.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/06yn66t8p1iol.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/06zms5nkgsc8o.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/079v70~1arj9k.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/07qngrjgdx6hc.js +38 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/082bi3krrmthz.js +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/09vx~7s6~vzf-.js +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0amtop0el5m.u.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0b339.wdt~2.2.js +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0bfyex0pvh3.8.js +420 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0c-6dt_k1ru64.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0cq51w6jz5tay.js +427 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0czr26abx_a95.js +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0d-.r70oxjgs5.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0ddnd8ljzgm6e.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0efyfhhak4ccc.js +13 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0g3e6dk94nx.h.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0grsz7u8_3tmz.js +11 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0gvn90sot_3c3.js +68 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0h2cqnrw7e9eb.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0h93t~lbv3mn~.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0hkgllb7xiaq3.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0ihrl.1~3gxww.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0inimcdmziy-j.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0iv04_rie5rnz.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0jbo9~p9u3k9p.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0k7887cgptq.c.js +20 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0km1u6m8srkid.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0kw~.pe1wfj1..js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0l0uqom26rzvs.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0m8z3pa770iog.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0mda-z-fmtik1.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0mpu43dfami.9.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0ms5~5ypv7m3s.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0m~tu49884mnb.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0nvljy0po44ax.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0owxabqapvqrc.js +56 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0o~ocdpybw9-t.js +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0p89c4ljskcyw.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0pks9xpkmd-j5.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0rdrv37lqpkb6.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0s4xhip00ly0l.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0s_q22eks5ng6.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0sv_phf5jkrer.js +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0t.v_86d1ytbl.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0t4u_uopr-4_z.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0tcdg_nq8i_no.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0twwz7mjfkj~q.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0u_pk5nh_94ml.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0u~e2lg2zy6jh.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0vstqghys69lj.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0w3hawopmrwd3.js +427 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0xg3ba9scxtqg.js +143 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0z2-_hud9.1ew.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0z9wylzyxwp87.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0~terbqi-cucw.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0~yly.62byw7..js +8 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/0~ymcpa_m5qg-.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/117-ooyauzy21.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/117tqtmqg.~lu.js +91 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/11_k1q6pp3jq_.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/11x0bzb6p_c2v.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/129cwz545ieil.js +8 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/12r0ojhu~ji50.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/149ji08ijg_e~.js +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/14l3wd4cyws22.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/14s.xhn~u016g.css +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/15i9syup_qb3v.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/16.fq98elji95.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/16oxgbbyddz5l.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/16wq8r90g0_jh.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/17m.tailfi4w9.js +14 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/17mr9gas9i-sw.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/17q78sg-itl-6.js +2 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/chunks/1846up53ygm7e.js +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._full.txt +20 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._not-found.__PAGE__.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._not-found.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/__next._tree.txt +3 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_not-found/index.txt +20 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/access-groups/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/admin-panel/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/agents/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-keys/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/api-reference/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/budgets/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/caching/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next._full.txt +33 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next.chat.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/__next.chat.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next._full.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/api-keys/index.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next._full.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/__next.chat.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/credentials/index.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/index.txt +33 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next._full.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/__next.chat.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/integrations/index.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next._full.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next.chat.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/chat/usage/index.txt +32 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/cost-tracking/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.__PAGE__.txt +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next._full.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/__next._tree.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/guardrails-monitor/index.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/index.txt +30 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logging-and-alerts/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next._full.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next.login.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/__next.login.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/login/index.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.__PAGE__.txt +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next._full.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/__next._tree.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/logs/index.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._full.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp/oauth/callback/index.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/mcp-servers/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/memory/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model-hub-table/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next._full.txt +31 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next.model_hub.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/__next.model_hub.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub/index.txt +31 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next._full.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/model_hub_table/index.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/models-and-endpoints/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/old-usage/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next._full.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next.onboarding.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/__next.onboarding.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/onboarding/index.txt +25 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/organizations/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/playground/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/policies/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/projects/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/prompts/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/router-settings/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/search-tools/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/skills/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tag-management/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/teams/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.__PAGE__.txt +10 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next._full.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/__next._tree.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/tool-policies/index.txt +35 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/transform-request/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/ui-theme/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/usage/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/users/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/vector-stores/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.txt +7 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt +5 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next._full.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next._head.txt +6 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next._index.txt +9 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/__next._tree.txt +4 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/index.html +1 -0
- litellm-1.93.0.dev3/litellm/proxy/_experimental/out/workflows/index.txt +34 -0
- litellm-1.93.0.dev3/litellm/proxy/auth/auth_checks.py +4492 -0
- litellm-1.93.0.dev3/litellm/proxy/auth/auth_checks_organization.py +202 -0
- litellm-1.93.0.dev3/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +1764 -0
- litellm-1.93.0.dev3/litellm/proxy/management_endpoints/mcp_management_endpoints.py +2750 -0
- litellm-1.93.0.dev3/litellm/proxy/proxy_server.py +16117 -0
- litellm-1.93.0.dev3/litellm/types/utils.py +3764 -0
- litellm-1.93.0.dev3/pyproject.toml +341 -0
- litellm-1.93.0.dev2/PKG-INFO +0 -773
- litellm-1.93.0.dev2/litellm/anthropic_beta_headers_config.json +0 -188
- litellm-1.93.0.dev2/litellm/exceptions.py +0 -1225
- litellm-1.93.0.dev2/litellm/llms/azure_ai/ocr/common_utils.py +0 -50
- litellm-1.93.0.dev2/litellm/llms/bedrock/messages/invoke_transformations/anthropic_claude3_transformation.py +0 -941
- litellm-1.93.0.dev2/litellm/llms/deepseek/chat/transformation.py +0 -283
- litellm-1.93.0.dev2/litellm/ocr/main.py +0 -693
- litellm-1.93.0.dev2/litellm/proxy/_experimental/mcp_server/db.py +0 -1505
- litellm-1.93.0.dev2/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py +0 -1695
- litellm-1.93.0.dev2/litellm/proxy/_experimental/mcp_server/mcp_server_manager.py +0 -4943
- litellm-1.93.0.dev2/litellm/proxy/_experimental/mcp_server/rest_endpoints.py +0 -1347
- litellm-1.93.0.dev2/litellm/proxy/_experimental/mcp_server/server.py +0 -4543
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/404/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/404.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next._full.txt +0 -30
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0-zcs1ns48vk8.js +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/002wjqme3ql~p.js +0 -13
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/00d8lo_6ajx55.js +0 -8
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/00g8.k4wm4rbx.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/00k~uqr8xlypt.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/011ruwrqtrkjw.js +0 -68
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01a5p00offfn0.js +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01f~8py6v-kzz.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01l4p36h0djue.js +0 -13
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01nl~zm3c7rui.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01qdfrqmgacms.css +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/01vryuvcnw3pd.js +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/02kqxhiehiiwc.js +0 -420
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/02obpzrxn9.2o.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/03wwfo.bbd5e..js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/04w~izemvuo75.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/04~f2m01t-gm0.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/069hrfsw1~-qs.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/06_7wss3s009d.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/06i3f22szqf7c.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/07zc56ar~q7x4.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/08~_09z6xe5v0.js +0 -11
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/09d-r~y..qk~h.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/09n4ebtgi7t24.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0_bz5vmcp~8_g.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0_m.w6bpsd6xt.js +0 -91
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0a525~a7yd-vh.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0aubz3hsr7r2x.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0b8f5az8vlt0b.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0cevoekihx579.js +0 -56
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0d3fr-tujk~45.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0dcjdf7ynvwas.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0dqz-iqxjecvn.js +0 -16
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0dv2ffoikx8b~.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0g1za9c98r8.i.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0g50sb5f-ry6g.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0gvjvj5-s0iaw.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0h62d_wpe3ok~.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0hiy~~ti5nbld.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0i369q_2lr7c7.js +0 -143
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0j-tmaupky337.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0jk0~m8iut8h4.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0jta-wgscqzv2.js +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0jtibda6vcfmm.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0l1wacob277d1.js +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0lr6sdwwpmqyo.js +0 -420
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0m5vm-8c1xfek.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0n5flgtby~qky.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0n9~b_83_.nnd.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0nd6gvev-x-3c.js +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0nsm4oagfrv1m.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0oy-3ds1qt8__.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0p5oxt9kx4sok.js +0 -13
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0prmcyvv4msp5.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0qrs9swcpflek.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0r2csx2h92ii1.js +0 -11
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0ruykjj3g~u1e.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0sjzyluc._uqy.js +0 -38
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0t3c4ho1ynzdd.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0toy0449mupw5.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0up5luc.cbj7w.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0vfqu~e7pwfgt.js +0 -420
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0vqhgv1rugkva.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0w--ap~lp8vlj.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0w6i_l6la4hqj.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0wdodjnd~2hv6.js +0 -216
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0wdzoymg~h15k.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0x8xomht8e73o.js +0 -420
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0xfuise~3g800.js +0 -8
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0xkcqx7b43ob8.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0xmolrldi8in_.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0ys10755n8os_.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0yy1779jh2m~r.js +0 -8
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0zkpotnmoviw~.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0ztx~ruiwvfk4.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/0~i1xu72y61nw.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/104gpt5ntdgir.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/10en.jkqepo5..js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/13kudyeqfn~yd.js +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/13usic7loqcju.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/13z-1y~nypj1a.js +0 -2
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/1508bjn_w7woa.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/15keb-t4zym15.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/17ddcl-iqj64p.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/17r7zi85gyu_u.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/chunks/17uey-zw39aid.js +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._full.txt +0 -20
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._not-found.__PAGE__.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._not-found.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/__next._tree.txt +0 -3
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_not-found/index.txt +0 -20
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.access-groups.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/access-groups/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.admin-panel.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/admin-panel/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.agents.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/agents/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.api-keys.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-keys/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.api-reference.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/api-reference/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.budgets.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/budgets/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.caching.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/caching/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next._full.txt +0 -33
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next.chat.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/__next.chat.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._full.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.api-keys.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/__next.chat.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/api-keys/index.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._full.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.credentials.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/__next.chat.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/credentials/index.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/index.txt +0 -33
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._full.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.integrations.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/__next.chat.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/integrations/index.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._full.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/__next.chat.usage.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/chat/usage/index.txt +0 -32
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.cost-tracking.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/cost-tracking/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.guardrails.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.__PAGE__.txt +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.guardrails-monitor.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._full.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/__next._tree.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/guardrails-monitor/index.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/index.txt +0 -30
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.logging-and-alerts.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logging-and-alerts/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next._full.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next.login.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/__next.login.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/login/index.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.__PAGE__.txt +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.logs.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next._full.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/__next._tree.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/logs/index.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._full.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.callback.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.oauth.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/__next.mcp.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp/oauth/callback/index.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.mcp-servers.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/mcp-servers/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.memory.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/memory/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.model-hub-table.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model-hub-table/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._full.txt +0 -31
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next.model_hub.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/__next.model_hub.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub/index.txt +0 -31
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._full.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/__next.model_hub_table.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/model_hub_table/index.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.models-and-endpoints.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/models-and-endpoints/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.old-usage.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/old-usage/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._full.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next.onboarding.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/__next.onboarding.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/onboarding/index.txt +0 -25
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.organizations.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/organizations/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.playground.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/playground/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.policies.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/policies/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.projects.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/projects/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.prompts.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/prompts/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.router-settings.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/router-settings/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.search-tools.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/search-tools/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.skills.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/skills/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.tag-management.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tag-management/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.teams.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/teams/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.__PAGE__.txt +0 -10
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.tool-policies.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._full.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/__next._tree.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/tool-policies/index.txt +0 -35
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.transform-request.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/transform-request/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next.!KGRhc2hib2FyZCk.ui-theme.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/ui-theme/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next.!KGRhc2hib2FyZCk.usage.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/usage/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next.!KGRhc2hib2FyZCk.users.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/users/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next.!KGRhc2hib2FyZCk.vector-stores.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/vector-stores/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.txt +0 -7
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt +0 -5
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next._full.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next._head.txt +0 -6
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next._index.txt +0 -9
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/__next._tree.txt +0 -4
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/index.html +0 -1
- litellm-1.93.0.dev2/litellm/proxy/_experimental/out/workflows/index.txt +0 -34
- litellm-1.93.0.dev2/litellm/proxy/auth/auth_checks.py +0 -4471
- litellm-1.93.0.dev2/litellm/proxy/auth/auth_checks_organization.py +0 -172
- litellm-1.93.0.dev2/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +0 -1745
- litellm-1.93.0.dev2/litellm/proxy/management_endpoints/mcp_management_endpoints.py +0 -2711
- litellm-1.93.0.dev2/litellm/proxy/proxy_server.py +0 -16115
- litellm-1.93.0.dev2/litellm/types/utils.py +0 -3747
- litellm-1.93.0.dev2/pyproject.toml +0 -341
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/LICENSE +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_internal_context.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_lazy_imports.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_lazy_imports_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_logging.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_redis.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_redis_credential_provider.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_service_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_uuid.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/_version.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/card_resolver.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/exception_mapping_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/exceptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/litellm_completion_bridge/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/litellm_completion_bridge/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/litellm_completion_bridge/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/litellm_completion_bridge/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/bedrock_agentcore/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/bedrock_agentcore/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/bedrock_agentcore/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/bedrock_agentcore/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/config_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/langflow/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/langflow/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/pydantic_ai_agents/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/pydantic_ai_agents/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/pydantic_ai_agents/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/pydantic_ai_agents/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/watsonx_orchestrate/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/watsonx_orchestrate/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/watsonx_orchestrate/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/providers/watsonx_orchestrate/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/a2a_protocol/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_beta_headers_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/exceptions/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/exceptions/exception_mapping_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/exceptions/exceptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/messages/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/anthropic_interface/readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/assistants/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/assistants/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/batch_completion/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/batch_completion/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/batches/batch_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/batches/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/blog_posts.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/budget_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/_embedding_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/_internal_lru_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/azure_blob_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/base_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/caching.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/caching_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/disk_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/dual_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/gcs_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/in_memory_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/llm_caching_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/qdrant_semantic_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/redis_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/redis_cluster_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/redis_semantic_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/s3_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/caching/valkey_semantic_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/completion_extras/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/completion_extras/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/completion_extras/litellm_responses_transformation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/completion_extras/litellm_responses_transformation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/completion_extras/litellm_responses_transformation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/compress.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/content_detection.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/message_stubbing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/retrieval_tool.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/scoring/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/scoring/bm25.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/compression/scoring/embedding_scorer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/constants.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/endpoint_factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/endpoints.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/containers/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/cost.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/endpoints/speech/speech_to_completion_bridge/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/endpoints/speech/speech_to_completion_bridge/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/evals/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/evals/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/experimental_mcp_client/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/experimental_mcp_client/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/experimental_mcp_client/client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/experimental_mcp_client/tools.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/files/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/files/streaming.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/files/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/files/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/fine_tuning/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/adapters/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/adapters/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/adapters/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/google_genai/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/images/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/images/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/images/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/batching_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/budget_alert_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/hanging_request_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/slack_alerting.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/SlackAlerting/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/_types/open_inference.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/additional_logging_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/agentops/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/agentops/agentops.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/anthropic_cache_control_hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/argilla.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/arize.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/arize_phoenix.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/arize_phoenix_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/arize/arize_phoenix_prompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/athina.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/azure_sentinel/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/azure_sentinel/azure_sentinel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/azure_sentinel/example_standard_logging_payload.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/azure_storage/azure_storage.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/bitbucket/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/bitbucket/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/bitbucket/bitbucket_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/bitbucket/bitbucket_prompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/braintrust_logging.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/braintrust_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/callback_configs.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/cloudzero/cloudzero.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/cloudzero/cz_resource_names.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/cloudzero/cz_stream_api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/cloudzero/database.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/cloudzero/transform.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/code_interpreter_interception/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/code_interpreter_interception/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/compression_interception/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/compression_interception/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_batch_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_prompt_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/custom_sso_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_cost_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_llm_obs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_metrics.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/datadog/datadog_team_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/deepeval/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/deepeval/api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/deepeval/deepeval.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/deepeval/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/deepeval/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/dotprompt/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/dotprompt/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/dotprompt/dotprompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/dotprompt/prompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/dynamodb.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_alerting.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_templates/email_footer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_templates/key_created_email.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_templates/key_rotated_email.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_templates/templates.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/email_templates/user_invitation_email.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/database.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/gcs_destination.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/mavvrik_destination.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/s3_destination.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/destinations/vantage_destination.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/export_engine.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/focus_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/schema.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/serializers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/serializers/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/serializers/csv.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/serializers/parquet.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/focus/transformer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/galileo.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gcs_bucket/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gcs_bucket/gcs_bucket.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gcs_bucket/gcs_bucket_base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gcs_bucket/gcs_bucket_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gcs_pubsub/pub_sub.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/generic_api/generic_api_callback.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/generic_api/generic_api_compatible_callbacks.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/generic_prompt_management/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/generic_prompt_management/generic_prompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gitlab/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gitlab/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gitlab/gitlab_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/gitlab/gitlab_prompt_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/greenscale.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/helicone.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/helicone_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/humanloop.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/lago.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse_otel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse_otel_attributes.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langfuse/langfuse_prompt_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langsmith.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langsmith_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/langtrace.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/levo/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/levo/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/levo/levo.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/litellm_agent/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/litellm_agent/litellm_agent_model_resolver.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/literal_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/logfire_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/lunary.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/mavvrik_focus/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/mavvrik_focus/mavvrik_focus_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/mlflow.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/mock_client_factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/newrelic/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/newrelic/newrelic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/openmeter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opentelemetry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opentelemetry_utils/base_otel_llm_obs_attributes.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opentelemetry_utils/gen_ai_semconv.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik_payload_builder/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik_payload_builder/api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik_payload_builder/extractors.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik_payload_builder/payload_builders.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/opik_payload_builder/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/opik/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/emitter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/genai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/langfuse.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/langtrace.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/legacy.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/openinference.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mappers/weave.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/baggage.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/metadata.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/payloads.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/semconv.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/spans.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/model/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/mount.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/plumbing/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/plumbing/context.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/plumbing/metrics.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/plumbing/providers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/plumbing/routing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/agentops.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/arize.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/langfuse.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/langtrace.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/levo.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/phoenix.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/presets/weave.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/otel/runtime.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/posthog.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/posthog_mock_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prometheus.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prometheus_helpers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prometheus_helpers/bounded_prometheus_series_tracker.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prometheus_helpers/prometheus_api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prometheus_services.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prompt_layer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/prompt_management_base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/rubrik.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/s3.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/s3_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/sqs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/supabase.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/test_httpx.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/traceloop.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/vantage/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/vantage/vantage_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/vector_store_integrations/base_vector_store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/vector_store_integrations/vector_store_pre_call_hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/weave/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/weave/weave_otel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/websearch_interception/ARCHITECTURE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/websearch_interception/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/websearch_interception/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/websearch_interception/tools.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/websearch_interception/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/integrations/weights_biases.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/agents/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/agents/http_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/agents/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/agents/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/http_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/litellm_responses_transformation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/litellm_responses_transformation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/litellm_responses_transformation/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/litellm_responses_transformation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/interactions/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/api_route_to_call_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/app_crypto.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/asyncify.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/audio_utils/audio_health_check.wav +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/audio_utils/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/cached_imports.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/chat_completion_agentic_loop.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/cli_token_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/cloud_storage_security.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/completion_timeout.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/core_helpers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/coroutine_checker.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/credential_accessor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/custom_logger_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/dd_tracing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/default_encoding.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/dot_notation_indexing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/duration_parser.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/env_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/exception_mapping_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/fallback_generalizations.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/fallback_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_blog_posts.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_litellm_params.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_llm_provider_logic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_model_cost_map.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_provider_specific_headers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/get_supported_openai_params.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/health_check_helpers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/health_check_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/initialize_dynamic_callback_params.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/json_validation_rule.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/litellm_logging.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_cost_calc/usage_object_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_cost_calc/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_request_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_response_utils/convert_dict_to_response.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_response_utils/get_api_base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_response_utils/get_formatted_prompt.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_response_utils/get_headers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/llm_response_utils/response_metadata.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/logging_callback_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/logging_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/logging_worker.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/mock_functions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/model_param_helper.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/model_response_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/prompt_templates/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/prompt_templates/factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/prompt_templates/huggingface_template_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/prompt_templates/image_handling.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/realtime_streaming.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/reasoning_effort_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/redact_messages.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/request_timeout_resolver.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/response_header_helpers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/rules.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/safe_json_dumps.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/safe_json_loads.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/secret_redaction.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/sensitive_data_masker.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/specialty_caches/dynamic_logging_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/streaming_chunk_builder_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/streaming_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/thread_pool_executor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/token_counter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/tokenizers/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/tokenizers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/tokenizers/anthropic_tokenizer.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/tokenizers/ec7223a39ce59f226a68acc30dc1af2788490e15 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/tokenizers/fb374d419588a4632f3f557e76b4b70aebbca790 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/litellm_core_utils/url_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/a2a/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ai21/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiml/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiml/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiml/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiml/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiml/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aiohttp_openai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/amazon_nova/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/amazon_nova/cost_calculation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/batches/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/batches/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/batches/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/chat/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/chat/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/cost_calculation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/count_tokens/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/count_tokens/token_counter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/count_tokens/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/adapters/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/adapters/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/adapters/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/adapters/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/architecture.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/constants.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/dispatcher.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/clear_tool_uses.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/editors/compact.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/errors.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/placeholders.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/context_management/result.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/agentic_streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/fake_stream_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/advisor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/interceptors/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/messages/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/responses_adapters/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/experimental_pass_through/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/files/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/files/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/skills/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/skills/readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/anthropic/skills/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/apiserpent/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/apiserpent/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/apiserpent/search/defaults.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/apiserpent/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aws_polly/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aws_polly/text_to_speech/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/aws_polly/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/assistants.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/audio_transcription/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/audio_transcriptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/azure.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/batches/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/chat/gpt_5_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/chat/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/chat/o_series_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/chat/o_series_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/containers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/containers/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/cost_calculation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/exception_mapping.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/files/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/fine_tuning/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_generation/dall_e_2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_generation/dall_e_3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_generation/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/image_generation/http_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/passthrough/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/realtime/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/realtime/http_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/responses/o_series_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/text_to_speech/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/agents/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/agents/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/agents/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/count_tokens/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/count_tokens/token_counter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/count_tokens/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/messages_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/anthropic/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/azure_model_router/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/azure_model_router/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/embed/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/embed/cohere_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/embed/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_edit/flux2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_edit/mai_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/dall_e_2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/dall_e_3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/flux_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/image_generation/mai_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/ocr/document_intelligence/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/ocr/document_intelligence/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/ocr/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/azure_ai/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/agents/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/agents/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/anthropic_messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/base_model_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/base_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/batches/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/bridges/completion_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/containers/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/evals/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/evals/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/files/azure_blob_storage_backend.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/files/storage_backend.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/files/storage_backend_factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/google_genai/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/guardrail_translation/base_translation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/guardrail_translation/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/image_variations/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/interactions/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/interactions/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/managed_resources/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/managed_resources/base_managed_resource.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/managed_resources/isolation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/managed_resources/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/ocr/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/passthrough/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/realtime/http_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/realtime/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/sandbox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/sandbox/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/skills/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/skills/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/vector_store/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/vector_store_files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/base_llm/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/baseten/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/base_aws_llm.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/batches/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/batches/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/agentcore/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/agentcore/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/converse_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/converse_like/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/converse_like/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/converse_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_agent/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_ai21_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_cohere_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_deepseek_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_llama_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_mistral_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_moonshot_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_nova_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_openai_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_qwen2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_qwen3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_titan_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/amazon_twelvelabs_pegasus_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/anthropic_claude2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/anthropic_claude3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/invoke_transformations/base_invoke_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/mantle/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/chat/mantle/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/claude_platform/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/claude_platform/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/claude_platform/messages_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/claude_platform/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/cost_calculation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/count_tokens/bedrock_token_counter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/count_tokens/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/amazon_nova_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/amazon_titan_g1_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/amazon_titan_multimodal_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/amazon_titan_v2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/cohere_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/embedding.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/embed/twelvelabs_marengo_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/files/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_edit/amazon_nova_canvas_image_edit_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_edit/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_edit/stability_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/amazon_nova_canvas_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/amazon_stability1_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/amazon_stability3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/amazon_titan_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/image_generation/image_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/messages/mantle_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/messages/readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/passthrough/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/passthrough/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/passthrough/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/realtime/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/realtime/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/realtime/trigger_audio.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock_mantle/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock_mantle/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock_mantle/responses/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bedrock_mantle/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_edit/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_generation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/black_forest_labs/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/brave/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/brave/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bytez/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/bytez/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cerebras/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/chatgpt/authenticator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/chatgpt/chat/streaming_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/chatgpt/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/chatgpt/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/chatgpt/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/clarifai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cloudflare/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cloudflare/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/codestral/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/codestral/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/chat/v2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/embed/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/embed/v1_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cohere/rerank_v2/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/embed/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/cometapi/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/compactifai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/compactifai/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/compactifai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/aiohttp_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/aiohttp_transport.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/async_client_cleanup.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/container_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/http_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/httpx_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/llm_http_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_httpx/mock_transport.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/custom_llm.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/embed/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/rerank/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dashscope/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/embed/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/responses/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/databricks/streaming_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dataforseo/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/dataforseo/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/datarobot/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepgram/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepgram/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepinfra/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepinfra/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepseek/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deepseek/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deprecated_providers/aleph_alpha.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/deprecated_providers/palm.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/docker_model_runner/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/duckduckgo/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/duckduckgo/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/e2b/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/e2b/sandbox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/e2b/sandbox/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/elevenlabs/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/elevenlabs/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/elevenlabs/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/empower/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/exa_ai/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/exa_ai/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/bria_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/bytedance_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/flux_pro_v11_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/flux_pro_v11_ultra_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/flux_schnell_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/ideogram_v3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/imagen4_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/nano_banana_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/recraft_v3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/stable_diffusion_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fal_ai/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fastcrw/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fastcrw/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fastcrw/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/featherless_ai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/firecrawl/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/firecrawl/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/firecrawl/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/embed/fireworks_ai_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/rerank/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/fireworks_ai/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/friendliai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/galadriel/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gdc/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gdc/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gdc/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/agents/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/agents/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/context_caching/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/google_genai/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_edit/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/image_usage_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/interactions/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/interactions/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/realtime/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/videos/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gemini/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/authenticator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/chat/streaming.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/embedding/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gigachat/file_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/authenticator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/messages/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/github_copilot/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/google_pse/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/google_pse/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/gradient_ai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/groq/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/groq/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/groq/stt/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/heroku/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/embedding/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hosted_vllm/transcriptions/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/embedding/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/huggingface_llms_metadata/hf_conversational_models.txt +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/huggingface_llms_metadata/hf_text_generation_models.txt +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/huggingface/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hyperbolic/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hyperbolic/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/hyperbolic/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/inception/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/inception/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/inception/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/inception/completion/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/inception/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/infinity/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/infinity/embedding/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/infinity/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/infinity/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/infinity/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/jina_ai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/jina_ai/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/jina_ai/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/jina_ai/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lambda_ai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lambda_ai/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lambda_ai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langflow/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langflow/a2a.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langflow/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langflow/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langgraph/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langgraph/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langgraph/chat/sse_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/langgraph/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lemonade/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lemonade/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/linkup/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/linkup/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/linkup/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/code_execution.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/constants.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/prompt_injection.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/sandbox_executor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/litellm_proxy/skills/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/llamafile/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lm_studio/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/lm_studio/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/manus/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/manus/files/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/manus/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/manus/responses/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/manus/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/maritalk.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/meta_llama/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/milvus/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/milvus/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/text_to_speech/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/minimax/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/embedding.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/mistral_embedding_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/ocr/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/ocr/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/mistral/ocr/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/modelscope/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/modelscope/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/modelscope/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/moonshot/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/morph/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/morph/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/morph/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nebius/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nebius/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nlp_cloud/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nlp_cloud/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nlp_cloud/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/novita/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nscale/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_nim/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_nim/embed.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_nim/rerank/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_nim/rerank/ranking_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_nim/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/audio_transcription/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/audio_transcription/audio_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/audio_transcription/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/nvidia_riva/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/chat/cohere.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/chat/generic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/embed/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oci/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ollama/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ollama/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ollama/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ollama/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oobabooga/chat/oobabooga.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oobabooga/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/oobabooga/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/gpt_5_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/gpt_audio_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/o_series_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/chat/o_series_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/completion/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/containers/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/containers/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/cost_calculation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/data_residency.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/embeddings/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/embeddings/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/evals/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/evals/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/fine_tuning/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_edit/dalle2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/dall_e_2_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/dall_e_3_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_generation/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_variations/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/image_variations/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/openai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/realtime/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/realtime/http_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/count_tokens/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/count_tokens/token_counter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/count_tokens/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/speech/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/speech/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/speech/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/gpt_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/transcriptions/whisper_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/vector_store_files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/dynamic_config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/embedding/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/json_loader.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/messages/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/providers.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/responses/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openai_like/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/openrouter/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/opensandbox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/opensandbox/sandbox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/opensandbox/sandbox/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ovhcloud/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ovhcloud/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ovhcloud/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ovhcloud/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/parallel_ai/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/parallel_ai/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/pass_through/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/pass_through/guardrail_translation/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/pass_through/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/pass_through/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/embedding/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/responses/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/perplexity/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/petals/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/petals/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/petals/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/pg_vector/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/predibase/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/predibase/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/predibase/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ragflow/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ragflow/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ragflow/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ragflow/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/ragflow/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/recraft/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/recraft/image_edit/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/recraft/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/recraft/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/reducto/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/reducto/common.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/reducto/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/reducto/ocr/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/replicate/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/replicate/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/replicate/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/text_to_speech/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/videos/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/runwayml/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/s3_vectors/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/s3_vectors/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/s3_vectors/vector_stores/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/embedding/cohere_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/nova/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sagemaker/nova/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sambanova/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sambanova/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sambanova/embedding/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sambanova/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/chat/models.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/credentials.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/sap/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/scaleway/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searchapi/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searchapi/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searchapi/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searxng/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searxng/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/searxng/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/serper/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/serper/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/snowflake/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/snowflake/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/snowflake/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/snowflake/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/soniox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/soniox/audio_transcription/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/soniox/audio_transcription/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/soniox/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/soniox/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/stability/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/stability/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/stability/image_edit/transformations.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/stability/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/stability/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tavily/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tavily/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/messages/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tencent/messages/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tinyfish/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/tinyfish/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/embed.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/together_ai/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/topaz/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/topaz/image_variations/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/triton/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/triton/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/triton/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/triton/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/v0/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/v0/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/v0/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vercel_ai_gateway/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vercel_ai_gateway/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vercel_ai_gateway/embedding/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vercel_ai_gateway/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/agent_engine/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/agent_engine/sse_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/agent_engine/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/aws_credentials_supplier.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/batches/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/batches/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/batches/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/context_caching/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/files/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/files/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/fine_tuning/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/gemini/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/gemini/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/gemini/vertex_and_google_ai_studio_gemini.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/gemini_embeddings/batch_embed_content_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/gemini_embeddings/batch_embed_content_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/google_genai/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_edit/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_edit/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_edit/vertex_gemini_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_edit/vertex_imagen_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_generation/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_generation/image_generation_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_generation/vertex_gemini_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/image_generation/vertex_imagen_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/multimodal_embeddings/embedding_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/multimodal_embeddings/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/ocr/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/ocr/deepseek_transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/ocr/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/rag_engine/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/rag_engine/ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/rag_engine/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/realtime/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/realtime/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/text_to_speech/text_to_speech_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/text_to_speech/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vector_stores/rag_api/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vector_stores/search_api/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_aws_wif.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_non_gemini.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/ai21/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/experimental_pass_through/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/output_params_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/anthropic/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/count_tokens/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/count_tokens/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/gpt_oss/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/llama3/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_ai_partner_models/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_embeddings/bge.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_embeddings/embedding_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_embeddings/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_embeddings/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_gemma_models/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_gemma_models/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_gemma_models/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_llm_base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/vertex_model_garden/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/videos/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vertex_ai/videos/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vllm/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vllm/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vllm/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/vllm/passthrough/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/embedding/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/volcengine/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/voyage/embedding/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/voyage/embedding/transformation_contextual.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/voyage/embedding/transformation_multimodal.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/voyage/rerank/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/voyage/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/wandb/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/wandb/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/wandb/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/audio_transcription/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/audio_transcription/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/chat/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/completion/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/completion/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/completion/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/embed/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/embed/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/passthrough/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/passthrough/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/rerank/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/watsonx/rerank/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/oauth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/realtime/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/realtime/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/realtime/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xai/responses/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xinference/image_generation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/xinference/image_generation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/you_com/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/you_com/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/you_com/search/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/zai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/zai/chat/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/llms/zai/chat/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/model_prices_and_context_window_backup.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/access_group.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/budget.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/credentials.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/end_user.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/managed_files.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/mcp_server.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/model.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/object_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/organization.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/organization_membership.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/project.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/skills.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/spend_logs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/tag.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/team.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/team_membership.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/user.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/models/verification_token.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/ocr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/passthrough/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/passthrough/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/passthrough/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/passthrough/timeout_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/passthrough/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/policy_templates_backup.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/provider_endpoints_support_backup.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/CLAUDE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/auth/litellm_auth_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/auth/token_endpoint_auth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/auth/token_exchange.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/auth/user_api_key_auth_mcp.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/byok_oauth_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/elicitation_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/exceptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/guardrail_translation/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/guardrail_translation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/mcp_context.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/mcp_debug.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/oauth2_flow_backfill.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/oauth2_token_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/oauth_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/openapi_to_mcp_generator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/adapter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/authz_code_refresher.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/dual_cache_token_backend.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/httpx_auth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/oauth_token_store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/per_user_oauth_store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/presented_token_store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/redis_distributed_lock.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/redis_refresh_coordinator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/resolver.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/result.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_cache_codec.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_exchange_provider.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/token_exchanger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/outbound_credentials/v2_token_store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/sampling_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/semantic_tool_filter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/sse_transport.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/tool_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/tool_search.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/toolset_db.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/ui_session_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/mcp_server/utils.py +0 -0
- {litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/AyslfPShikJqg6RTwtVab → litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/B6zPD0PqWm1xlFMbCXbbk}/_buildManifest.js +0 -0
- {litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/AyslfPShikJqg6RTwtVab → litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/B6zPD0PqWm1xlFMbCXbbk}/_clientMiddlewareManifest.js +0 -0
- {litellm-1.93.0.dev2/litellm/proxy/_experimental/out/_next/static/AyslfPShikJqg6RTwtVab → litellm-1.93.0.dev3/litellm/proxy/_experimental/out/_next/static/B6zPD0PqWm1xlFMbCXbbk}/_ssgManifest.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0.bx44y-6~tug.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0.lx6sr8nx3j..js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/00-xblkiz3o8~.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/005223jvojpvv.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/00q4mtjboprhm.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/011mgw.-67gs_.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/015zrtplvjjgq.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/01m7lab3u92-v.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/01sa6ixw6jdru.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/01y._o853f7le.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/022.sz94ycw4x.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/027d2u2cl335o.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/036wlkuzplhfz.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/03m16pvgn6tls.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/03zxkn.2-qj65.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/03~yq9q893hmn.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/043q3g5-5-aju.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/05ay37m4os_56.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/05kh9c-gbgrkk.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/05qmwjqau64bz.css +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/05z02g9s~8km0.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/073k5d88u4d64.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/08yy42xvwaak6.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/09n64dqzn.le~.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/09qysx83l-.6u.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0_qn~p1su748..js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0_y-b9_d9dsuv.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0a.7.elhd8ps9.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0ag~4ozzogr0r.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0aqpm5mabssqz.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0axk76owb7jv..js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0b4pxln-qzgj7.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0b5g~_decuer~.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0c4pfjjue0uc-.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0cmepm.jkel-i.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0d85pf5s8at.6.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0ds~u4~7m29__.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0dvxcnqpg0_ef.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0dydxzw1wjdh8.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0e2x4gliz7a0c.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0e4e5yexckbvd.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0el08tticy_20.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0em0654rb513m.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0g9k1~ppf2hw3.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0gx9us4.lbhq6.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0h4hub5gh9ktt.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0hipu1px0oa-i.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0hpxif-db_y5-.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0i_bg.46lh34y.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0ig36cgw_.2w2.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0irhix-dhijrb.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0jcvl1e2eje4p.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0jib1e4hgitwz.css +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0kime-mln6s6n.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0kn86nu5e77qx.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0l7em-5kjv49e.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0lg.6rbfsd-l9.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0lhjcygy8f_7v.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0lp9oda3r3jp8.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0m._ijxus~ryi.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0m3r49h3rclbg.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0m6zdocif1gl4.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0m9eq7z1d8z7f.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0mh1wnrvmv_y7.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0ms0tqfrpgdo7.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0n0x5.if~4h0v.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0nfqe.2w65m7f.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0nnx~7-7e5t~1.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0oer.7nqrhj7-.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0p4yk052_7hy5.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0pu3ltw1cci2~.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0pylr_x6r-i4b.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0q6~n4y84cejn.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0r9irx-7_i6hr.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0rehsq9xe1kde.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0rfjf53rt_w.k.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0rt7fyakw28b5.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0scfmfivwcppe.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0skjxv866-8kr.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0sx3mu2_l9g_y.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0tbzoqict3-mi.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0tnvncfi4rl0z.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0u0zny6.djks2.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0u9~32cojjvj6.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0uuigwiz-in3~.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0uykcuqkwj~19.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0v1rxqc1hqmrl.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0vffq7buvlg04.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0vzaolh9ul2ju.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0wdw7d1enxey-.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0x.73w57rn4ou.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0xjy~gj0_ph2d.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0y.2fkx-mnrzw.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0y5ybr0-5yc_z.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0ygg.k050ytzc.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0yu_1~b4-6wf1.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0zqqjku5_py64.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0zrbitbm~0koh.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/0~g42t_dvc1-o.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/109v_0iqcsuom.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/10y.65kxyy.34.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/1198ejih-7och.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/129bujhdmi9ce.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/13jobki5iqy.c.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/13ntemm8psav5.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/13w4a~8cy21uf.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/14f4w-z4k4mtz.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/15.9ylrtxojbj.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/15_6vcg943diw.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/15_tz5y4766-7.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/15hm8gokjq2uu.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/15t9dw3befzvy.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/16jfov1k2wrj0.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/16larifzkz88d.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/16szjp3ky1kik.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/17oj3l80l727c.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/17~nrnwq66s-i.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/185-iu4.gl89p.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/189gx.py268lp.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/18cm4jwrgs36x.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/chunks/turbopack-0c_gbv0_h~sru.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/5476f68d60460930-s.0wxq9webf.ew4.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2 +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/_next/static/media/favicon.0~dgapwhi~75y.ico +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/audit-logs-preview.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/a2a_agent.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/ai21.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/aim_logo.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/aim_security.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/aiml_api.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/akto.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/anthropic.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/aporia.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/arize.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/assemblyai_small.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/aws.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/azure_ai_foundry.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/baseten.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/bedrock.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/braintrust.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cato_networks.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cerebras.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cisco.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cloudflare.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cohere.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cometapi.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/cursor.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/databricks.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/datadog.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/dataforseo.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/deepgram.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/deepinfra.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/deepseek.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/elevenlabs.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/enkrypt_ai.avif +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/exa_ai.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/fal_ai.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/featherless.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/figma.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/fireworks.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/friendli.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/galileo.ico +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/github.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/github_copilot.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/gitlab.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/gmail.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/google.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/google_drive.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/google_pse.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/groq.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/guardrails_ai.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/hubspot.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/huggingface.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/hyperbolic.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/infinity.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/javelin.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/jina.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/jira.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/lago.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/lakeraai.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/lambda.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/langflow.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/langfuse.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/langfuse.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/langgraph.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/langsmith.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/lasso.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/linear.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/litellm.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/litellm_logo.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/llm_guard.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/lmstudio.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/mcp_logo.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/meta_llama.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/microsoft_azure.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/milvus.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/minimax.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/mistral.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/moonshot.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/morph.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/nebius.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/newrelic.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/noma_security.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/notion.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/novita.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/nvidia_nim.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/nvidia_triton.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/ollama.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/openai_small.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/openmeter.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/openrouter.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/oracle.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/otel.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/palo_alto_networks.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/pangea.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/parallel_ai.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/perplexity-ai.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/perplexity.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/pillar.jpeg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/postgresql.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/presidio.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/prompt_security.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/promptguard.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/pydantic.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/qohash.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/qwen.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/recraft.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/repelloai.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/replicate.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/runway.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/s3_vector.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/salesforce.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/sambanova.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/sap.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/search1api.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/secret_detect.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/sentry.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/shopify.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/slack.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/snowflake.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/soniox.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/stripe.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/tavily.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/togetherai.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/topaz.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/twilio.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/v0.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/vercel.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/vllm.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/volcengine.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/voyage.webp +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/watsonx.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/xai.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/xecguard.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/xinference.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/zapier.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/assets/logos/zscaler.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/favicon.ico +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/next.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/out/vercel.svg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_experimental/post_call_rules.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_lazy_features.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_lazy_openapi_snapshot.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_lazy_openapi_snapshot.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_logging.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_new_new_secret_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_new_secret_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_super_secret_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/a2a/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/a2a/agent_card.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/a2a/discovery.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/a2a/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/a2a/version_convert.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/a2a_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/a2a_routing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/agent_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/auth/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/auth/agent_permission_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/databricks_oauth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/model_list_helpers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/agent_endpoints/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/analytics_endpoints/analytics_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/anthropic_endpoints/claude_code_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/anthropic_endpoints/claude_code_endpoints/claude_code_marketplace.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/anthropic_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/anthropic_endpoints/skills_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/auth_exception_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/auth_method.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/auth_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/budget_throttle.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/handle_jwt.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/ip_address_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/litellm_license.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/login_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/model_checks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/network.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/oauth2_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/oauth2_proxy_hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/public_key.pem +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/rds_iam_token.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/resolvers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/resolvers/exceptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/resolvers/models.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/resolvers/store.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/roles.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/route_checks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/trusted_proxy_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/auth/user_api_key_auth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/batches_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/cached_logo.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/caching_routes.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/agents.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/auth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/credentials.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/encryption.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/http.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/keys.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/models.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/teams.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/commands/users.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/interface.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/cli/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/credentials.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/exceptions.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/health.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/http_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/keys.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/model_groups.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/models.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/teams.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/client/users.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_request_processing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/admin_ui_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/banner.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/cache_coordinator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/cache_pydantic_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/callback_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/custom_openapi_spec.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/debug_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/encrypt_decrypt_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/expired_ui_session_key_cleanup_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/get_routes.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/html_forms/cli_sso_success.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/html_forms/jwt_display_template.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/html_forms/ui_login.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/http_parsing_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/key_rotation_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/load_config_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/model_listing_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/openai_endpoint_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/openapi_schema_compat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/path_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/performance_utils.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/performance_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/proxy_rate_limit_error.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/proxy_state.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/rbac_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/realtime_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/reset_budget_job.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/resource_ownership.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/static_asset_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/swagger_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/timezone_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/common_utils/user_api_key_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/compliance_checks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/config_management_endpoints/pass_through_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/container_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/container_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/container_endpoints/handler_factory.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/container_endpoints/ownership.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/credential_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/custom_auth_auto.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/custom_hooks/custom_ui_sso_hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/custom_prompt_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/custom_sso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/custom_validate.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/base_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/check_migration.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/create_views.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_spend_update_writer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/base_update_queue.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/daily_spend_update_queue.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/pod_lock_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/redis_update_buffer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/spend_log_cleanup.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/spend_logs_partition_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/spend_update_queue.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_transaction_queue/tool_discovery_queue.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/db_url_settings.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/dynamo_db.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/exception_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/log_db_metrics.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/prisma_client.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/routing_prisma_wrapper.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/spend_counter_reseed.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/spend_log_tool_index.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/db/tool_registry_writer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/dd_span_tagger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/dev_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/discovery_endpoints/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/discovery_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/_health_check_test_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/adaptive_router_example.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/aliases_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/azure_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/bad_schema.prisma +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/code_interpreter_interception_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_auth.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_auth_basic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_callbacks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_callbacks1.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/custom_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/disable_schema_update.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/enterprise_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/langfuse_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/load_balancer.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/multi_instance_simple_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/oai_misc_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/opentelemetry_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/otel_test_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/pass_through_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/pipeline_test_guardrails.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/reject_clientside_metadata_tags_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/simple_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/spend_tracking_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/store_model_db_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/test_pipeline_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/tool_permission_example.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/example_config_yaml/websearch_interception_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/fine_tuning_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/google_endpoints/agents_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/google_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/_content_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_helpers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/aim/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/aim/aim.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/akto/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/akto/akto.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/aporia_ai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/aporia_ai/aporia_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/azure/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/azure/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/azure/prompt_shield.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/azure/text_moderation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/block_code_execution/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/block_code_execution/block_code_execution.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/cato_networks/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/cato_networks/cato_networks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/cisco_ai_defense.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/cisco_ai_defense/cisco_ai_defense_mcp.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/crowdstrike_aidr/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/crowdstrike_aidr/crowdstrike_aidr.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_code/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_code/custom_code_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_code/primitives.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_code/response_rejection_code.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_code/sandbox.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/custom_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/dynamoai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/dynamoai/dynamoai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/enkryptai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/enkryptai/enkryptai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/example_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/generic_guardrail_api/generic_guardrail_api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/grayswan/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/grayswan/grayswan.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/guardrails_ai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/guardrails_ai/guardrails_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/headroom/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/headroom/headroom.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/hiddenlayer/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/hiddenlayer/hiddenlayer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/example_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/javelin/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/javelin/javelin.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/lakera_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/lakera_ai_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/lasso/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/lasso/lasso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/age_discrimination.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_gender.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_racial.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_religious.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/bias_sexual_orientation.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_fraud_coaching.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_medical_advice.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_phi_disclosure.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_prior_auth_gaming.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/claims_system_override.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_insults.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_legal_advice.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_medical_advice.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/disability.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/gender_sexual_orientation.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_au.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_de.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_es.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harm_toxic_abuse_fr.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_child_safety.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_illegal_weapons.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_self_harm.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/harmful_violence.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/military_status.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_data_exfiltration.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_jailbreak.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_malicious_code.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_sql.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/prompt_injection_system_prompt.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/religion.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/airline.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/competitor_intent/major_airlines.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/examples/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_age_discrimination.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_fraud_coaching.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_medical_advice.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_phi_disclosure.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_prior_auth_gaming.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_claims_system_override.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_disability_discrimination.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_gender_discrimination.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_insults.csv +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_insults.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_investment.csv +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_investment.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_military_discrimination.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/evals/block_religion_discrimination.jsonl +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/BENCHMARKS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/age_discrimination_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_fraud_coaching_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_medical_advice_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_phi_disclosure_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_prior_auth_gaming_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/claims_system_override_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/disability_discrimination_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/gender_discrimination_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/insults_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/investment_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/military_discrimination_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/results/religion_discrimination_cf.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/test_eval.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/patterns.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/patterns.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/airline_brand_protection.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/aviation_safety_topics.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_biometric_profiling.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_biometric_profiling_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_emotion_recognition.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_emotion_recognition_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_manipulation.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_manipulation_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_social_scoring.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_social_scoring_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_vulnerability.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_art5_vulnerability_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_article5.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/eu_ai_act_article5_fr.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/prompt_injection.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_data_governance.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_fairness_bias.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_human_oversight.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_model_security.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_mas_transparency_explainability.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_data_transfer.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_do_not_call.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_personal_identifiers.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_profiling_automated_decisions.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sg_pdpa_sensitive_data.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/sql_injection.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/uae_anti_discrimination.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/policy_templates/uae_cultural_sensitivity.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/llm_as_a_judge/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_end_user_permission/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_end_user_permission/mcp_end_user_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_jwt_signer/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_jwt_signer/mcp_jwt_signer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_security/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/mcp_security/mcp_security_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/microsoft_purview/purview_dlp.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/model_armor/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/model_armor/file_scanning.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/model_armor/model_armor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/noma/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/noma/noma.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/noma/noma_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/onyx/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/onyx/onyx.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/openai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/openai/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ovalix/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/ovalix/ovalix.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/pangea/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/pangea/pangea.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/panw_prisma_airs/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/panw_prisma_airs/panw_prisma_airs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/pillar/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/pillar/pillar.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/presidio.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/prompt_security/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/prompt_security/prompt_security.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/promptguard/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/promptguard/promptguard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/qohash/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/qohash/qohash.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/qualifire/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/qualifire/qualifire.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/repelloai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/repelloai/repelloai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/rubrik/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_loader.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_templates/prompt_injection.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/route_templates/sql_injection.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/tool_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/tool_policy/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/tool_policy/tool_policy_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/unified_guardrail/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/unified_guardrail/unified_guardrail.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/vigil_guard/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/vigil_guard/vigil_guard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/xecguard/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/zscaler_ai_guard/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_hooks/zscaler_ai_guard/zscaler_ai_guard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_initializers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/guardrail_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/init_guardrails.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/tool_name_extraction.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/usage_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/guardrails/usage_tracking.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/health_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/health_check_utils/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/health_check_utils/shared_health_check_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/health_endpoints/_health_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/README.dynamic_rate_limiter_v3.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/azure_content_safety.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/batch_rate_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/batch_redis_get.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/cache_control_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/dynamic_rate_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/dynamic_rate_limiter_v3.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/example_presidio_ad_hoc_recognizer.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/key_management_event_hooks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/litellm_skills/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/litellm_skills/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/max_budget_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/max_budget_per_session_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/max_iterations_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/mcp_semantic_filter/ARCHITECTURE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/mcp_semantic_filter/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/mcp_semantic_filter/hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/model_max_budget_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/parallel_request_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/parallel_request_limiter_v3.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/prompt_injection_detection.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/proxy_track_cost_callback.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/rate_limiter_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/responses_id_security.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/sensitive_data_routing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/hooks/user_management_event_hooks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/image_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/image_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/lambda.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/litellm_pre_call_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/llamaguard_prompt.txt +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/logging_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/logging_endpoints/callback_logs_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/logo.jpg +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/access_group_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/budget_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/cache_settings_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/callback_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/common_daily_activity.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/compliance_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/config_override_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/cost_tracking_settings.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/credential_migration.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/customer_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/fallback_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/internal_user_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/jwt_key_mapping_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/key_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/model_access_group_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/model_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/organization_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/policy_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/policy_endpoints/ai_policy_suggester.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/policy_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/router_settings_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/scim/README_SCIM.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/scim/scim_transformations.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/scim/scim_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/sso/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/sso/custom_microsoft_sso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/sso_helper_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/tag_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/team_callback_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/team_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/tool_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/ui_sso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/usage_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/usage_endpoints/ai_usage_chat.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/usage_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/user_agent_analytics_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_endpoints/workflow_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_helpers/audit_logs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_helpers/object_permission_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_helpers/team_member_permission_checks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_helpers/user_invitation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/management_helpers/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/mcp_registry.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/mcp_tools.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/memory/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/memory/memory_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/middleware/in_flight_requests_middleware.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/middleware/prometheus_auth_middleware.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/middleware/request_size_limit_middleware.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/middleware/security_headers_middleware.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/model_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/ocr_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/ocr_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_evals_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_evals_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_files_endpoints/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_files_endpoints/file_content_streaming_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_files_endpoints/files_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openai_files_endpoints/storage_backend_service.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openapi.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/openapi_registry.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/architecture.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/jsonpath_extractor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/anthropic_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/assembly_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/base_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/cohere_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/cursor_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/gemini_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/openai_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_ai_live_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/managed_id_codec.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/managed_id_rewriter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/passthrough_endpoint_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/passthrough_guardrails.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/streaming_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/pass_through_endpoints/success_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/plugin_routes.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/architecture.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/attachment_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/condition_evaluator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/init_policies.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/pipeline_executor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_matcher.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_resolve_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_resolver.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/policy_engine/policy_validator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/post_call_rules.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prisma_migration.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prometheus_cleanup.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prompts/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prompts/init_prompts.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prompts/prompt_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/prompts/prompt_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/proxy_cli.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/proxy_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/public_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/public_endpoints/agent_create_fields.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/public_endpoints/provider_create_fields.json +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/public_endpoints/public_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/rag_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/rag_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/read_model_list.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/realtime_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/realtime_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/rerank_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/response_api_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/response_polling/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/response_polling/background_streaming.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/response_polling/polling_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/route_llm_request.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/schema.prisma +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/search_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/search_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/search_endpoints/search_tool_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/search_endpoints/search_tool_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/shutdown/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/shutdown/graceful_shutdown_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/budget_reservation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/cloudzero_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/cold_storage_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/spend_log_error_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/spend_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/spend_tracking_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/spend_tracking/vantage_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/start.sh +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/swagger/favicon.ico +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/swagger/favicon.png +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/swagger/swagger-ui-bundle.js +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/swagger/swagger-ui.css +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/test_prompts/test_hello_world_prompt.prompt +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/types_utils/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/types_utils/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/ui_crud_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/ui_crud_endpoints/proxy_setting_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vector_store_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vector_store_endpoints/management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vector_store_endpoints/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vector_store_files_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vector_store_files_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/vertex_ai_endpoints/langfuse_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/video_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/video_endpoints/endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/video_endpoints/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/wildcard_config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy/workflows/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy_auth/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/proxy_auth/credentials.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/py.typed +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/base_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/bedrock_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/file_parsers/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/file_parsers/pdf_parser.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/gemini_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/openai_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/s3_vectors_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/ingestion/vertex_ai_ingestion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/rag_query.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/text_splitters/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/text_splitters/recursive_character_text_splitter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rag/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/realtime_api/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/realtime_api/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/base_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/budget_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/config_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/credentials_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/model_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/object_permission_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/organization_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/project_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/table_repositories.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/team_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/user_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/repositories/verification_token_repository.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rerank_api/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rerank_api/rerank_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/file_search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/file_search/emulated_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/litellm_completion_transformation/custom_tools.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/litellm_completion_transformation/handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/litellm_completion_transformation/session_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/litellm_completion_transformation/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/litellm_completion_transformation/transformation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/mcp/chat_completions_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/mcp/litellm_proxy_mcp_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/mcp/mcp_streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/sse_output_recovery.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/streaming_iterator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/responses/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/adaptive_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/bandit.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/classifier.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/hooks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/signals.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/adaptive_router/update_queue.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/auto_router/auto_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/auto_router/litellm_encoder.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/base_routing_strategy.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/budget_limiter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/complexity_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/evals/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/complexity_router/evals/eval_complexity_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/lar1_routing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/least_busy.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/lowest_cost.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/lowest_latency.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/lowest_tpm_rpm.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/lowest_tpm_rpm_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/quality_router/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/quality_router/config.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/quality_router/quality_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/simple_shuffle.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_strategy/tag_based_routing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/add_retry_fallback_headers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/batch_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/client_initalization_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/clientside_credential_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/common_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/cooldown_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/cooldown_callbacks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/cooldown_handlers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/fallback_event_handlers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/get_retry_from_policy.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/handle_error.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/health_state_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pattern_match_deployments.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/deployment_affinity_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/encrypted_content_affinity_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/io_token_rate_limit_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/model_rate_limit_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/prompt_caching_deployment_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/pre_call_checks/responses_api_deployment_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/prompt_caching_cache.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/response_headers.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/router_callbacks/track_deployment_metrics.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/router_utils/search_api_router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rust_bridge/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rust_bridge/loader.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/rust_bridge/ocr.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/sandbox/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/sandbox/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/sandbox/sandbox_tools.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/scheduler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/search/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/search/cost_calculator.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/search/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/Readme.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/aws_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/aws_secret_manager_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/base_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/custom_secret_manager_loader.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/cyberark_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/get_azure_ad_token_provider.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/google_kms.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/google_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/hashicorp_secret_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/secret_managers/secret_manager_handler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/setup_wizard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/skills/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/skills/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/timeout.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/access_group.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/adapter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/agents.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/caching.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/completion.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/compression.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/containers/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/embedding.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/files.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/fine_tuning.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/google_genai/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/google_genai/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/guardrails.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/images/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/anthropic_cache_control_hook.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/argilla.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/arize.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/arize_phoenix.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/azure_sentinel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/base_health_check.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/cloudzero.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/code_interpreter_interception.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/compression_interception.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/custom_logger.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/datadog.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/datadog_cost_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/datadog_llm_obs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/datadog_metrics.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/gcs_bucket.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/langfuse.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/langfuse_otel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/langsmith.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/newrelic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/pagerduty.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/posthog.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/prometheus.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/rag/bedrock_knowledgebase.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/s3_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/slack_alerting.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/weave_otel.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/integrations/websearch_interception.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/interactions/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/interactions/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/interactions/generated.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/lar1.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/litellm_core_utils/streaming_chunk_builder_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/aiml.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/anthropic.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/anthropic_messages/anthropic_request.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/anthropic_messages/anthropic_response.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/anthropic_skills.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/anthropic_tool_search.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/azure.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/azure_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/bedrock.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/bedrock_agentcore.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/bedrock_invoke_agents.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/cohere.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/custom_http.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/custom_llm.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/databricks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/gemini.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/langgraph.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/mistral.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/oci.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/ollama.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/openai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/openai_evals.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/openrouter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/recraft.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/rerank.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/stability.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/triton.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/vertex_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/vertex_ai_speech_to_text.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/vertex_ai_text_to_speech.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/watsonx.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/llms/xai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/management_endpoints/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/management_endpoints/cache_settings_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/management_endpoints/router_settings_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/mcp.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/mcp_server/mcp_server_manager.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/mcp_server/mcp_toolset.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/mcp_server/tool_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/memory_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/object_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/passthrough_endpoints/assembly_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/passthrough_endpoints/pass_through_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/passthrough_endpoints/vertex_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/policy_engine.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/prompts/init_prompts.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/callback_logs_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/claude_code_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/cloudzero_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/compliance_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/control_plane_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/discovery_endpoints/ui_discovery_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/aim.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/akto.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/aporia_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/azure/azure_prompt_shield.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/azure/azure_text_moderation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/azure/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/block_code_execution.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/cato_networks.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/cisco_ai_defense.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/crowdstrike_aidr.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/dynamoai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/enkryptai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/generic_guardrail_api.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/grayswan.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/guardrails_ai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/headroom.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/hiddenlayer.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/base.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/ibm/ibm_detector.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/javelin.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/lakera_ai_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/lasso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/litellm_content_filter.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/mcp_end_user_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/model_armor.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/noma.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/onyx.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/openai/openai_moderation.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/ovalix.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/pangea.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/panw_prisma_airs.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/pillar.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/presidio.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/prompt_security.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/promptguard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/qohash.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/qualifire.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/repelloai.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/tool_permission.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/vigil_guard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/xecguard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/guardrails/guardrail_hooks/zscaler_ai_guard.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/litellm_pre_call_utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/common_daily_activity.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/config_overrides.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/customer_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/internal_user_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/key_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/model_management_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/scim_v2.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/team_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/management_endpoints/ui_sso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/model_listing.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/policy_engine/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/policy_engine/pipeline_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/policy_engine/policy_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/policy_engine/resolver_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/policy_engine/validation_types.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/prompt_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/public_endpoints/public_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/ui_sso.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/proxy/vantage_endpoints.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/rag.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/realtime.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/rerank.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/responses/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/router.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/scheduler.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/search.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/secret_managers/get_azure_ad_token_provider.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/secret_managers/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/services.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/tag_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/tool_management.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/vector_store_files.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/vector_stores.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/videos/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/types/videos/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_store_files/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_store_files/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_store_files/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_stores/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_stores/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_stores/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/vector_stores/vector_store_registry.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/videos/__init__.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/videos/main.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm/videos/utils.py +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/Cargo.lock +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/Cargo.toml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/ARCHITECTURE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/Cargo.toml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/Dockerfile +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/Dockerfile.dockerignore +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/benchmarks/realtime/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/config.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/render.yaml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/auth/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/constants.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/gil.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/custom_guardrail/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/custom_guardrail/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/custom_logger/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/custom_logger/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/litellm_python_proxy_api/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/litellm_python_proxy_api/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/integrations/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/io/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/io/ocr.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/io/realtime.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/io/realtime_pool.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/lib.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/main.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/client.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/common_utils.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/handler.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/hooks.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/prepare.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/tests.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/ocr/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/python/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/python/config.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/python/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/realtime/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/realtime/streaming.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/gil.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/health.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/realtime/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/realtime/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/routes/realtime/service.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/ai-gateway/src/state.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/CLAUDE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/Cargo.toml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/call_lifecycle/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/call_lifecycle/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/call_lifecycle/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/error.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/lib.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/ocr/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/ocr/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/ocr/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/azure_ai/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/azure_ai/ocr/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/azure_ai/ocr/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/mistral/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/mistral/ocr/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/mistral/ocr/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/openai/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/openai/realtime/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/openai/realtime/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/vertex_ai/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/vertex_ai/ocr/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/providers/vertex_ai/ocr/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/realtime/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/realtime/transformation.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/realtime/types.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/router/deployment.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/router/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/router/strategy/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/router/strategy/simple_shuffle.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/routing_utils/README.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/routing_utils/mod.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/src/routing_utils/provider.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/core/tests/workspace_crate_allowlist.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/AGENTS.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/CLAUDE.md +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/Cargo.toml +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/build.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/src/gil.rs +0 -0
- {litellm-1.93.0.dev2 → litellm-1.93.0.dev3}/litellm-rust/crates/python-bridge/src/lib.rs +0 -0
|
@@ -0,0 +1,773 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: litellm
|
|
3
|
+
Version: 1.93.0.dev3
|
|
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.26.0,<2.0 ; extra == 'proxy'
|
|
37
|
+
Requires-Dist: litellm-proxy-extras==0.4.75 ; extra == 'proxy'
|
|
38
|
+
Requires-Dist: litellm-enterprise==0.1.49 ; 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: polars>=1.38.1,<2.0 ; extra == 'proxy'
|
|
42
|
+
Requires-Dist: soundfile>=0.12.1,<1.0 ; extra == 'proxy'
|
|
43
|
+
Requires-Dist: pyroscope-io>=0.8.16,<1.0 ; sys_platform != 'win32' and extra == 'proxy'
|
|
44
|
+
Requires-Dist: pydantic-settings>=2.14.1,<3.0 ; extra == 'proxy'
|
|
45
|
+
Requires-Dist: expression>=5.6.0,<6.0 ; extra == 'proxy'
|
|
46
|
+
Requires-Dist: rich>=13.9.4,<14.0 ; extra == 'cli'
|
|
47
|
+
Requires-Dist: pyyaml>=6.0.3,<7.0 ; extra == 'cli'
|
|
48
|
+
Requires-Dist: requests>=2.32.0,<3.0 ; extra == 'cli'
|
|
49
|
+
Requires-Dist: prisma>=0.11.0,<1.0 ; extra == 'extra-proxy'
|
|
50
|
+
Requires-Dist: azure-identity>=1.25.2,<2.0 ; extra == 'extra-proxy'
|
|
51
|
+
Requires-Dist: azure-keyvault-secrets>=4.10.0,<5.0 ; extra == 'extra-proxy'
|
|
52
|
+
Requires-Dist: google-cloud-kms>=2.24.2,<3.0 ; extra == 'extra-proxy'
|
|
53
|
+
Requires-Dist: google-cloud-iam>=2.19.1,<3.0 ; extra == 'extra-proxy'
|
|
54
|
+
Requires-Dist: resend>=2.23.0,<3.0 ; extra == 'extra-proxy'
|
|
55
|
+
Requires-Dist: redisvl>=0.4.1,<1.0 ; python_full_version < '3.14' and extra == 'extra-proxy'
|
|
56
|
+
Requires-Dist: a2a-sdk>=1.1.0,<2.0 ; extra == 'extra-proxy'
|
|
57
|
+
Requires-Dist: numpydoc>=1.8.0,<2.0 ; extra == 'utils'
|
|
58
|
+
Requires-Dist: diskcache>=5.6.3,<6.0 ; extra == 'caching'
|
|
59
|
+
Requires-Dist: semantic-router>=0.1.15,<1.0 ; python_full_version < '3.14' and extra == 'semantic-router'
|
|
60
|
+
Requires-Dist: aurelio-sdk>=0.0.19,<1.0 ; python_full_version < '3.14' and extra == 'semantic-router'
|
|
61
|
+
Requires-Dist: mlflow>=3.11.1,<4.0 ; extra == 'mlflow'
|
|
62
|
+
Requires-Dist: grpcio==1.78.0 ; extra == 'grpc'
|
|
63
|
+
Requires-Dist: nvidia-riva-client>=2.15.0 ; extra == 'stt-nvidia-riva'
|
|
64
|
+
Requires-Dist: soundfile>=0.12.1 ; extra == 'stt-nvidia-riva'
|
|
65
|
+
Requires-Dist: audioread>=3.0.1 ; extra == 'stt-nvidia-riva'
|
|
66
|
+
Requires-Dist: numpy>=1.26.0 ; extra == 'stt-nvidia-riva'
|
|
67
|
+
Requires-Dist: google-cloud-aiplatform>=1.133.0,<2.0 ; extra == 'google'
|
|
68
|
+
Requires-Dist: google-cloud-aiplatform>=1.133.0,<2.0 ; extra == 'proxy-runtime'
|
|
69
|
+
Requires-Dist: google-genai>=1.37.0,<2.0 ; extra == 'proxy-runtime'
|
|
70
|
+
Requires-Dist: anthropic[vertex]>=0.84.0,<1.0 ; extra == 'proxy-runtime'
|
|
71
|
+
Requires-Dist: grpcio==1.78.0 ; extra == 'proxy-runtime'
|
|
72
|
+
Requires-Dist: prometheus-client>=0.20.0,<1.0 ; extra == 'proxy-runtime'
|
|
73
|
+
Requires-Dist: langfuse>=2.59.7,<3.0 ; extra == 'proxy-runtime'
|
|
74
|
+
Requires-Dist: opentelemetry-api==1.28.0 ; extra == 'proxy-runtime'
|
|
75
|
+
Requires-Dist: opentelemetry-sdk==1.28.0 ; extra == 'proxy-runtime'
|
|
76
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.28.0 ; extra == 'proxy-runtime'
|
|
77
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.49b0 ; extra == 'proxy-runtime'
|
|
78
|
+
Requires-Dist: ddtrace>=2.19.0,<3.0 ; extra == 'proxy-runtime'
|
|
79
|
+
Requires-Dist: sentry-sdk>=2.21.0,<3.0 ; extra == 'proxy-runtime'
|
|
80
|
+
Requires-Dist: mangum>=0.17.0,<1.0 ; extra == 'proxy-runtime'
|
|
81
|
+
Requires-Dist: azure-ai-contentsafety>=1.0.0,<2.0 ; extra == 'proxy-runtime'
|
|
82
|
+
Requires-Dist: azure-storage-file-datalake>=12.20.0,<13.0 ; extra == 'proxy-runtime'
|
|
83
|
+
Requires-Dist: pypdf>=6.12.0,<7.0 ; python_full_version < '3.14' and extra == 'proxy-runtime'
|
|
84
|
+
Requires-Dist: llm-sandbox>=0.3.39,<1.0 ; extra == 'proxy-runtime'
|
|
85
|
+
Requires-Dist: detect-secrets>=1.5.0,<2.0 ; extra == 'proxy-runtime'
|
|
86
|
+
Provides-Extra: proxy
|
|
87
|
+
Provides-Extra: cli
|
|
88
|
+
Provides-Extra: extra_proxy
|
|
89
|
+
Provides-Extra: utils
|
|
90
|
+
Provides-Extra: caching
|
|
91
|
+
Provides-Extra: semantic-router
|
|
92
|
+
Provides-Extra: mlflow
|
|
93
|
+
Provides-Extra: grpc
|
|
94
|
+
Provides-Extra: stt-nvidia-riva
|
|
95
|
+
Provides-Extra: google
|
|
96
|
+
Provides-Extra: proxy-runtime
|
|
97
|
+
License-File: LICENSE
|
|
98
|
+
Summary: Library to easily interface with LLM API providers
|
|
99
|
+
Author: BerriAI
|
|
100
|
+
License-Expression: MIT
|
|
101
|
+
Requires-Python: >=3.10, <3.14
|
|
102
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
103
|
+
Project-URL: Homepage, https://litellm.ai
|
|
104
|
+
Project-URL: Repository, https://github.com/BerriAI/litellm
|
|
105
|
+
Project-URL: Documentation, https://docs.litellm.ai
|
|
106
|
+
|
|
107
|
+
<h1 align="center">
|
|
108
|
+
🚅 LiteLLM
|
|
109
|
+
</h1>
|
|
110
|
+
<p align="center">
|
|
111
|
+
<p align="center">LiteLLM AI Gateway
|
|
112
|
+
</p>
|
|
113
|
+
<p align="center">Open Source AI Gateway for 100+ LLMs. Self-hosted. Enterprise-ready. Call any LLM in OpenAI format.</p>
|
|
114
|
+
<p align="center">
|
|
115
|
+
<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>
|
|
116
|
+
<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>
|
|
117
|
+
<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>
|
|
118
|
+
<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>
|
|
119
|
+
</p>
|
|
120
|
+
</p>
|
|
121
|
+
<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>
|
|
122
|
+
<h4 align="center">
|
|
123
|
+
<a href="https://pypi.org/project/litellm/" target="_blank">
|
|
124
|
+
<img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">
|
|
125
|
+
</a>
|
|
126
|
+
<a href="https://github.com/BerriAI/litellm" target="_blank">
|
|
127
|
+
<img src="https://img.shields.io/github/stars/BerriAI/litellm.svg?style=social" alt="GitHub Stars">
|
|
128
|
+
</a>
|
|
129
|
+
<a href="https://www.ycombinator.com/companies/berriai">
|
|
130
|
+
<img src="https://img.shields.io/badge/Y%20Combinator-W23-orange?style=flat-square" alt="Y Combinator W23">
|
|
131
|
+
</a>
|
|
132
|
+
<a href="https://wa.link/huol9n">
|
|
133
|
+
<img src="https://img.shields.io/static/v1?label=Chat%20on&message=WhatsApp&color=success&logo=WhatsApp&style=flat-square" alt="Whatsapp">
|
|
134
|
+
</a>
|
|
135
|
+
<a href="https://discord.gg/wuPM9dRgDw">
|
|
136
|
+
<img src="https://img.shields.io/static/v1?label=Chat%20on&message=Discord&color=blue&logo=Discord&style=flat-square" alt="Discord">
|
|
137
|
+
</a>
|
|
138
|
+
<a href="https://www.litellm.ai/support">
|
|
139
|
+
<img src="https://img.shields.io/static/v1?label=Chat%20on&message=Slack&color=black&logo=Slack&style=flat-square" alt="Slack">
|
|
140
|
+
</a>
|
|
141
|
+
<a href="https://codspeed.io/BerriAI/litellm?utm_source=badge">
|
|
142
|
+
<img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed"/>
|
|
143
|
+
</a>
|
|
144
|
+
</h4>
|
|
145
|
+
|
|
146
|
+
<img alt="LiteLLM AI Gateway" src="https://github.com/user-attachments/assets/c5ee0412-6fb5-4fb6-ab5b-bafae4209ca6" />
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## What is LiteLLM
|
|
151
|
+
|
|
152
|
+
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.
|
|
153
|
+
|
|
154
|
+
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.
|
|
155
|
+
|
|
156
|
+
[**Jump to LiteLLM Proxy (LLM Gateway) Docs**](https://docs.litellm.ai/docs/simple_proxy) <br>
|
|
157
|
+
[**Jump to Supported LLM Providers**](https://docs.litellm.ai/docs/providers)
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Why LiteLLM
|
|
162
|
+
|
|
163
|
+
Managing LLM calls across providers gets complicated fast — different SDKs, auth patterns, request formats, and error types for every model. LiteLLM removes that friction:
|
|
164
|
+
|
|
165
|
+
- **Unified API** — one interface for 100+ LLMs, no provider-specific SDK juggling
|
|
166
|
+
- **Drop-in OpenAI compatibility** — swap providers without rewriting your code
|
|
167
|
+
- **Production-ready gateway** — virtual keys, spend tracking, guardrails, load balancing, and an admin dashboard out of the box
|
|
168
|
+
- **8ms P95 latency** at 1k RPS ([benchmarks](https://docs.litellm.ai/docs/benchmarks))
|
|
169
|
+
|
|
170
|
+
### OSS Adopters
|
|
171
|
+
|
|
172
|
+
<table>
|
|
173
|
+
<tr>
|
|
174
|
+
<td><img height="60" alt="Stripe" src="https://github.com/user-attachments/assets/f7296d4f-9fbd-460d-9d05-e4df31697c4b" /></td>
|
|
175
|
+
<td><img height="60" alt="image" src="https://github.com/user-attachments/assets/436fca71-988b-40bb-b5fe-8450c80fdbd0" /></td>
|
|
176
|
+
<td><img height="60" alt="Google ADK" src="https://github.com/user-attachments/assets/caf270a2-5aee-45c4-8222-41a2070c4f19" /></td>
|
|
177
|
+
<td><img height="60" alt="Greptile" src="https://github.com/user-attachments/assets/3db0ae72-0843-4005-a56d-bba1dde2193d" /></td>
|
|
178
|
+
<td><img height="60" alt="OpenHands" src="https://github.com/user-attachments/assets/a6150c4c-149e-4cae-888b-8b92be6e003f" /></td>
|
|
179
|
+
<td><h2>Netflix</h2></td>
|
|
180
|
+
<td><img height="60" alt="OpenAI Agents SDK" src="https://github.com/user-attachments/assets/c02f7be0-8c2e-4d27-aea7-7c024bfaebc0" /></td>
|
|
181
|
+
</tr>
|
|
182
|
+
</table>
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## Features
|
|
187
|
+
|
|
188
|
+
<details open>
|
|
189
|
+
<summary><b>LLMs</b> - Call 100+ LLMs (Python SDK + AI Gateway)</summary>
|
|
190
|
+
|
|
191
|
+
[**All Supported Endpoints**](https://docs.litellm.ai/docs/supported_endpoints) - `/chat/completions`, `/responses`, `/embeddings`, `/images`, `/audio`, `/batches`, `/rerank`, `/a2a`, `/messages` and more.
|
|
192
|
+
|
|
193
|
+
### Python SDK
|
|
194
|
+
|
|
195
|
+
```shell
|
|
196
|
+
uv add litellm
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
```python
|
|
200
|
+
from litellm import completion
|
|
201
|
+
import os
|
|
202
|
+
|
|
203
|
+
os.environ["OPENAI_API_KEY"] = "your-openai-key"
|
|
204
|
+
os.environ["ANTHROPIC_API_KEY"] = "your-anthropic-key"
|
|
205
|
+
|
|
206
|
+
# OpenAI
|
|
207
|
+
response = completion(model="openai/gpt-4o", messages=[{"role": "user", "content": "Hello!"}])
|
|
208
|
+
|
|
209
|
+
# Anthropic
|
|
210
|
+
response = completion(model="anthropic/claude-sonnet-4-20250514", messages=[{"role": "user", "content": "Hello!"}])
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### AI Gateway (Proxy Server)
|
|
214
|
+
|
|
215
|
+
[**Getting Started - E2E Tutorial**](https://docs.litellm.ai/docs/proxy/docker_quick_start) - Setup virtual keys, make your first request
|
|
216
|
+
|
|
217
|
+
```shell
|
|
218
|
+
uv tool install 'litellm[proxy]'
|
|
219
|
+
litellm --model gpt-4o
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
```python
|
|
223
|
+
import openai
|
|
224
|
+
|
|
225
|
+
client = openai.OpenAI(api_key="anything", base_url="http://0.0.0.0:4000")
|
|
226
|
+
response = client.chat.completions.create(
|
|
227
|
+
model="gpt-4o",
|
|
228
|
+
messages=[{"role": "user", "content": "Hello!"}]
|
|
229
|
+
)
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
[**Docs: LLM Providers**](https://docs.litellm.ai/docs/providers)
|
|
233
|
+
|
|
234
|
+
</details>
|
|
235
|
+
|
|
236
|
+
<details>
|
|
237
|
+
<summary><b>Agents</b> - Invoke A2A Agents (Python SDK + AI Gateway)</summary>
|
|
238
|
+
|
|
239
|
+
[**Supported Providers**](https://docs.litellm.ai/docs/a2a#add-a2a-agents) - LangGraph, Vertex AI Agent Engine, Azure AI Foundry, Bedrock AgentCore, Pydantic AI
|
|
240
|
+
|
|
241
|
+
### Python SDK - A2A Protocol
|
|
242
|
+
|
|
243
|
+
```python
|
|
244
|
+
from litellm.a2a_protocol import A2AClient
|
|
245
|
+
from a2a.types import SendMessageRequest, MessageSendParams
|
|
246
|
+
from uuid import uuid4
|
|
247
|
+
|
|
248
|
+
client = A2AClient(base_url="http://localhost:10001")
|
|
249
|
+
|
|
250
|
+
request = SendMessageRequest(
|
|
251
|
+
id=str(uuid4()),
|
|
252
|
+
params=MessageSendParams(
|
|
253
|
+
message={
|
|
254
|
+
"role": "user",
|
|
255
|
+
"parts": [{"kind": "text", "text": "Hello!"}],
|
|
256
|
+
"messageId": uuid4().hex,
|
|
257
|
+
}
|
|
258
|
+
)
|
|
259
|
+
)
|
|
260
|
+
response = await client.send_message(request)
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
### AI Gateway (Proxy Server)
|
|
264
|
+
|
|
265
|
+
**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
|
|
266
|
+
|
|
267
|
+
**Step 2.** Call Agent via A2A SDK (requires `a2a-sdk>=1.1.0`)
|
|
268
|
+
|
|
269
|
+
```python
|
|
270
|
+
import httpx
|
|
271
|
+
from a2a.client import A2ACardResolver, ClientConfig, ClientFactory
|
|
272
|
+
from a2a.types import Message, Part, Role, SendMessageRequest
|
|
273
|
+
from a2a.utils.constants import TransportProtocol
|
|
274
|
+
from uuid import uuid4
|
|
275
|
+
|
|
276
|
+
base_url = "http://localhost:4000/a2a/my-agent" # LiteLLM proxy + agent name
|
|
277
|
+
headers = {"Authorization": "Bearer sk-1234"} # LiteLLM Virtual Key
|
|
278
|
+
|
|
279
|
+
async with httpx.AsyncClient(headers=headers, timeout=60.0) as http_client:
|
|
280
|
+
resolver = A2ACardResolver(httpx_client=http_client, base_url=base_url)
|
|
281
|
+
agent_card = await resolver.get_agent_card()
|
|
282
|
+
config = ClientConfig(
|
|
283
|
+
httpx_client=http_client,
|
|
284
|
+
streaming=False,
|
|
285
|
+
supported_protocol_bindings=[TransportProtocol.JSONRPC, TransportProtocol.HTTP_JSON],
|
|
286
|
+
)
|
|
287
|
+
client = ClientFactory(config).create(agent_card)
|
|
288
|
+
|
|
289
|
+
request = SendMessageRequest(
|
|
290
|
+
message=Message(
|
|
291
|
+
message_id=uuid4().hex,
|
|
292
|
+
role=Role.ROLE_USER,
|
|
293
|
+
parts=[Part(text="Hello!")],
|
|
294
|
+
)
|
|
295
|
+
)
|
|
296
|
+
async for event in client.send_message(request):
|
|
297
|
+
populated = event.ListFields()
|
|
298
|
+
if populated and populated[0][0].name in ("message", "msg"):
|
|
299
|
+
print("".join(getattr(p, "text", "") or "" for p in populated[0][1].parts))
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
[**Docs: A2A Agent Gateway**](https://docs.litellm.ai/docs/a2a)
|
|
303
|
+
|
|
304
|
+
</details>
|
|
305
|
+
|
|
306
|
+
<details>
|
|
307
|
+
<summary><b>MCP Tools</b> - Connect MCP servers to any LLM (Python SDK + AI Gateway)</summary>
|
|
308
|
+
|
|
309
|
+
### Python SDK - MCP Bridge
|
|
310
|
+
|
|
311
|
+
```python
|
|
312
|
+
from mcp import ClientSession, StdioServerParameters
|
|
313
|
+
from mcp.client.stdio import stdio_client
|
|
314
|
+
from litellm import experimental_mcp_client
|
|
315
|
+
import litellm
|
|
316
|
+
|
|
317
|
+
server_params = StdioServerParameters(command="python", args=["mcp_server.py"])
|
|
318
|
+
|
|
319
|
+
async with stdio_client(server_params) as (read, write):
|
|
320
|
+
async with ClientSession(read, write) as session:
|
|
321
|
+
await session.initialize()
|
|
322
|
+
|
|
323
|
+
# Load MCP tools in OpenAI format
|
|
324
|
+
tools = await experimental_mcp_client.load_mcp_tools(session=session, format="openai")
|
|
325
|
+
|
|
326
|
+
# Use with any LiteLLM model
|
|
327
|
+
response = await litellm.acompletion(
|
|
328
|
+
model="gpt-4o",
|
|
329
|
+
messages=[{"role": "user", "content": "What's 3 + 5?"}],
|
|
330
|
+
tools=tools
|
|
331
|
+
)
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
### AI Gateway - MCP Gateway
|
|
335
|
+
|
|
336
|
+
**Step 1.** [Add your MCP Server to the AI Gateway](https://docs.litellm.ai/docs/mcp#adding-your-mcp)
|
|
337
|
+
|
|
338
|
+
**Step 2.** Call MCP tools via `/chat/completions`
|
|
339
|
+
|
|
340
|
+
```bash
|
|
341
|
+
curl -X POST 'http://0.0.0.0:4000/v1/chat/completions' \
|
|
342
|
+
-H 'Authorization: Bearer sk-1234' \
|
|
343
|
+
-H 'Content-Type: application/json' \
|
|
344
|
+
-d '{
|
|
345
|
+
"model": "gpt-4o",
|
|
346
|
+
"messages": [{"role": "user", "content": "Summarize the latest open PR"}],
|
|
347
|
+
"tools": [{
|
|
348
|
+
"type": "mcp",
|
|
349
|
+
"server_url": "litellm_proxy/mcp/github",
|
|
350
|
+
"server_label": "github_mcp",
|
|
351
|
+
"require_approval": "never"
|
|
352
|
+
}]
|
|
353
|
+
}'
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
### Use with Cursor IDE
|
|
357
|
+
|
|
358
|
+
```json
|
|
359
|
+
{
|
|
360
|
+
"mcpServers": {
|
|
361
|
+
"LiteLLM": {
|
|
362
|
+
"url": "http://localhost:4000/mcp/",
|
|
363
|
+
"headers": {
|
|
364
|
+
"x-litellm-api-key": "Bearer sk-1234"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
[**Docs: MCP Gateway**](https://docs.litellm.ai/docs/mcp)
|
|
372
|
+
|
|
373
|
+
</details>
|
|
374
|
+
|
|
375
|
+
### Supported Providers ([Website Supported Models](https://models.litellm.ai/) | [Docs](https://docs.litellm.ai/docs/providers))
|
|
376
|
+
|
|
377
|
+
| Provider | `/chat/completions` | `/messages` | `/responses` | `/embeddings` | `/image/generations` | `/audio/transcriptions` | `/audio/speech` | `/moderations` | `/batches` | `/rerank` |
|
|
378
|
+
|-------------------------------------------------------------------------------------|---------------------|-------------|--------------|---------------|----------------------|-------------------------|-----------------|----------------|-----------|-----------|
|
|
379
|
+
| [Abliteration (`abliteration`)](https://docs.litellm.ai/docs/providers/abliteration) | ✅ | | | | | | | | | |
|
|
380
|
+
| [AI/ML API (`aiml`)](https://docs.litellm.ai/docs/providers/aiml) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
|
|
381
|
+
| [AI21 (`ai21`)](https://docs.litellm.ai/docs/providers/ai21) | ✅ | ✅ | ✅ | | | | | | | |
|
|
382
|
+
| [AI21 Chat (`ai21_chat`)](https://docs.litellm.ai/docs/providers/ai21) | ✅ | ✅ | ✅ | | | | | | | |
|
|
383
|
+
| [Aleph Alpha](https://docs.litellm.ai/docs/providers/aleph_alpha) | ✅ | ✅ | ✅ | | | | | | | |
|
|
384
|
+
| [Amazon Nova](https://docs.litellm.ai/docs/providers/amazon_nova) | ✅ | ✅ | ✅ | | | | | | | |
|
|
385
|
+
| [Anthropic (`anthropic`)](https://docs.litellm.ai/docs/providers/anthropic) | ✅ | ✅ | ✅ | | | | | | ✅ | |
|
|
386
|
+
| [Anthropic Text (`anthropic_text`)](https://docs.litellm.ai/docs/providers/anthropic) | ✅ | ✅ | ✅ | | | | | | ✅ | |
|
|
387
|
+
| [Anyscale](https://docs.litellm.ai/docs/providers/anyscale) | ✅ | ✅ | ✅ | | | | | | | |
|
|
388
|
+
| [AssemblyAI (`assemblyai`)](https://docs.litellm.ai/docs/pass_through/assembly_ai) | ✅ | ✅ | ✅ | | | ✅ | | | | |
|
|
389
|
+
| [Auto Router (`auto_router`)](https://docs.litellm.ai/docs/proxy/auto_routing) | ✅ | ✅ | ✅ | | | | | | | |
|
|
390
|
+
| [AWS - Bedrock (`bedrock`)](https://docs.litellm.ai/docs/providers/bedrock) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
|
|
391
|
+
| [AWS - Sagemaker (`sagemaker`)](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
392
|
+
| [Azure (`azure`)](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
393
|
+
| [Azure AI (`azure_ai`)](https://docs.litellm.ai/docs/providers/azure_ai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
394
|
+
| [Azure Text (`azure_text`)](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
|
|
395
|
+
| [Baseten (`baseten`)](https://docs.litellm.ai/docs/providers/baseten) | ✅ | ✅ | ✅ | | | | | | | |
|
|
396
|
+
| [Bytez (`bytez`)](https://docs.litellm.ai/docs/providers/bytez) | ✅ | ✅ | ✅ | | | | | | | |
|
|
397
|
+
| [Cerebras (`cerebras`)](https://docs.litellm.ai/docs/providers/cerebras) | ✅ | ✅ | ✅ | | | | | | | |
|
|
398
|
+
| [Clarifai (`clarifai`)](https://docs.litellm.ai/docs/providers/clarifai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
399
|
+
| [Cloudflare AI Workers (`cloudflare`)](https://docs.litellm.ai/docs/providers/cloudflare_workers) | ✅ | ✅ | ✅ | | | | | | | |
|
|
400
|
+
| [Codestral (`codestral`)](https://docs.litellm.ai/docs/providers/codestral) | ✅ | ✅ | ✅ | | | | | | | |
|
|
401
|
+
| [Cohere (`cohere`)](https://docs.litellm.ai/docs/providers/cohere) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
|
|
402
|
+
| [Cohere Chat (`cohere_chat`)](https://docs.litellm.ai/docs/providers/cohere) | ✅ | ✅ | ✅ | | | | | | | |
|
|
403
|
+
| [CometAPI (`cometapi`)](https://docs.litellm.ai/docs/providers/cometapi) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
404
|
+
| [CompactifAI (`compactifai`)](https://docs.litellm.ai/docs/providers/compactifai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
405
|
+
| [Custom (`custom`)](https://docs.litellm.ai/docs/providers/custom_llm_server) | ✅ | ✅ | ✅ | | | | | | | |
|
|
406
|
+
| [Custom OpenAI (`custom_openai`)](https://docs.litellm.ai/docs/providers/openai_compatible) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
|
|
407
|
+
| [Dashscope (`dashscope`)](https://docs.litellm.ai/docs/providers/dashscope) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
|
|
408
|
+
| [Databricks (`databricks`)](https://docs.litellm.ai/docs/providers/databricks) | ✅ | ✅ | ✅ | | | | | | | |
|
|
409
|
+
| [DataRobot (`datarobot`)](https://docs.litellm.ai/docs/providers/datarobot) | ✅ | ✅ | ✅ | | | | | | | |
|
|
410
|
+
| [Deepgram (`deepgram`)](https://docs.litellm.ai/docs/providers/deepgram) | ✅ | ✅ | ✅ | | | ✅ | | | | |
|
|
411
|
+
| [DeepInfra (`deepinfra`)](https://docs.litellm.ai/docs/providers/deepinfra) | ✅ | ✅ | ✅ | | | | | | | |
|
|
412
|
+
| [Deepseek (`deepseek`)](https://docs.litellm.ai/docs/providers/deepseek) | ✅ | ✅ | ✅ | | | | | | | |
|
|
413
|
+
| [ElevenLabs (`elevenlabs`)](https://docs.litellm.ai/docs/providers/elevenlabs) | ✅ | ✅ | ✅ | | | ✅ | ✅ | | | |
|
|
414
|
+
| [Empower (`empower`)](https://docs.litellm.ai/docs/providers/empower) | ✅ | ✅ | ✅ | | | | | | | |
|
|
415
|
+
| [Fal AI (`fal_ai`)](https://docs.litellm.ai/docs/providers/fal_ai) | ✅ | ✅ | ✅ | | ✅ | | | | | |
|
|
416
|
+
| [Featherless AI (`featherless_ai`)](https://docs.litellm.ai/docs/providers/featherless_ai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
417
|
+
| [Fireworks AI (`fireworks_ai`)](https://docs.litellm.ai/docs/providers/fireworks_ai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
418
|
+
| [FriendliAI (`friendliai`)](https://docs.litellm.ai/docs/providers/friendliai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
419
|
+
| [Galadriel (`galadriel`)](https://docs.litellm.ai/docs/providers/galadriel) | ✅ | ✅ | ✅ | | | | | | | |
|
|
420
|
+
| [GitHub Copilot (`github_copilot`)](https://docs.litellm.ai/docs/providers/github_copilot) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
421
|
+
| [GitHub Models (`github`)](https://docs.litellm.ai/docs/providers/github) | ✅ | ✅ | ✅ | | | | | | | |
|
|
422
|
+
| [Google - PaLM](https://docs.litellm.ai/docs/providers/palm) | ✅ | ✅ | ✅ | | | | | | | |
|
|
423
|
+
| [Google - Vertex AI (`vertex_ai`)](https://docs.litellm.ai/docs/providers/vertex) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
|
|
424
|
+
| [Google AI Studio - Gemini (`gemini`)](https://docs.litellm.ai/docs/providers/gemini) | ✅ | ✅ | ✅ | | | | | | | |
|
|
425
|
+
| [GradientAI (`gradient_ai`)](https://docs.litellm.ai/docs/providers/gradient_ai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
426
|
+
| [Groq AI (`groq`)](https://docs.litellm.ai/docs/providers/groq) | ✅ | ✅ | ✅ | | | | | | | |
|
|
427
|
+
| [Heroku (`heroku`)](https://docs.litellm.ai/docs/providers/heroku) | ✅ | ✅ | ✅ | | | | | | | |
|
|
428
|
+
| [Hosted VLLM (`hosted_vllm`)](https://docs.litellm.ai/docs/providers/vllm) | ✅ | ✅ | ✅ | | | | | | | |
|
|
429
|
+
| [Huggingface (`huggingface`)](https://docs.litellm.ai/docs/providers/huggingface) | ✅ | ✅ | ✅ | ✅ | | | | | | ✅ |
|
|
430
|
+
| [Hyperbolic (`hyperbolic`)](https://docs.litellm.ai/docs/providers/hyperbolic) | ✅ | ✅ | ✅ | | | | | | | |
|
|
431
|
+
| [IBM - Watsonx.ai (`watsonx`)](https://docs.litellm.ai/docs/providers/watsonx) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
432
|
+
| [Infinity (`infinity`)](https://docs.litellm.ai/docs/providers/infinity) | | | | ✅ | | | | | | |
|
|
433
|
+
| [Jina AI (`jina_ai`)](https://docs.litellm.ai/docs/providers/jina_ai) | | | | ✅ | | | | | | |
|
|
434
|
+
| [Lambda AI (`lambda_ai`)](https://docs.litellm.ai/docs/providers/lambda_ai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
435
|
+
| [Lemonade (`lemonade`)](https://docs.litellm.ai/docs/providers/lemonade) | ✅ | ✅ | ✅ | | | | | | | |
|
|
436
|
+
| [LiteLLM Proxy (`litellm_proxy`)](https://docs.litellm.ai/docs/providers/litellm_proxy) | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
|
|
437
|
+
| [Llamafile (`llamafile`)](https://docs.litellm.ai/docs/providers/llamafile) | ✅ | ✅ | ✅ | | | | | | | |
|
|
438
|
+
| [LM Studio (`lm_studio`)](https://docs.litellm.ai/docs/providers/lm_studio) | ✅ | ✅ | ✅ | | | | | | | |
|
|
439
|
+
| [Maritalk (`maritalk`)](https://docs.litellm.ai/docs/providers/maritalk) | ✅ | ✅ | ✅ | | | | | | | |
|
|
440
|
+
| [Meta - Llama API (`meta_llama`)](https://docs.litellm.ai/docs/providers/meta_llama) | ✅ | ✅ | ✅ | | | | | | | |
|
|
441
|
+
| [Mistral AI API (`mistral`)](https://docs.litellm.ai/docs/providers/mistral) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
442
|
+
| [ModelScope (`modelscope`)](https://docs.litellm.ai/docs/providers/modelscope) | ✅ | ✅ | ✅ | | ✅ | | | | | |
|
|
443
|
+
| [Moonshot (`moonshot`)](https://docs.litellm.ai/docs/providers/moonshot) | ✅ | ✅ | ✅ | | | | | | | |
|
|
444
|
+
| [Morph (`morph`)](https://docs.litellm.ai/docs/providers/morph) | ✅ | ✅ | ✅ | | | | | | | |
|
|
445
|
+
| [Nebius AI Studio (`nebius`)](https://docs.litellm.ai/docs/providers/nebius) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
446
|
+
| [NLP Cloud (`nlp_cloud`)](https://docs.litellm.ai/docs/providers/nlp_cloud) | ✅ | ✅ | ✅ | | | | | | | |
|
|
447
|
+
| [Novita AI (`novita`)](https://novita.ai/models/llm?utm_source=github_litellm&utm_medium=github_readme&utm_campaign=github_link) | ✅ | ✅ | ✅ | | | | | | | |
|
|
448
|
+
| [Nscale (`nscale`)](https://docs.litellm.ai/docs/providers/nscale) | ✅ | ✅ | ✅ | | | | | | | |
|
|
449
|
+
| [Nvidia NIM (`nvidia_nim`)](https://docs.litellm.ai/docs/providers/nvidia_nim) | ✅ | ✅ | ✅ | | | | | | | |
|
|
450
|
+
| [OCI (`oci`)](https://docs.litellm.ai/docs/providers/oci) | ✅ | ✅ | ✅ | | | | | | | |
|
|
451
|
+
| [Ollama (`ollama`)](https://docs.litellm.ai/docs/providers/ollama) | ✅ | ✅ | ✅ | ✅ | | | | | | |
|
|
452
|
+
| [Ollama Chat (`ollama_chat`)](https://docs.litellm.ai/docs/providers/ollama) | ✅ | ✅ | ✅ | | | | | | | |
|
|
453
|
+
| [Oobabooga (`oobabooga`)](https://docs.litellm.ai/docs/providers/openai_compatible) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
|
|
454
|
+
| [OpenAI (`openai`)](https://docs.litellm.ai/docs/providers/openai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
455
|
+
| [OpenAI-like (`openai_like`)](https://docs.litellm.ai/docs/providers/openai_compatible) | | | | ✅ | | | | | | |
|
|
456
|
+
| [OpenRouter (`openrouter`)](https://docs.litellm.ai/docs/providers/openrouter) | ✅ | ✅ | ✅ | | | | | | | |
|
|
457
|
+
| [OVHCloud AI Endpoints (`ovhcloud`)](https://docs.litellm.ai/docs/providers/ovhcloud) | ✅ | ✅ | ✅ | | | | | | | |
|
|
458
|
+
| [Perplexity AI (`perplexity`)](https://docs.litellm.ai/docs/providers/perplexity) | ✅ | ✅ | ✅ | | | | | | | |
|
|
459
|
+
| [Petals (`petals`)](https://docs.litellm.ai/docs/providers/petals) | ✅ | ✅ | ✅ | | | | | | | |
|
|
460
|
+
| [Pinstripes (`pinstripes`)](https://docs.litellm.ai/docs/providers/pinstripes) | ✅ | ✅ | ✅ | | | | | | | |
|
|
461
|
+
| [Predibase (`predibase`)](https://docs.litellm.ai/docs/providers/predibase) | ✅ | ✅ | ✅ | | | | | | | |
|
|
462
|
+
| [Recraft (`recraft`)](https://docs.litellm.ai/docs/providers/recraft) | | | | | ✅ | | | | | |
|
|
463
|
+
| [Replicate (`replicate`)](https://docs.litellm.ai/docs/providers/replicate) | ✅ | ✅ | ✅ | | | | | | | |
|
|
464
|
+
| [Sagemaker Chat (`sagemaker_chat`)](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | | | | | | | |
|
|
465
|
+
| [Sambanova (`sambanova`)](https://docs.litellm.ai/docs/providers/sambanova) | ✅ | ✅ | ✅ | | | | | | | |
|
|
466
|
+
| [Snowflake (`snowflake`)](https://docs.litellm.ai/docs/providers/snowflake) | ✅ | ✅ | ✅ | | | | | | | |
|
|
467
|
+
| [Text Completion Codestral (`text-completion-codestral`)](https://docs.litellm.ai/docs/providers/codestral) | ✅ | ✅ | ✅ | | | | | | | |
|
|
468
|
+
| [Text Completion OpenAI (`text-completion-openai`)](https://docs.litellm.ai/docs/providers/text_completion_openai) | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | ✅ | |
|
|
469
|
+
| [Together AI (`together_ai`)](https://docs.litellm.ai/docs/providers/togetherai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
470
|
+
| [Topaz (`topaz`)](https://docs.litellm.ai/docs/providers/topaz) | ✅ | ✅ | ✅ | | | | | | | |
|
|
471
|
+
| [Triton (`triton`)](https://docs.litellm.ai/docs/providers/triton-inference-server) | ✅ | ✅ | ✅ | | | | | | | |
|
|
472
|
+
| [V0 (`v0`)](https://docs.litellm.ai/docs/providers/v0) | ✅ | ✅ | ✅ | | | | | | | |
|
|
473
|
+
| [Vercel AI Gateway (`vercel_ai_gateway`)](https://docs.litellm.ai/docs/providers/vercel_ai_gateway) | ✅ | ✅ | ✅ | | | | | | | |
|
|
474
|
+
| [VLLM (`vllm`)](https://docs.litellm.ai/docs/providers/vllm) | ✅ | ✅ | ✅ | | | | | | | |
|
|
475
|
+
| [Volcengine (`volcengine`)](https://docs.litellm.ai/docs/providers/volcano) | ✅ | ✅ | ✅ | | | | | | | |
|
|
476
|
+
| [Voyage AI (`voyage`)](https://docs.litellm.ai/docs/providers/voyage) | | | | ✅ | | | | | | |
|
|
477
|
+
| [WandB Inference (`wandb`)](https://docs.litellm.ai/docs/providers/wandb_inference) | ✅ | ✅ | ✅ | | | | | | | |
|
|
478
|
+
| [Watsonx Text (`watsonx_text`)](https://docs.litellm.ai/docs/providers/watsonx) | ✅ | ✅ | ✅ | | | | | | | |
|
|
479
|
+
| [xAI (`xai`)](https://docs.litellm.ai/docs/providers/xai) | ✅ | ✅ | ✅ | | | | | | | |
|
|
480
|
+
| [Xinference (`xinference`)](https://docs.litellm.ai/docs/providers/xinference) | | | | ✅ | | | | | | |
|
|
481
|
+
|
|
482
|
+
[**Read the Docs**](https://docs.litellm.ai/docs/)
|
|
483
|
+
|
|
484
|
+
---
|
|
485
|
+
|
|
486
|
+
## Get Started
|
|
487
|
+
|
|
488
|
+
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:
|
|
489
|
+
|
|
490
|
+
<table style={{width: '100%', tableLayout: 'fixed'}}>
|
|
491
|
+
<thead>
|
|
492
|
+
<tr>
|
|
493
|
+
<th style={{width: '14%'}}></th>
|
|
494
|
+
<th style={{width: '43%'}}><strong><a href="https://docs.litellm.ai/docs/simple_proxy">LiteLLM AI Gateway</a></strong></th>
|
|
495
|
+
<th style={{width: '43%'}}><strong><a href="https://docs.litellm.ai/docs/">LiteLLM Python SDK</a></strong></th>
|
|
496
|
+
</tr>
|
|
497
|
+
</thead>
|
|
498
|
+
<tbody>
|
|
499
|
+
<tr>
|
|
500
|
+
<td style={{width: '14%'}}><strong>Use Case</strong></td>
|
|
501
|
+
<td style={{width: '43%'}}>Central service (LLM Gateway) to access multiple LLMs</td>
|
|
502
|
+
<td style={{width: '43%'}}>Use LiteLLM directly in your Python code</td>
|
|
503
|
+
</tr>
|
|
504
|
+
<tr>
|
|
505
|
+
<td style={{width: '14%'}}><strong>Who Uses It?</strong></td>
|
|
506
|
+
<td style={{width: '43%'}}>Gen AI Enablement / ML Platform Teams</td>
|
|
507
|
+
<td style={{width: '43%'}}>Developers building LLM projects</td>
|
|
508
|
+
</tr>
|
|
509
|
+
<tr>
|
|
510
|
+
<td style={{width: '14%'}}><strong>Key Features</strong></td>
|
|
511
|
+
<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>
|
|
512
|
+
<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>
|
|
513
|
+
</tr>
|
|
514
|
+
</tbody>
|
|
515
|
+
</table>
|
|
516
|
+
|
|
517
|
+
**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)
|
|
518
|
+
|
|
519
|
+
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+).
|
|
520
|
+
|
|
521
|
+
### Deploy on AWS or GCP with Terraform
|
|
522
|
+
|
|
523
|
+
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.
|
|
524
|
+
|
|
525
|
+
#### AWS — ECS Fargate + Aurora + ElastiCache + ALB
|
|
526
|
+
|
|
527
|
+
[](https://console.aws.amazon.com/cloudshell/home) — opens an in-browser shell, already authenticated to your AWS account. Once inside, run:
|
|
528
|
+
|
|
529
|
+
```bash
|
|
530
|
+
git clone https://github.com/BerriAI/litellm.git
|
|
531
|
+
cd litellm/terraform/litellm/aws/examples/default
|
|
532
|
+
cp terraform.tfvars.example terraform.tfvars # edit region/tenant/env
|
|
533
|
+
terraform init && terraform apply
|
|
534
|
+
```
|
|
535
|
+
|
|
536
|
+
[Module page →](https://registry.terraform.io/modules/BerriAI/litellm/aws/latest)
|
|
537
|
+
|
|
538
|
+
Or call the module from your own root config:
|
|
539
|
+
|
|
540
|
+
```hcl
|
|
541
|
+
# main.tf
|
|
542
|
+
terraform {
|
|
543
|
+
required_version = ">= 1.6.0"
|
|
544
|
+
required_providers {
|
|
545
|
+
aws = { source = "hashicorp/aws", version = "~> 5.60" }
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
provider "aws" {
|
|
550
|
+
region = "us-west-2"
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
module "litellm" {
|
|
554
|
+
source = "BerriAI/litellm/aws"
|
|
555
|
+
version = "~> 1.89"
|
|
556
|
+
|
|
557
|
+
region = "us-west-2"
|
|
558
|
+
azs = ["us-west-2a", "us-west-2b"]
|
|
559
|
+
tenant = "acme"
|
|
560
|
+
env = "prod"
|
|
561
|
+
|
|
562
|
+
# Production: provide an ACM cert. Without one, set allow_plaintext_alb = true
|
|
563
|
+
# (dev/trial only).
|
|
564
|
+
# acm_certificate_arn = "arn:aws:acm:us-west-2:111122223333:certificate/..."
|
|
565
|
+
allow_plaintext_alb = true
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
output "litellm_url" {
|
|
569
|
+
value = module.litellm.alb_dns_name
|
|
570
|
+
}
|
|
571
|
+
```
|
|
572
|
+
|
|
573
|
+
```bash
|
|
574
|
+
terraform init
|
|
575
|
+
terraform apply
|
|
576
|
+
```
|
|
577
|
+
|
|
578
|
+
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).
|
|
579
|
+
|
|
580
|
+
#### GCP — Cloud Run + Cloud SQL + Memorystore + HTTPS LB
|
|
581
|
+
|
|
582
|
+
[](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)
|
|
583
|
+
|
|
584
|
+
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.
|
|
585
|
+
|
|
586
|
+
[Module page →](https://registry.terraform.io/modules/BerriAI/litellm/google/latest)
|
|
587
|
+
|
|
588
|
+
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:
|
|
589
|
+
|
|
590
|
+
```bash
|
|
591
|
+
gcloud artifacts repositories create litellm \
|
|
592
|
+
--location=us-central1 \
|
|
593
|
+
--repository-format=docker \
|
|
594
|
+
--mode=remote-repository \
|
|
595
|
+
--remote-docker-repo=https://ghcr.io \
|
|
596
|
+
--project=my-gcp-project
|
|
597
|
+
```
|
|
598
|
+
|
|
599
|
+
Then:
|
|
600
|
+
|
|
601
|
+
```hcl
|
|
602
|
+
# main.tf
|
|
603
|
+
terraform {
|
|
604
|
+
required_version = ">= 1.6.0"
|
|
605
|
+
required_providers {
|
|
606
|
+
google = { source = "hashicorp/google", version = "~> 6.10" }
|
|
607
|
+
google-beta = { source = "hashicorp/google-beta", version = "~> 6.10" }
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
provider "google" { project = "my-gcp-project"; region = "us-central1" }
|
|
612
|
+
provider "google-beta" { project = "my-gcp-project"; region = "us-central1" }
|
|
613
|
+
|
|
614
|
+
module "litellm" {
|
|
615
|
+
source = "BerriAI/litellm/google"
|
|
616
|
+
version = "~> 1.89"
|
|
617
|
+
|
|
618
|
+
project_id = "my-gcp-project"
|
|
619
|
+
region = "us-central1"
|
|
620
|
+
tenant = "acme"
|
|
621
|
+
env = "prod"
|
|
622
|
+
|
|
623
|
+
# Replace my-gcp-project with your GCP project ID (same value as project_id above).
|
|
624
|
+
image_registry = "us-central1-docker.pkg.dev/my-gcp-project/litellm/berriai"
|
|
625
|
+
|
|
626
|
+
# Production: provide DNS already pointing at the LB IP for Google-managed certs.
|
|
627
|
+
# Without one, set allow_plaintext_lb = true (dev/trial only).
|
|
628
|
+
# lb_domains = ["proxy.example.com"]
|
|
629
|
+
allow_plaintext_lb = true
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
output "litellm_url" {
|
|
633
|
+
value = module.litellm.load_balancer_url
|
|
634
|
+
}
|
|
635
|
+
```
|
|
636
|
+
|
|
637
|
+
```bash
|
|
638
|
+
terraform init
|
|
639
|
+
terraform apply
|
|
640
|
+
```
|
|
641
|
+
|
|
642
|
+
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).
|
|
643
|
+
|
|
644
|
+
#### Both stacks include
|
|
645
|
+
|
|
646
|
+
- The full componentized split (gateway / backend / UI as independent services)
|
|
647
|
+
- Managed Postgres (writer + reader) and Redis
|
|
648
|
+
- Versioned object store for proxy state + file uploads
|
|
649
|
+
- An auto-generated `LITELLM_MASTER_KEY` in your cloud's secret manager
|
|
650
|
+
- A one-off migration job that runs `prisma migrate deploy` before the proxy starts
|
|
651
|
+
- The same `proxy_config` surface as the [Helm chart](./helm/litellm/) — pass YAML as a typed map
|
|
652
|
+
|
|
653
|
+
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.
|
|
654
|
+
|
|
655
|
+
### Run in Developer Mode
|
|
656
|
+
#### Services
|
|
657
|
+
1. Setup .env file in root
|
|
658
|
+
2. Run dependent services `docker-compose up db prometheus`
|
|
659
|
+
|
|
660
|
+
#### Backend
|
|
661
|
+
1. (In root) create virtual environment `python -m venv .venv`
|
|
662
|
+
2. Activate virtual environment `source .venv/bin/activate`
|
|
663
|
+
3. Install dependencies `uv sync --all-extras --group proxy-dev`
|
|
664
|
+
4. `uv run prisma generate`
|
|
665
|
+
5. `prisma generate`
|
|
666
|
+
6. Start proxy backend `python litellm/proxy/proxy_cli.py`
|
|
667
|
+
|
|
668
|
+
#### Frontend
|
|
669
|
+
1. Navigate to `ui/litellm-dashboard`
|
|
670
|
+
2. Install dependencies `npm install`
|
|
671
|
+
3. Run `npm run dev` to start the dashboard
|
|
672
|
+
|
|
673
|
+
### Verify Docker Image Signatures
|
|
674
|
+
|
|
675
|
+
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).
|
|
676
|
+
|
|
677
|
+
**Verify using the pinned commit hash (recommended):**
|
|
678
|
+
|
|
679
|
+
A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:
|
|
680
|
+
|
|
681
|
+
```bash
|
|
682
|
+
cosign verify \
|
|
683
|
+
--key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
|
|
684
|
+
ghcr.io/berriai/litellm:<release-tag>
|
|
685
|
+
```
|
|
686
|
+
|
|
687
|
+
**Verify using a release tag (convenience):**
|
|
688
|
+
|
|
689
|
+
Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:
|
|
690
|
+
|
|
691
|
+
```bash
|
|
692
|
+
cosign verify \
|
|
693
|
+
--key https://raw.githubusercontent.com/BerriAI/litellm/<release-tag>/cosign.pub \
|
|
694
|
+
ghcr.io/berriai/litellm:<release-tag>
|
|
695
|
+
```
|
|
696
|
+
|
|
697
|
+
Replace `<release-tag>` with the version you are deploying (e.g. `v1.83.0-stable`).
|
|
698
|
+
|
|
699
|
+
---
|
|
700
|
+
|
|
701
|
+
# Enterprise
|
|
702
|
+
For companies that need better security, user management and professional support
|
|
703
|
+
|
|
704
|
+
[Get an Enterprise License](https://litellm.ai/enterprise)
|
|
705
|
+
[Talk to founders](https://enterprise.litellm.ai/demo)
|
|
706
|
+
|
|
707
|
+
This covers:
|
|
708
|
+
- ✅ **Features under the [LiteLLM Commercial License](https://docs.litellm.ai/docs/proxy/enterprise):**
|
|
709
|
+
- ✅ **Feature Prioritization**
|
|
710
|
+
- ✅ **Custom Integrations**
|
|
711
|
+
- ✅ **Professional Support - Dedicated discord + slack**
|
|
712
|
+
- ✅ **Custom SLAs**
|
|
713
|
+
- ✅ **Secure access with Single Sign-On**
|
|
714
|
+
|
|
715
|
+
# Contributing
|
|
716
|
+
|
|
717
|
+
We welcome contributions to LiteLLM! Whether you're fixing bugs, adding features, or improving documentation, we appreciate your help.
|
|
718
|
+
|
|
719
|
+
## Quick Start for Contributors
|
|
720
|
+
|
|
721
|
+
This requires uv to be installed.
|
|
722
|
+
|
|
723
|
+
```bash
|
|
724
|
+
git clone https://github.com/BerriAI/litellm.git
|
|
725
|
+
cd litellm
|
|
726
|
+
make install-dev # Install development dependencies
|
|
727
|
+
make format # Format your code
|
|
728
|
+
make lint # Run all linting checks
|
|
729
|
+
make test-unit # Run unit tests
|
|
730
|
+
make format-check # Check formatting only
|
|
731
|
+
```
|
|
732
|
+
|
|
733
|
+
For detailed contributing guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
734
|
+
|
|
735
|
+
> **📖 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).
|
|
736
|
+
|
|
737
|
+
## Code Quality / Linting
|
|
738
|
+
|
|
739
|
+
LiteLLM follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html).
|
|
740
|
+
|
|
741
|
+
Our automated checks include:
|
|
742
|
+
- **Black** for code formatting
|
|
743
|
+
- **Ruff** for linting and code quality
|
|
744
|
+
- **MyPy** for type checking
|
|
745
|
+
- **Circular import detection**
|
|
746
|
+
- **Import safety checks**
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
All these checks must pass before your PR can be merged.
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
# Support / talk with founders
|
|
753
|
+
|
|
754
|
+
- [Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
|
|
755
|
+
- [Community Discord 💭](https://discord.gg/wuPM9dRgDw)
|
|
756
|
+
- [Community Slack 💭](https://www.litellm.ai/support)
|
|
757
|
+
- Our emails ✉️ ishaan@berri.ai / krrish@berri.ai
|
|
758
|
+
|
|
759
|
+
# Contributors
|
|
760
|
+
|
|
761
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
762
|
+
<!-- prettier-ignore-start -->
|
|
763
|
+
<!-- markdownlint-disable -->
|
|
764
|
+
|
|
765
|
+
<!-- markdownlint-restore -->
|
|
766
|
+
<!-- prettier-ignore-end -->
|
|
767
|
+
|
|
768
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
769
|
+
|
|
770
|
+
<a href="https://github.com/BerriAI/litellm/graphs/contributors">
|
|
771
|
+
<img src="https://contrib.rocks/image?repo=BerriAI/litellm" />
|
|
772
|
+
</a>
|
|
773
|
+
|