Model Selector

Gradient sparkle tile inside a pill showing the model name, a speed caption, and a dropdown arrow.

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

Import & use
import { Ai3 } from "@/components/beste/piece/ai3";

<Ai3
  model="Claude Opus 4.6"
  speed="Balanced"
  image="https://oud.pics/sm/l/claude.png"
  alt="Claude"
/>