Skip to main content
BerriAI
GitHub creator profile

BerriAI

Repository-level view of 32 collected skills across 4 GitHub repositories.

skills collected
32
repositories
4
updated
May 20, 2026
repository explorer

Repositories and representative skills

view-usage
software-developers

Query spend and token activity on a live LiteLLM proxy. Shows daily usage broken down by user, team, org, tag, job, or model. Use when the user wants to see costs, token counts, request volume, or job-level attribution for a given date range.

May 7, 2026
add-key
software-developers

Generate a new API key on a live LiteLLM proxy. Asks for alias, scope (user/team), budget, models, and expiry, then calls POST /key/generate. Use when the user wants to create, generate, or provision an API key on a LiteLLM proxy instance.

Apr 15, 2026
add-model
software-developers

Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST /model/new, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register,…

Apr 15, 2026
add-team
software-developers

Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST /team/new 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.

Apr 15, 2026
delete-model
software-developers

Delete a model from a live LiteLLM proxy. Asks for the model name or model_id and confirms before calling POST /model/delete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.

Apr 15, 2026
delete-agent
network-and-computer-systems-administrators

Delete an AI agent from a live LiteLLM proxy. Ask for the agent_id and confirm before calling DELETE /v1/agents/{agent_id}.

Mar 14, 2026
delete-key
network-and-computer-systems-administrators

Delete one or more API keys from a live LiteLLM proxy. Ask for the key(s) and confirm before calling POST /key/delete.

Mar 14, 2026
delete-mcp
network-and-computer-systems-administrators

Delete an MCP server from a live LiteLLM proxy. Ask for the server_id and confirm before calling DELETE /v1/mcp/server/{server_id}.

Mar 14, 2026
Showing 8 of 21 collected skills.
Showing 4 of 4 repositories
All repositories loaded