Live token visualizer with tone-tinted token chips, tokens-per-second rate, and a pulsing caret at the end.
New here? Read the installation guide.
import { Ai42 } from "@/components/beste/piece/ai42";
<Ai42
tokens={[
"The",
" quick",
" brown",
" fox",
" jumps",
" over"
]}
tokensPerSecond={142}
tone="violet"
/>Token-usage card with used of total readout and a fill bar that shifts emerald to amber to rose.
The smoothest cup of the morning starts with beans roasted just last
Partial assistant reply bubble with a blinking block cursor on the trailing character.
Context-window card with a tokens-used-of-max readout and a violet-to-fuchsia gradient fill bar.
Debugger-style panel showing the language model's next-token probabilities, with the top candidate highlighted and bars scaled to softmax weight.