[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-litellm-add-model":3,"mdc-hzndqo-key":32,"related-org-litellm-add-model":876,"related-repo-litellm-add-model":1011},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"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},"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},"LLM","llm","tag",{"name":18,"slug":19,"type":16},"AI Infrastructure","ai-infrastructure",{"name":9,"slug":8,"type":16},66,"https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills","2026-07-14T05:37:41.141371","MIT",8,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"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\u002Fadd-model","---\nname: add-model\ndescription: \"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.\"\nlicense: MIT\ncompatibility: Requires curl.\nmetadata:\n  author: BerriAI\n  version: \"1.0\"\nallowed-tools: Bash(curl:*)\n---\n\n# Add Model\n\nAdd a new LLM to a live LiteLLM proxy.\n\n## Setup\n\nAsk for these if not already known:\n```\nLITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n```\n\nAPI reference: https:\u002F\u002Flitellm.vercel.app\u002Fdocs\u002Fproxy\u002Fmodel_management\n\n## Ask the user\n\n1. **Public model name** — what callers will send in `\"model\": \"...\"` (e.g. `gpt-4o`, `my-claude`, `llama3`)\n2. **Provider** — pick from the table below\n3. **Credentials** — whatever that provider needs\n\n## Provider table\n\n| Provider | `litellm_params.model` | Extra params |\n|---|---|---|\n| OpenAI | `openai\u002Fgpt-4o` | `api_key` |\n| Azure OpenAI | `azure\u002F\u003Cdeployment-name>` | `api_key`, `api_base`, `api_version` |\n| Anthropic | `anthropic\u002Fclaude-3-5-sonnet-20241022` | `api_key` |\n| AWS Bedrock | `bedrock\u002Fanthropic.claude-3-5-sonnet-20241022-v2:0` | AWS creds via env |\n| Google Vertex | `vertex_ai\u002Fgemini-1.5-pro` | `vertex_project`, `vertex_location` |\n| Ollama | `ollama\u002Fllama3` | `api_base` (e.g. `http:\u002F\u002Flocalhost:11434`) |\n| Groq | `groq\u002Fllama-3.3-70b-versatile` | `api_key` |\n| Together AI | `together_ai\u002Fmeta-llama\u002FLlama-3-70b` | `api_key` |\n| Mistral | `mistral\u002Fmistral-large-latest` | `api_key` |\n\nFull list: https:\u002F\u002Fdocs.litellm.ai\u002Fdocs\u002Fproviders\n\n## Run\n\n```bash\ncurl -s -X POST \"$BASE\u002Fmodel\u002Fnew\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model_name\": \"\u003Cpublic-name>\",\n    \"litellm_params\": {\n      \"model\": \"\u003Cprovider\u002Fdeployment>\",\n      \"api_key\": \"\u003Ckey>\",\n      \"api_base\": \"\u003Cbase_if_needed>\",\n      \"api_version\": \"\u003Cversion_if_azure>\"\n    }\n  }'\n```\n\n## Test it\n\nAfter adding, verify it routes:\n\n```bash\ncurl -s -X POST \"$BASE\u002Fchat\u002Fcompletions\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model\": \"\u003Cpublic-name>\",\n    \"messages\": [{\"role\": \"user\", \"content\": \"say hi\"}],\n    \"max_tokens\": 10\n  }'\n```\n\n## Output\n\nShow `model_id` from the response — needed to update or delete the model later.\nReport pass\u002Ffail from the test call.\n",{"data":33,"body":38},{"name":4,"description":6,"license":24,"compatibility":34,"metadata":35,"allowed-tools":37},"Requires curl.",{"author":11,"version":36},"1.0","Bash(curl:*)",{"type":39,"children":40},"root",[41,49,55,62,67,80,93,99,166,172,461,472,478,693,699,704,851,857,870],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Add Model",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Add a new LLM to a live LiteLLM proxy.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"setup",[60],{"type":47,"value":61},"Setup",{"type":42,"tag":50,"props":63,"children":64},{},[65],{"type":47,"value":66},"Ask for these if not already known:",{"type":42,"tag":68,"props":69,"children":73},"pre",{"className":70,"code":72,"language":47},[71],"language-text","LITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n",[74],{"type":42,"tag":75,"props":76,"children":78},"code",{"__ignoreMap":77},"",[79],{"type":47,"value":72},{"type":42,"tag":50,"props":81,"children":82},{},[83,85],{"type":47,"value":84},"API reference: ",{"type":42,"tag":86,"props":87,"children":91},"a",{"href":88,"rel":89},"https:\u002F\u002Flitellm.vercel.app\u002Fdocs\u002Fproxy\u002Fmodel_management",[90],"nofollow",[92],{"type":47,"value":88},{"type":42,"tag":56,"props":94,"children":96},{"id":95},"ask-the-user",[97],{"type":47,"value":98},"Ask the user",{"type":42,"tag":100,"props":101,"children":102},"ol",{},[103,146,156],{"type":42,"tag":104,"props":105,"children":106},"li",{},[107,113,115,121,123,129,131,137,138,144],{"type":42,"tag":108,"props":109,"children":110},"strong",{},[111],{"type":47,"value":112},"Public model name",{"type":47,"value":114}," — what callers will send in ",{"type":42,"tag":75,"props":116,"children":118},{"className":117},[],[119],{"type":47,"value":120},"\"model\": \"...\"",{"type":47,"value":122}," (e.g. ",{"type":42,"tag":75,"props":124,"children":126},{"className":125},[],[127],{"type":47,"value":128},"gpt-4o",{"type":47,"value":130},", ",{"type":42,"tag":75,"props":132,"children":134},{"className":133},[],[135],{"type":47,"value":136},"my-claude",{"type":47,"value":130},{"type":42,"tag":75,"props":139,"children":141},{"className":140},[],[142],{"type":47,"value":143},"llama3",{"type":47,"value":145},")",{"type":42,"tag":104,"props":147,"children":148},{},[149,154],{"type":42,"tag":108,"props":150,"children":151},{},[152],{"type":47,"value":153},"Provider",{"type":47,"value":155}," — pick from the table below",{"type":42,"tag":104,"props":157,"children":158},{},[159,164],{"type":42,"tag":108,"props":160,"children":161},{},[162],{"type":47,"value":163},"Credentials",{"type":47,"value":165}," — whatever that provider needs",{"type":42,"tag":56,"props":167,"children":169},{"id":168},"provider-table",[170],{"type":47,"value":171},"Provider table",{"type":42,"tag":173,"props":174,"children":175},"table",{},[176,203],{"type":42,"tag":177,"props":178,"children":179},"thead",{},[180],{"type":42,"tag":181,"props":182,"children":183},"tr",{},[184,189,198],{"type":42,"tag":185,"props":186,"children":187},"th",{},[188],{"type":47,"value":153},{"type":42,"tag":185,"props":190,"children":191},{},[192],{"type":42,"tag":75,"props":193,"children":195},{"className":194},[],[196],{"type":47,"value":197},"litellm_params.model",{"type":42,"tag":185,"props":199,"children":200},{},[201],{"type":47,"value":202},"Extra params",{"type":42,"tag":204,"props":205,"children":206},"tbody",{},[207,234,273,298,320,353,386,411,436],{"type":42,"tag":181,"props":208,"children":209},{},[210,216,225],{"type":42,"tag":211,"props":212,"children":213},"td",{},[214],{"type":47,"value":215},"OpenAI",{"type":42,"tag":211,"props":217,"children":218},{},[219],{"type":42,"tag":75,"props":220,"children":222},{"className":221},[],[223],{"type":47,"value":224},"openai\u002Fgpt-4o",{"type":42,"tag":211,"props":226,"children":227},{},[228],{"type":42,"tag":75,"props":229,"children":231},{"className":230},[],[232],{"type":47,"value":233},"api_key",{"type":42,"tag":181,"props":235,"children":236},{},[237,242,251],{"type":42,"tag":211,"props":238,"children":239},{},[240],{"type":47,"value":241},"Azure OpenAI",{"type":42,"tag":211,"props":243,"children":244},{},[245],{"type":42,"tag":75,"props":246,"children":248},{"className":247},[],[249],{"type":47,"value":250},"azure\u002F\u003Cdeployment-name>",{"type":42,"tag":211,"props":252,"children":253},{},[254,259,260,266,267],{"type":42,"tag":75,"props":255,"children":257},{"className":256},[],[258],{"type":47,"value":233},{"type":47,"value":130},{"type":42,"tag":75,"props":261,"children":263},{"className":262},[],[264],{"type":47,"value":265},"api_base",{"type":47,"value":130},{"type":42,"tag":75,"props":268,"children":270},{"className":269},[],[271],{"type":47,"value":272},"api_version",{"type":42,"tag":181,"props":274,"children":275},{},[276,281,290],{"type":42,"tag":211,"props":277,"children":278},{},[279],{"type":47,"value":280},"Anthropic",{"type":42,"tag":211,"props":282,"children":283},{},[284],{"type":42,"tag":75,"props":285,"children":287},{"className":286},[],[288],{"type":47,"value":289},"anthropic\u002Fclaude-3-5-sonnet-20241022",{"type":42,"tag":211,"props":291,"children":292},{},[293],{"type":42,"tag":75,"props":294,"children":296},{"className":295},[],[297],{"type":47,"value":233},{"type":42,"tag":181,"props":299,"children":300},{},[301,306,315],{"type":42,"tag":211,"props":302,"children":303},{},[304],{"type":47,"value":305},"AWS Bedrock",{"type":42,"tag":211,"props":307,"children":308},{},[309],{"type":42,"tag":75,"props":310,"children":312},{"className":311},[],[313],{"type":47,"value":314},"bedrock\u002Fanthropic.claude-3-5-sonnet-20241022-v2:0",{"type":42,"tag":211,"props":316,"children":317},{},[318],{"type":47,"value":319},"AWS creds via env",{"type":42,"tag":181,"props":321,"children":322},{},[323,328,337],{"type":42,"tag":211,"props":324,"children":325},{},[326],{"type":47,"value":327},"Google Vertex",{"type":42,"tag":211,"props":329,"children":330},{},[331],{"type":42,"tag":75,"props":332,"children":334},{"className":333},[],[335],{"type":47,"value":336},"vertex_ai\u002Fgemini-1.5-pro",{"type":42,"tag":211,"props":338,"children":339},{},[340,346,347],{"type":42,"tag":75,"props":341,"children":343},{"className":342},[],[344],{"type":47,"value":345},"vertex_project",{"type":47,"value":130},{"type":42,"tag":75,"props":348,"children":350},{"className":349},[],[351],{"type":47,"value":352},"vertex_location",{"type":42,"tag":181,"props":354,"children":355},{},[356,361,370],{"type":42,"tag":211,"props":357,"children":358},{},[359],{"type":47,"value":360},"Ollama",{"type":42,"tag":211,"props":362,"children":363},{},[364],{"type":42,"tag":75,"props":365,"children":367},{"className":366},[],[368],{"type":47,"value":369},"ollama\u002Fllama3",{"type":42,"tag":211,"props":371,"children":372},{},[373,378,379,385],{"type":42,"tag":75,"props":374,"children":376},{"className":375},[],[377],{"type":47,"value":265},{"type":47,"value":122},{"type":42,"tag":75,"props":380,"children":382},{"className":381},[],[383],{"type":47,"value":384},"http:\u002F\u002Flocalhost:11434",{"type":47,"value":145},{"type":42,"tag":181,"props":387,"children":388},{},[389,394,403],{"type":42,"tag":211,"props":390,"children":391},{},[392],{"type":47,"value":393},"Groq",{"type":42,"tag":211,"props":395,"children":396},{},[397],{"type":42,"tag":75,"props":398,"children":400},{"className":399},[],[401],{"type":47,"value":402},"groq\u002Fllama-3.3-70b-versatile",{"type":42,"tag":211,"props":404,"children":405},{},[406],{"type":42,"tag":75,"props":407,"children":409},{"className":408},[],[410],{"type":47,"value":233},{"type":42,"tag":181,"props":412,"children":413},{},[414,419,428],{"type":42,"tag":211,"props":415,"children":416},{},[417],{"type":47,"value":418},"Together AI",{"type":42,"tag":211,"props":420,"children":421},{},[422],{"type":42,"tag":75,"props":423,"children":425},{"className":424},[],[426],{"type":47,"value":427},"together_ai\u002Fmeta-llama\u002FLlama-3-70b",{"type":42,"tag":211,"props":429,"children":430},{},[431],{"type":42,"tag":75,"props":432,"children":434},{"className":433},[],[435],{"type":47,"value":233},{"type":42,"tag":181,"props":437,"children":438},{},[439,444,453],{"type":42,"tag":211,"props":440,"children":441},{},[442],{"type":47,"value":443},"Mistral",{"type":42,"tag":211,"props":445,"children":446},{},[447],{"type":42,"tag":75,"props":448,"children":450},{"className":449},[],[451],{"type":47,"value":452},"mistral\u002Fmistral-large-latest",{"type":42,"tag":211,"props":454,"children":455},{},[456],{"type":42,"tag":75,"props":457,"children":459},{"className":458},[],[460],{"type":47,"value":233},{"type":42,"tag":50,"props":462,"children":463},{},[464,466],{"type":47,"value":465},"Full list: ",{"type":42,"tag":86,"props":467,"children":470},{"href":468,"rel":469},"https:\u002F\u002Fdocs.litellm.ai\u002Fdocs\u002Fproviders",[90],[471],{"type":47,"value":468},{"type":42,"tag":56,"props":473,"children":475},{"id":474},"run",[476],{"type":47,"value":477},"Run",{"type":42,"tag":68,"props":479,"children":483},{"className":480,"code":481,"language":482,"meta":77,"style":77},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s -X POST \"$BASE\u002Fmodel\u002Fnew\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model_name\": \"\u003Cpublic-name>\",\n    \"litellm_params\": {\n      \"model\": \"\u003Cprovider\u002Fdeployment>\",\n      \"api_key\": \"\u003Ckey>\",\n      \"api_base\": \"\u003Cbase_if_needed>\",\n      \"api_version\": \"\u003Cversion_if_azure>\"\n    }\n  }'\n","bash",[484],{"type":42,"tag":75,"props":485,"children":486},{"__ignoreMap":77},[487,542,573,598,617,626,635,644,652,661,670,679],{"type":42,"tag":488,"props":489,"children":492},"span",{"class":490,"line":491},"line",1,[493,499,505,510,515,521,527,532,537],{"type":42,"tag":488,"props":494,"children":496},{"style":495},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[497],{"type":47,"value":498},"curl",{"type":42,"tag":488,"props":500,"children":502},{"style":501},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[503],{"type":47,"value":504}," -s",{"type":42,"tag":488,"props":506,"children":507},{"style":501},[508],{"type":47,"value":509}," -X",{"type":42,"tag":488,"props":511,"children":512},{"style":501},[513],{"type":47,"value":514}," POST",{"type":42,"tag":488,"props":516,"children":518},{"style":517},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[519],{"type":47,"value":520}," \"",{"type":42,"tag":488,"props":522,"children":524},{"style":523},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[525],{"type":47,"value":526},"$BASE",{"type":42,"tag":488,"props":528,"children":529},{"style":501},[530],{"type":47,"value":531},"\u002Fmodel\u002Fnew",{"type":42,"tag":488,"props":533,"children":534},{"style":517},[535],{"type":47,"value":536},"\"",{"type":42,"tag":488,"props":538,"children":539},{"style":523},[540],{"type":47,"value":541}," \\\n",{"type":42,"tag":488,"props":543,"children":545},{"class":490,"line":544},2,[546,551,555,560,565,569],{"type":42,"tag":488,"props":547,"children":548},{"style":501},[549],{"type":47,"value":550},"  -H",{"type":42,"tag":488,"props":552,"children":553},{"style":517},[554],{"type":47,"value":520},{"type":42,"tag":488,"props":556,"children":557},{"style":501},[558],{"type":47,"value":559},"Authorization: Bearer ",{"type":42,"tag":488,"props":561,"children":562},{"style":523},[563],{"type":47,"value":564},"$KEY",{"type":42,"tag":488,"props":566,"children":567},{"style":517},[568],{"type":47,"value":536},{"type":42,"tag":488,"props":570,"children":571},{"style":523},[572],{"type":47,"value":541},{"type":42,"tag":488,"props":574,"children":576},{"class":490,"line":575},3,[577,581,585,590,594],{"type":42,"tag":488,"props":578,"children":579},{"style":501},[580],{"type":47,"value":550},{"type":42,"tag":488,"props":582,"children":583},{"style":517},[584],{"type":47,"value":520},{"type":42,"tag":488,"props":586,"children":587},{"style":501},[588],{"type":47,"value":589},"Content-Type: application\u002Fjson",{"type":42,"tag":488,"props":591,"children":592},{"style":517},[593],{"type":47,"value":536},{"type":42,"tag":488,"props":595,"children":596},{"style":523},[597],{"type":47,"value":541},{"type":42,"tag":488,"props":599,"children":601},{"class":490,"line":600},4,[602,607,612],{"type":42,"tag":488,"props":603,"children":604},{"style":501},[605],{"type":47,"value":606},"  -d",{"type":42,"tag":488,"props":608,"children":609},{"style":517},[610],{"type":47,"value":611}," '",{"type":42,"tag":488,"props":613,"children":614},{"style":501},[615],{"type":47,"value":616},"{\n",{"type":42,"tag":488,"props":618,"children":620},{"class":490,"line":619},5,[621],{"type":42,"tag":488,"props":622,"children":623},{"style":501},[624],{"type":47,"value":625},"    \"model_name\": \"\u003Cpublic-name>\",\n",{"type":42,"tag":488,"props":627,"children":629},{"class":490,"line":628},6,[630],{"type":42,"tag":488,"props":631,"children":632},{"style":501},[633],{"type":47,"value":634},"    \"litellm_params\": {\n",{"type":42,"tag":488,"props":636,"children":638},{"class":490,"line":637},7,[639],{"type":42,"tag":488,"props":640,"children":641},{"style":501},[642],{"type":47,"value":643},"      \"model\": \"\u003Cprovider\u002Fdeployment>\",\n",{"type":42,"tag":488,"props":645,"children":646},{"class":490,"line":25},[647],{"type":42,"tag":488,"props":648,"children":649},{"style":501},[650],{"type":47,"value":651},"      \"api_key\": \"\u003Ckey>\",\n",{"type":42,"tag":488,"props":653,"children":655},{"class":490,"line":654},9,[656],{"type":42,"tag":488,"props":657,"children":658},{"style":501},[659],{"type":47,"value":660},"      \"api_base\": \"\u003Cbase_if_needed>\",\n",{"type":42,"tag":488,"props":662,"children":664},{"class":490,"line":663},10,[665],{"type":42,"tag":488,"props":666,"children":667},{"style":501},[668],{"type":47,"value":669},"      \"api_version\": \"\u003Cversion_if_azure>\"\n",{"type":42,"tag":488,"props":671,"children":673},{"class":490,"line":672},11,[674],{"type":42,"tag":488,"props":675,"children":676},{"style":501},[677],{"type":47,"value":678},"    }\n",{"type":42,"tag":488,"props":680,"children":682},{"class":490,"line":681},12,[683,688],{"type":42,"tag":488,"props":684,"children":685},{"style":501},[686],{"type":47,"value":687},"  }",{"type":42,"tag":488,"props":689,"children":690},{"style":517},[691],{"type":47,"value":692},"'\n",{"type":42,"tag":56,"props":694,"children":696},{"id":695},"test-it",[697],{"type":47,"value":698},"Test it",{"type":42,"tag":50,"props":700,"children":701},{},[702],{"type":47,"value":703},"After adding, verify it routes:",{"type":42,"tag":68,"props":705,"children":707},{"className":480,"code":706,"language":482,"meta":77,"style":77},"curl -s -X POST \"$BASE\u002Fchat\u002Fcompletions\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"model\": \"\u003Cpublic-name>\",\n    \"messages\": [{\"role\": \"user\", \"content\": \"say hi\"}],\n    \"max_tokens\": 10\n  }'\n",[708],{"type":42,"tag":75,"props":709,"children":710},{"__ignoreMap":77},[711,751,778,801,816,824,832,840],{"type":42,"tag":488,"props":712,"children":713},{"class":490,"line":491},[714,718,722,726,730,734,738,743,747],{"type":42,"tag":488,"props":715,"children":716},{"style":495},[717],{"type":47,"value":498},{"type":42,"tag":488,"props":719,"children":720},{"style":501},[721],{"type":47,"value":504},{"type":42,"tag":488,"props":723,"children":724},{"style":501},[725],{"type":47,"value":509},{"type":42,"tag":488,"props":727,"children":728},{"style":501},[729],{"type":47,"value":514},{"type":42,"tag":488,"props":731,"children":732},{"style":517},[733],{"type":47,"value":520},{"type":42,"tag":488,"props":735,"children":736},{"style":523},[737],{"type":47,"value":526},{"type":42,"tag":488,"props":739,"children":740},{"style":501},[741],{"type":47,"value":742},"\u002Fchat\u002Fcompletions",{"type":42,"tag":488,"props":744,"children":745},{"style":517},[746],{"type":47,"value":536},{"type":42,"tag":488,"props":748,"children":749},{"style":523},[750],{"type":47,"value":541},{"type":42,"tag":488,"props":752,"children":753},{"class":490,"line":544},[754,758,762,766,770,774],{"type":42,"tag":488,"props":755,"children":756},{"style":501},[757],{"type":47,"value":550},{"type":42,"tag":488,"props":759,"children":760},{"style":517},[761],{"type":47,"value":520},{"type":42,"tag":488,"props":763,"children":764},{"style":501},[765],{"type":47,"value":559},{"type":42,"tag":488,"props":767,"children":768},{"style":523},[769],{"type":47,"value":564},{"type":42,"tag":488,"props":771,"children":772},{"style":517},[773],{"type":47,"value":536},{"type":42,"tag":488,"props":775,"children":776},{"style":523},[777],{"type":47,"value":541},{"type":42,"tag":488,"props":779,"children":780},{"class":490,"line":575},[781,785,789,793,797],{"type":42,"tag":488,"props":782,"children":783},{"style":501},[784],{"type":47,"value":550},{"type":42,"tag":488,"props":786,"children":787},{"style":517},[788],{"type":47,"value":520},{"type":42,"tag":488,"props":790,"children":791},{"style":501},[792],{"type":47,"value":589},{"type":42,"tag":488,"props":794,"children":795},{"style":517},[796],{"type":47,"value":536},{"type":42,"tag":488,"props":798,"children":799},{"style":523},[800],{"type":47,"value":541},{"type":42,"tag":488,"props":802,"children":803},{"class":490,"line":600},[804,808,812],{"type":42,"tag":488,"props":805,"children":806},{"style":501},[807],{"type":47,"value":606},{"type":42,"tag":488,"props":809,"children":810},{"style":517},[811],{"type":47,"value":611},{"type":42,"tag":488,"props":813,"children":814},{"style":501},[815],{"type":47,"value":616},{"type":42,"tag":488,"props":817,"children":818},{"class":490,"line":619},[819],{"type":42,"tag":488,"props":820,"children":821},{"style":501},[822],{"type":47,"value":823},"    \"model\": \"\u003Cpublic-name>\",\n",{"type":42,"tag":488,"props":825,"children":826},{"class":490,"line":628},[827],{"type":42,"tag":488,"props":828,"children":829},{"style":501},[830],{"type":47,"value":831},"    \"messages\": [{\"role\": \"user\", \"content\": \"say hi\"}],\n",{"type":42,"tag":488,"props":833,"children":834},{"class":490,"line":637},[835],{"type":42,"tag":488,"props":836,"children":837},{"style":501},[838],{"type":47,"value":839},"    \"max_tokens\": 10\n",{"type":42,"tag":488,"props":841,"children":842},{"class":490,"line":25},[843,847],{"type":42,"tag":488,"props":844,"children":845},{"style":501},[846],{"type":47,"value":687},{"type":42,"tag":488,"props":848,"children":849},{"style":517},[850],{"type":47,"value":692},{"type":42,"tag":56,"props":852,"children":854},{"id":853},"output",[855],{"type":47,"value":856},"Output",{"type":42,"tag":50,"props":858,"children":859},{},[860,862,868],{"type":47,"value":861},"Show ",{"type":42,"tag":75,"props":863,"children":865},{"className":864},[],[866],{"type":47,"value":867},"model_id",{"type":47,"value":869}," from the response — needed to update or delete the model later.\nReport pass\u002Ffail from the test call.",{"type":42,"tag":871,"props":872,"children":873},"style",{},[874],{"type":47,"value":875},"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":877,"total":1010},[878,895,905,915,921,933,943,955,966,978,990,1001],{"slug":879,"name":879,"fn":880,"description":881,"org":882,"tags":883,"stars":21,"repoUrl":22,"updatedAt":894},"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},[884,887,890,891],{"name":885,"slug":886,"type":16},"Agents","agents",{"name":888,"slug":889,"type":16},"API Development","api-development",{"name":14,"slug":15,"type":16},{"name":892,"slug":893,"type":16},"MCP","mcp","2026-07-14T05:37:35.882412",{"slug":896,"name":896,"fn":897,"description":898,"org":899,"tags":900,"stars":21,"repoUrl":22,"updatedAt":904},"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},[901,902,903],{"name":18,"slug":19,"type":16},{"name":888,"slug":889,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:23.401687",{"slug":906,"name":906,"fn":907,"description":908,"org":909,"tags":910,"stars":21,"repoUrl":22,"updatedAt":914},"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},[911,912,913],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":892,"slug":893,"type":16},"2026-07-14T05:37:18.330664",{"slug":4,"name":4,"fn":5,"description":6,"org":916,"tags":917,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[918,919,920],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":922,"name":922,"fn":923,"description":924,"org":925,"tags":926,"stars":21,"repoUrl":22,"updatedAt":932},"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},[927,928,929],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":930,"slug":931,"type":16},"Management","management","2026-07-14T05:37:43.83623",{"slug":934,"name":934,"fn":935,"description":936,"org":937,"tags":938,"stars":21,"repoUrl":22,"updatedAt":942},"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},[939,940,941],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":930,"slug":931,"type":16},"2026-07-14T05:37:29.671894",{"slug":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":21,"repoUrl":22,"updatedAt":954},"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},[949,950,951],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":952,"slug":953,"type":16},"Operations","operations","2026-07-14T05:37:22.16293",{"slug":956,"name":956,"fn":957,"description":958,"org":959,"tags":960,"stars":21,"repoUrl":22,"updatedAt":965},"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},[961,962,963,964],{"name":885,"slug":886,"type":16},{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":930,"slug":931,"type":16},"2026-07-14T05:37:34.647734",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":21,"repoUrl":22,"updatedAt":977},"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},[972,973,974],{"name":888,"slug":889,"type":16},{"name":9,"slug":8,"type":16},{"name":975,"slug":976,"type":16},"Security","security","2026-07-14T05:37:38.407239",{"slug":979,"name":979,"fn":980,"description":981,"org":982,"tags":983,"stars":21,"repoUrl":22,"updatedAt":989},"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},[984,985,988],{"name":18,"slug":19,"type":16},{"name":986,"slug":987,"type":16},"Configuration","configuration",{"name":892,"slug":893,"type":16},"2026-07-14T05:37:32.167939",{"slug":991,"name":991,"fn":992,"description":993,"org":994,"tags":995,"stars":21,"repoUrl":22,"updatedAt":1000},"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},[996,997,998,999],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":930,"slug":931,"type":16},"2026-07-14T05:37:33.417861",{"slug":1002,"name":1002,"fn":1003,"description":1004,"org":1005,"tags":1006,"stars":21,"repoUrl":22,"updatedAt":1009},"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},[1007,1008],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:20.916307",21,{"items":1012,"total":1010},[1013,1020,1026,1032,1038,1044,1050],{"slug":879,"name":879,"fn":880,"description":881,"org":1014,"tags":1015,"stars":21,"repoUrl":22,"updatedAt":894},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1016,1017,1018,1019],{"name":885,"slug":886,"type":16},{"name":888,"slug":889,"type":16},{"name":14,"slug":15,"type":16},{"name":892,"slug":893,"type":16},{"slug":896,"name":896,"fn":897,"description":898,"org":1021,"tags":1022,"stars":21,"repoUrl":22,"updatedAt":904},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1023,1024,1025],{"name":18,"slug":19,"type":16},{"name":888,"slug":889,"type":16},{"name":9,"slug":8,"type":16},{"slug":906,"name":906,"fn":907,"description":908,"org":1027,"tags":1028,"stars":21,"repoUrl":22,"updatedAt":914},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1029,1030,1031],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":892,"slug":893,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":1033,"tags":1034,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1035,1036,1037],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":922,"name":922,"fn":923,"description":924,"org":1039,"tags":1040,"stars":21,"repoUrl":22,"updatedAt":932},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1041,1042,1043],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":930,"slug":931,"type":16},{"slug":934,"name":934,"fn":935,"description":936,"org":1045,"tags":1046,"stars":21,"repoUrl":22,"updatedAt":942},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1047,1048,1049],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":930,"slug":931,"type":16},{"slug":944,"name":944,"fn":945,"description":946,"org":1051,"tags":1052,"stars":21,"repoUrl":22,"updatedAt":954},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1053,1054,1055],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":952,"slug":953,"type":16}]