Context-window card with a tokens-used-of-max readout and a violet-to-fuchsia gradient fill bar.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai18 } from "@/components/beste/piece/ai18";
<Ai18
label="Context window"
used={92000}
max={200000}
usageSuffix="of window in use"
tone="primary"
/>