BerriAI

28 mods across 2 repositories, 58k stars between them.

litellm AGENTS.md

01

BerriAI/litellm

Instructions file CodexOpenCode

AGENTS.md instructions for BerriAI/litellm, a project described as: The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM].

58k yesterday A 10 tokens

litellm CLAUDE.md

02

BerriAI/litellm

Instructions file

Claude Code instructions for BerriAI/litellm, covering think before coding and simplicity first.

58k yesterday C 3,510 tokens

litellm GEMINI.md

03

BerriAI/litellm

Instructions file Gemini CLI

Gemini CLI instructions for BerriAI/litellm, a project described as: The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM].

58k yesterday A 10 tokens

test-skill

04

BerriAI/litellm

Skill Claude CodeCodex

A minimal test skill for API testing.

58k yesterday A 11 tokens

slack-gif-creator

05

BerriAI/litellm

Skill Claude CodeCodex

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.".

58k yesterday A 51 tokens

add-agent

08

BerriAI/litellm-skills

Skill Claude CodeCodex

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 /v1/agents.

82 3mo ago A 41 tokens original MIT

add-key

09

BerriAI/litellm-skills

Skill Claude CodeCodex

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.

82 3mo ago A 64 tokens original MIT

add-mcp

10

BerriAI/litellm-skills

Skill Claude CodeCodex

Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST /v1/mcp/server.

82 3mo ago A 43 tokens original MIT

add-model

11

BerriAI/litellm-skills

Skill Claude CodeCodex

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, deploy, or configure a new model on a LiteLLM proxy instance.

82 3mo ago A 74 tokens original MIT

add-org

12

BerriAI/litellm-skills

Skill Claude CodeCodex

Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST /organization/new.

82 3mo ago A 34 tokens original MIT

add-team

13

BerriAI/litellm-skills

Skill Claude CodeCodex

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.

82 3mo ago A 65 tokens original MIT

add-user

14

BerriAI/litellm-skills

Skill Claude CodeCodex

Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget/model limits, then calls POST /user/new and shows the result.

82 3mo ago A 39 tokens original MIT

delete-agent

15

BerriAI/litellm-skills

Skill Claude CodeCodex

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

82 3mo ago A 34 tokens original MIT

delete-key

16

BerriAI/litellm-skills

Skill Claude CodeCodex

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

82 3mo ago A 32 tokens original MIT

delete-mcp

17

BerriAI/litellm-skills

Skill Claude CodeCodex

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

82 3mo ago A 36 tokens original MIT

delete-model

18

BerriAI/litellm-skills

Skill Claude CodeCodex

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

82 3mo ago C 54 tokens original MIT

delete-org

19

BerriAI/litellm-skills

Skill Claude CodeCodex

Delete one or more organizations from a live LiteLLM proxy. Ask for the organizationid(s) and confirm before calling DELETE /organization/delete.

82 3mo ago A 32 tokens original MIT

delete-team

20

BerriAI/litellm-skills

Skill Claude CodeCodex

Delete one or more teams from a live LiteLLM proxy. Ask for the teamid(s) and confirm before calling POST /team/delete.

82 3mo ago A 32 tokens original MIT

delete-user

21

BerriAI/litellm-skills

Skill Claude CodeCodex

Delete one or more users from a live LiteLLM proxy. Ask for the userid(s) and confirm before calling POST /user/delete.

82 3mo ago A 32 tokens original MIT

update-agent

22

BerriAI/litellm-skills

Skill Claude CodeCodex

Update an existing AI agent on a live LiteLLM proxy. Ask for the agentid and what to change (model, description, MCP servers), then call PATCH /v1/agents/{agentid}.

82 3mo ago A 45 tokens original MIT

update-key

23

BerriAI/litellm-skills

Skill Claude CodeCodex

Update an existing API key on a live LiteLLM proxy. Ask for the key and what to change (budget, models, expiry), then call POST /key/update.

82 3mo ago A 38 tokens original MIT

update-mcp

24

BerriAI/litellm-skills

Skill Claude CodeCodex

Update an existing MCP server on a live LiteLLM proxy. Ask for the serverid and what to change (URL, auth, description), then call PUT /v1/mcp/server.

82 3mo ago A 43 tokens original MIT