Playground card with the selected model, a prompt draft box, and a tone-colored Run button to kick off the request.
Explain rate limiting strategies with simple examples.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai35 } from "@/components/beste/piece/ai35";
<Ai35
prompt="Explain rate limiting strategies with simple examples."
model="claude-sonnet"
tone="violet"
/>