Batch Job

Batch inference progress card with completed/failed counts and a stacked bar where the error segment shows in rose.

batch_01HX9K2820/1,000
ok 820fail 4

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai44 } from "@/components/beste/piece/ai44";

<Ai44
  id="batch_01HX9K2"
  completed={820}
  failed={4}
  total={1000}
  tone="violet"
/>