> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing providers

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

In Piebald, you create **providers** for accounts or logins with LLM services (e.g. Anthropic, OpenAI, etc.).  So you might create a provider for your Anthropic account, one for your OpenAI account, etc.

You can have multiple providers with the same service, e.g. a work and a home OpenAI account.  You could even have multiple providers logged in with the same account.

Providers can be created, edited, and deleted.  If you delete a provider, all chats that use that provider will be marked as having had their provider deleted, and the provider management dialog will display the provider as deleted with all its chats:

<img class="shadow-md rounded-xl" width="500" alt="deleted_provider.png" src="https://mintcdn.com/piebald/c82788trErFjPBqo/imgs/deleted_provider.png?fit=max&auto=format&n=c82788trErFjPBqo&q=85&s=15dd5de8124998acee96d2db8ac707f9" data-path="imgs/deleted_provider.png" />

## Subscription limit monitor

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

When you're nearing your rate limits you'll likely want to watch them carefully.  Piebald has a monitor up near the chat title that displays your remaining rate limit percentage (demo below).

You can configure various thresholds for the monitor—at what rate limit percentage it should be displayed, at what percentage it should turn yellow for warning, and at what percentage it should turn red for danger.  These thresholds are configurable at **Settings → Rate Limits Monitor**.

<MuxVideo playbackId="wzDOFm26Jb47nVRzRM26fzET2LEqPNNpjGqVEgo901oY" title="Subscription usage limit monitor & token count display" />
