> ## 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.

# Claude Pro/Max

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>;

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

Piebald allows you to use your Claude Pro/Max subscription allows subscriptions.  Claude Max providers internally use Claude Code to communicate with Anthropic's API so there's no risk of your account getting banned.

You can use your Claude Code installation from PATH, specify a path to the Claude Code executable, or allow Piebald to manage Claude Code installation and updates for you.

<MuxVideo playbackId="injQSlQ02A8nIVVNfPZl00iCQWh02ceZKSQf39ygLJmB8U" title="Claude Code provider" />
