[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-litellm-update-model":3,"mdc--461z3x-key":34,"related-org-litellm-update-model":506,"related-repo-litellm-update-model":643},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"update-model","update models on LiteLLM proxy","Update an existing model on a live LiteLLM proxy. Ask for the model_id and what to change (API key, base URL, etc.), then call POST \u002Fmodel\u002Fupdate.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"litellm","LiteLLM","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flitellm.png","BerriAI",[13,17,20],{"name":14,"slug":15,"type":16},"Configuration","configuration","tag",{"name":18,"slug":19,"type":16},"LLM","llm",{"name":21,"slug":22,"type":16},"AI Infrastructure","ai-infrastructure",66,"https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills","2026-07-14T05:37:30.910966","MIT",8,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents","https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills\u002Ftree\u002FHEAD\u002Fupdate-model","---\nname: update-model\ndescription: >\n  Update an existing model on a live LiteLLM proxy. Ask for the model_id and\n  what to change (API key, base URL, etc.), then call POST \u002Fmodel\u002Fupdate.\nlicense: MIT\ncompatibility: Requires curl.\nmetadata:\n  author: BerriAI\n  version: \"1.0\"\nallowed-tools: Bash(curl:*)\n---\n\n# Update Model\n\nUpdate an existing model's configuration on a live LiteLLM proxy.\n\n## Setup\n\n```\nLITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n```\n\n## Ask the user\n\n1. **model_id** (required) — if they don't have it, list models first:\n   ```bash\n   curl -s \"$BASE\u002Fmodel\u002Finfo\" -H \"Authorization: Bearer $KEY\" | python3 -c \"\n   import sys,json\n   for m in json.load(sys.stdin).get('data',[]):\n     print(m['model_info']['id'], m['model_name'])\n   \"\n   ```\n2. **What to change** — any combination of:\n   - `api_key` (rotate the credential)\n   - `api_base` (change endpoint)\n   - `api_version` (Azure)\n   - `model` (underlying model string, e.g. `azure\u002Fnew-deployment`)\n\n## Run\n\n```bash\ncurl -s -X POST \"$BASE\u002Fmodel\u002Fupdate\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model_info\": {\"id\": \"\u003Cmodel_id>\"},\n    \"litellm_params\": {\n      \"api_key\": \"\u003Cnew_key>\",\n      \"api_base\": \"\u003Cnew_base>\"\n    }\n  }'\n```\n\nOnly include `litellm_params` fields being changed.\n\n## Output\n\nConfirm the model was updated. Offer to run a test call to verify it still routes correctly.\n",{"data":35,"body":40},{"name":4,"description":6,"license":26,"compatibility":36,"metadata":37,"allowed-tools":39},"Requires curl.",{"author":11,"version":38},"1.0","Bash(curl:*)",{"type":41,"children":42},"root",[43,51,57,64,77,83,293,299,476,489,495,500],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Update Model",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Update an existing model's configuration on a live LiteLLM proxy.",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"setup",[62],{"type":49,"value":63},"Setup",{"type":44,"tag":65,"props":66,"children":70},"pre",{"className":67,"code":69,"language":49},[68],"language-text","LITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n",[71],{"type":44,"tag":72,"props":73,"children":75},"code",{"__ignoreMap":74},"",[76],{"type":49,"value":69},{"type":44,"tag":58,"props":78,"children":80},{"id":79},"ask-the-user",[81],{"type":49,"value":82},"Ask the user",{"type":44,"tag":84,"props":85,"children":86},"ol",{},[87,227],{"type":44,"tag":88,"props":89,"children":90},"li",{},[91,97,99],{"type":44,"tag":92,"props":93,"children":94},"strong",{},[95],{"type":49,"value":96},"model_id",{"type":49,"value":98}," (required) — if they don't have it, list models first:\n",{"type":44,"tag":65,"props":100,"children":104},{"className":101,"code":102,"language":103,"meta":74,"style":74},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s \"$BASE\u002Fmodel\u002Finfo\" -H \"Authorization: Bearer $KEY\" | python3 -c \"\nimport sys,json\nfor m in json.load(sys.stdin).get('data',[]):\n  print(m['model_info']['id'], m['model_name'])\n\"\n","bash",[105],{"type":44,"tag":72,"props":106,"children":107},{"__ignoreMap":74},[108,191,200,209,218],{"type":44,"tag":109,"props":110,"children":113},"span",{"class":111,"line":112},"line",1,[114,120,126,132,138,143,148,153,157,162,167,171,176,181,186],{"type":44,"tag":109,"props":115,"children":117},{"style":116},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[118],{"type":49,"value":119},"curl",{"type":44,"tag":109,"props":121,"children":123},{"style":122},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[124],{"type":49,"value":125}," -s",{"type":44,"tag":109,"props":127,"children":129},{"style":128},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[130],{"type":49,"value":131}," \"",{"type":44,"tag":109,"props":133,"children":135},{"style":134},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[136],{"type":49,"value":137},"$BASE",{"type":44,"tag":109,"props":139,"children":140},{"style":122},[141],{"type":49,"value":142},"\u002Fmodel\u002Finfo",{"type":44,"tag":109,"props":144,"children":145},{"style":128},[146],{"type":49,"value":147},"\"",{"type":44,"tag":109,"props":149,"children":150},{"style":122},[151],{"type":49,"value":152}," -H",{"type":44,"tag":109,"props":154,"children":155},{"style":128},[156],{"type":49,"value":131},{"type":44,"tag":109,"props":158,"children":159},{"style":122},[160],{"type":49,"value":161},"Authorization: Bearer ",{"type":44,"tag":109,"props":163,"children":164},{"style":134},[165],{"type":49,"value":166},"$KEY",{"type":44,"tag":109,"props":168,"children":169},{"style":128},[170],{"type":49,"value":147},{"type":44,"tag":109,"props":172,"children":173},{"style":128},[174],{"type":49,"value":175}," |",{"type":44,"tag":109,"props":177,"children":178},{"style":116},[179],{"type":49,"value":180}," python3",{"type":44,"tag":109,"props":182,"children":183},{"style":122},[184],{"type":49,"value":185}," -c",{"type":44,"tag":109,"props":187,"children":188},{"style":128},[189],{"type":49,"value":190}," \"\n",{"type":44,"tag":109,"props":192,"children":194},{"class":111,"line":193},2,[195],{"type":44,"tag":109,"props":196,"children":197},{"style":122},[198],{"type":49,"value":199},"import sys,json\n",{"type":44,"tag":109,"props":201,"children":203},{"class":111,"line":202},3,[204],{"type":44,"tag":109,"props":205,"children":206},{"style":122},[207],{"type":49,"value":208},"for m in json.load(sys.stdin).get('data',[]):\n",{"type":44,"tag":109,"props":210,"children":212},{"class":111,"line":211},4,[213],{"type":44,"tag":109,"props":214,"children":215},{"style":122},[216],{"type":49,"value":217},"  print(m['model_info']['id'], m['model_name'])\n",{"type":44,"tag":109,"props":219,"children":221},{"class":111,"line":220},5,[222],{"type":44,"tag":109,"props":223,"children":224},{"style":128},[225],{"type":49,"value":226},"\"\n",{"type":44,"tag":88,"props":228,"children":229},{},[230,235,237],{"type":44,"tag":92,"props":231,"children":232},{},[233],{"type":49,"value":234},"What to change",{"type":49,"value":236}," — any combination of:\n",{"type":44,"tag":238,"props":239,"children":240},"ul",{},[241,252,263,274],{"type":44,"tag":88,"props":242,"children":243},{},[244,250],{"type":44,"tag":72,"props":245,"children":247},{"className":246},[],[248],{"type":49,"value":249},"api_key",{"type":49,"value":251}," (rotate the credential)",{"type":44,"tag":88,"props":253,"children":254},{},[255,261],{"type":44,"tag":72,"props":256,"children":258},{"className":257},[],[259],{"type":49,"value":260},"api_base",{"type":49,"value":262}," (change endpoint)",{"type":44,"tag":88,"props":264,"children":265},{},[266,272],{"type":44,"tag":72,"props":267,"children":269},{"className":268},[],[270],{"type":49,"value":271},"api_version",{"type":49,"value":273}," (Azure)",{"type":44,"tag":88,"props":275,"children":276},{},[277,283,285,291],{"type":44,"tag":72,"props":278,"children":280},{"className":279},[],[281],{"type":49,"value":282},"model",{"type":49,"value":284}," (underlying model string, e.g. ",{"type":44,"tag":72,"props":286,"children":288},{"className":287},[],[289],{"type":49,"value":290},"azure\u002Fnew-deployment",{"type":49,"value":292},")",{"type":44,"tag":58,"props":294,"children":296},{"id":295},"run",[297],{"type":49,"value":298},"Run",{"type":44,"tag":65,"props":300,"children":302},{"className":101,"code":301,"language":103,"meta":74,"style":74},"curl -s -X POST \"$BASE\u002Fmodel\u002Fupdate\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model_info\": {\"id\": \"\u003Cmodel_id>\"},\n    \"litellm_params\": {\n      \"api_key\": \"\u003Cnew_key>\",\n      \"api_base\": \"\u003Cnew_base>\"\n    }\n  }'\n",[303],{"type":44,"tag":72,"props":304,"children":305},{"__ignoreMap":74},[306,349,377,401,419,427,436,445,453,462],{"type":44,"tag":109,"props":307,"children":308},{"class":111,"line":112},[309,313,317,322,327,331,335,340,344],{"type":44,"tag":109,"props":310,"children":311},{"style":116},[312],{"type":49,"value":119},{"type":44,"tag":109,"props":314,"children":315},{"style":122},[316],{"type":49,"value":125},{"type":44,"tag":109,"props":318,"children":319},{"style":122},[320],{"type":49,"value":321}," -X",{"type":44,"tag":109,"props":323,"children":324},{"style":122},[325],{"type":49,"value":326}," POST",{"type":44,"tag":109,"props":328,"children":329},{"style":128},[330],{"type":49,"value":131},{"type":44,"tag":109,"props":332,"children":333},{"style":134},[334],{"type":49,"value":137},{"type":44,"tag":109,"props":336,"children":337},{"style":122},[338],{"type":49,"value":339},"\u002Fmodel\u002Fupdate",{"type":44,"tag":109,"props":341,"children":342},{"style":128},[343],{"type":49,"value":147},{"type":44,"tag":109,"props":345,"children":346},{"style":134},[347],{"type":49,"value":348}," \\\n",{"type":44,"tag":109,"props":350,"children":351},{"class":111,"line":193},[352,357,361,365,369,373],{"type":44,"tag":109,"props":353,"children":354},{"style":122},[355],{"type":49,"value":356},"  -H",{"type":44,"tag":109,"props":358,"children":359},{"style":128},[360],{"type":49,"value":131},{"type":44,"tag":109,"props":362,"children":363},{"style":122},[364],{"type":49,"value":161},{"type":44,"tag":109,"props":366,"children":367},{"style":134},[368],{"type":49,"value":166},{"type":44,"tag":109,"props":370,"children":371},{"style":128},[372],{"type":49,"value":147},{"type":44,"tag":109,"props":374,"children":375},{"style":134},[376],{"type":49,"value":348},{"type":44,"tag":109,"props":378,"children":379},{"class":111,"line":202},[380,384,388,393,397],{"type":44,"tag":109,"props":381,"children":382},{"style":122},[383],{"type":49,"value":356},{"type":44,"tag":109,"props":385,"children":386},{"style":128},[387],{"type":49,"value":131},{"type":44,"tag":109,"props":389,"children":390},{"style":122},[391],{"type":49,"value":392},"Content-Type: application\u002Fjson",{"type":44,"tag":109,"props":394,"children":395},{"style":128},[396],{"type":49,"value":147},{"type":44,"tag":109,"props":398,"children":399},{"style":134},[400],{"type":49,"value":348},{"type":44,"tag":109,"props":402,"children":403},{"class":111,"line":211},[404,409,414],{"type":44,"tag":109,"props":405,"children":406},{"style":122},[407],{"type":49,"value":408},"  -d",{"type":44,"tag":109,"props":410,"children":411},{"style":128},[412],{"type":49,"value":413}," '",{"type":44,"tag":109,"props":415,"children":416},{"style":122},[417],{"type":49,"value":418},"{\n",{"type":44,"tag":109,"props":420,"children":421},{"class":111,"line":220},[422],{"type":44,"tag":109,"props":423,"children":424},{"style":122},[425],{"type":49,"value":426},"    \"model_info\": {\"id\": \"\u003Cmodel_id>\"},\n",{"type":44,"tag":109,"props":428,"children":430},{"class":111,"line":429},6,[431],{"type":44,"tag":109,"props":432,"children":433},{"style":122},[434],{"type":49,"value":435},"    \"litellm_params\": {\n",{"type":44,"tag":109,"props":437,"children":439},{"class":111,"line":438},7,[440],{"type":44,"tag":109,"props":441,"children":442},{"style":122},[443],{"type":49,"value":444},"      \"api_key\": \"\u003Cnew_key>\",\n",{"type":44,"tag":109,"props":446,"children":447},{"class":111,"line":27},[448],{"type":44,"tag":109,"props":449,"children":450},{"style":122},[451],{"type":49,"value":452},"      \"api_base\": \"\u003Cnew_base>\"\n",{"type":44,"tag":109,"props":454,"children":456},{"class":111,"line":455},9,[457],{"type":44,"tag":109,"props":458,"children":459},{"style":122},[460],{"type":49,"value":461},"    }\n",{"type":44,"tag":109,"props":463,"children":465},{"class":111,"line":464},10,[466,471],{"type":44,"tag":109,"props":467,"children":468},{"style":122},[469],{"type":49,"value":470},"  }",{"type":44,"tag":109,"props":472,"children":473},{"style":128},[474],{"type":49,"value":475},"'\n",{"type":44,"tag":52,"props":477,"children":478},{},[479,481,487],{"type":49,"value":480},"Only include ",{"type":44,"tag":72,"props":482,"children":484},{"className":483},[],[485],{"type":49,"value":486},"litellm_params",{"type":49,"value":488}," fields being changed.",{"type":44,"tag":58,"props":490,"children":492},{"id":491},"output",[493],{"type":49,"value":494},"Output",{"type":44,"tag":52,"props":496,"children":497},{},[498],{"type":49,"value":499},"Confirm the model was updated. Offer to run a test call to verify it still routes correctly.",{"type":44,"tag":501,"props":502,"children":503},"style",{},[504],{"type":49,"value":505},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":507,"total":642},[508,525,535,545,555,567,577,589,600,612,622,633],{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":23,"repoUrl":24,"updatedAt":524},"add-agent","create AI agents on LiteLLM proxy","Create a new AI agent on a live LiteLLM proxy. Asks for agent name, the underlying model, and optional MCP server access, then calls POST \u002Fv1\u002Fagents.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[514,517,520,521],{"name":515,"slug":516,"type":16},"Agents","agents",{"name":518,"slug":519,"type":16},"API Development","api-development",{"name":18,"slug":19,"type":16},{"name":522,"slug":523,"type":16},"MCP","mcp","2026-07-14T05:37:35.882412",{"slug":526,"name":526,"fn":527,"description":528,"org":529,"tags":530,"stars":23,"repoUrl":24,"updatedAt":534},"add-key","generate API keys on LiteLLM proxy","Generate a new API key on a live LiteLLM proxy. Asks for alias, scope (user\u002Fteam), budget, models, and expiry, then calls POST \u002Fkey\u002Fgenerate. Use when the user wants to create, generate, or provision an API key on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[531,532,533],{"name":21,"slug":22,"type":16},{"name":518,"slug":519,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:23.401687",{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":23,"repoUrl":24,"updatedAt":544},"add-mcp","register MCP servers on LiteLLM proxy","Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST \u002Fv1\u002Fmcp\u002Fserver.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[541,542,543],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":522,"slug":523,"type":16},"2026-07-14T05:37:18.330664",{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":23,"repoUrl":24,"updatedAt":554},"add-model","add models to LiteLLM proxy","Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST \u002Fmodel\u002Fnew, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register, deploy, or configure a new model on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[551,552,553],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},"2026-07-14T05:37:41.141371",{"slug":556,"name":556,"fn":557,"description":558,"org":559,"tags":560,"stars":23,"repoUrl":24,"updatedAt":566},"add-org","create organizations on LiteLLM proxy","Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST \u002Forganization\u002Fnew.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[561,562,563],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":564,"slug":565,"type":16},"Management","management","2026-07-14T05:37:43.83623",{"slug":568,"name":568,"fn":569,"description":570,"org":571,"tags":572,"stars":23,"repoUrl":24,"updatedAt":576},"add-team","create new teams on LiteLLM proxy","Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST \u002Fteam\u002Fnew and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[573,574,575],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":564,"slug":565,"type":16},"2026-07-14T05:37:29.671894",{"slug":578,"name":578,"fn":579,"description":580,"org":581,"tags":582,"stars":23,"repoUrl":24,"updatedAt":588},"add-user","create LiteLLM proxy users","Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget\u002Fmodel limits, then calls POST \u002Fuser\u002Fnew and shows the result.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[583,584,585],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":586,"slug":587,"type":16},"Operations","operations","2026-07-14T05:37:22.16293",{"slug":590,"name":590,"fn":591,"description":592,"org":593,"tags":594,"stars":23,"repoUrl":24,"updatedAt":599},"delete-agent","delete AI agents from LiteLLM proxy","Delete an AI agent from a live LiteLLM proxy. Ask for the agent_id and confirm before calling DELETE \u002Fv1\u002Fagents\u002F{agent_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[595,596,597,598],{"name":515,"slug":516,"type":16},{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":564,"slug":565,"type":16},"2026-07-14T05:37:34.647734",{"slug":601,"name":601,"fn":602,"description":603,"org":604,"tags":605,"stars":23,"repoUrl":24,"updatedAt":611},"delete-key","delete API keys from LiteLLM proxy","Delete one or more API keys from a live LiteLLM proxy. Ask for the key(s) and confirm before calling POST \u002Fkey\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[606,607,608],{"name":518,"slug":519,"type":16},{"name":9,"slug":8,"type":16},{"name":609,"slug":610,"type":16},"Security","security","2026-07-14T05:37:38.407239",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":23,"repoUrl":24,"updatedAt":621},"delete-mcp","delete MCP servers from LiteLLM proxy","Delete an MCP server from a live LiteLLM proxy. Ask for the server_id and confirm before calling DELETE \u002Fv1\u002Fmcp\u002Fserver\u002F{server_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[618,619,620],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":522,"slug":523,"type":16},"2026-07-14T05:37:32.167939",{"slug":623,"name":623,"fn":624,"description":625,"org":626,"tags":627,"stars":23,"repoUrl":24,"updatedAt":632},"delete-model","delete models from LiteLLM proxy","Delete a model from a live LiteLLM proxy. Asks for the model name or model_id and confirms before calling POST \u002Fmodel\u002Fdelete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[628,629,630,631],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":564,"slug":565,"type":16},"2026-07-14T05:37:33.417861",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":23,"repoUrl":24,"updatedAt":641},"delete-org","delete organizations from LiteLLM proxy","Delete one or more organizations from a live LiteLLM proxy. Ask for the organization_id(s) and confirm before calling DELETE \u002Forganization\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[639,640],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:20.916307",21,{"items":644,"total":642},[645,652,658,664,670,676,682],{"slug":509,"name":509,"fn":510,"description":511,"org":646,"tags":647,"stars":23,"repoUrl":24,"updatedAt":524},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[648,649,650,651],{"name":515,"slug":516,"type":16},{"name":518,"slug":519,"type":16},{"name":18,"slug":19,"type":16},{"name":522,"slug":523,"type":16},{"slug":526,"name":526,"fn":527,"description":528,"org":653,"tags":654,"stars":23,"repoUrl":24,"updatedAt":534},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[655,656,657],{"name":21,"slug":22,"type":16},{"name":518,"slug":519,"type":16},{"name":9,"slug":8,"type":16},{"slug":536,"name":536,"fn":537,"description":538,"org":659,"tags":660,"stars":23,"repoUrl":24,"updatedAt":544},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[661,662,663],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":522,"slug":523,"type":16},{"slug":546,"name":546,"fn":547,"description":548,"org":665,"tags":666,"stars":23,"repoUrl":24,"updatedAt":554},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[667,668,669],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"slug":556,"name":556,"fn":557,"description":558,"org":671,"tags":672,"stars":23,"repoUrl":24,"updatedAt":566},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[673,674,675],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":564,"slug":565,"type":16},{"slug":568,"name":568,"fn":569,"description":570,"org":677,"tags":678,"stars":23,"repoUrl":24,"updatedAt":576},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[679,680,681],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":564,"slug":565,"type":16},{"slug":578,"name":578,"fn":579,"description":580,"org":683,"tags":684,"stars":23,"repoUrl":24,"updatedAt":588},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[685,686,687],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":586,"slug":587,"type":16}]