Live token visualizer with tone-tinted token chips, tokens-per-second rate, and a pulsing caret at the end.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai42 } from "@/components/beste/piece/ai42";
<Ai42
tokens={[
"The",
" quick",
" brown",
" fox",
" jumps",
" over"
]}
tokensPerSecond={142}
tone="violet"
/>