
from litellm-skills21
Guides adding and testing a new model on a LiteLLM proxy: pick provider, supply credentials, POST to /model/new and verify routing with a test call.
Walks an operator through registering a new model with a live LiteLLM proxy. The skill describes required inputs (proxy base URL and admin API key), maps provider options to litellm_params values (OpenAI, Azure, Anthropic, Bedrock, Vertex, Ollama, etc.), and provides example curl commands to create the model and verify it with a test chat request.
Use when you need to add or register a new backend model to a LiteLLM proxy instance, especially during deployment or operator tooling workflows. It's intended for admins who manage model routing and want a safe test step to confirm requests route correctly.
/model/new and test with /chat/completions.model_id and test result.Operator-facing automation agents and CLI-capable helpers that can perform authenticated HTTP requests (agents with curl/http tools).
This skill has not been reviewed by our automated audit pipeline yet.
Add Team — LiteLLM Proxy
Create and configure a new team on a LiteLLM proxy: collects team name, budget, allowed models and calls the proxy API to provision the team, returning the team
LiteLLM — Update Team
Update an existing team on a LiteLLM proxy: change alias, budget, allowed models, and rate limits via the proxy API.
Add User (LiteLLM Proxy)
Interactive helper to create a new user on a LiteLLM proxy by collecting email, role, budget and allowed models, then calling the proxy's user creation API.
Add Organization (LiteLLM)
Create a new organization on a LiteLLM proxy: prompts for org name, allowed models, budget and calls the proxy API to create the org.
Delete Organization
Delete one or more organizations from a LiteLLM proxy with confirmation and safe checks.
Delete MCP Server
Interactively delete an MCP server registration from a LiteLLM proxy: ask for server_id, confirm, and call the DELETE endpoint safely.