A compact comparison table listing AI models with their context window and price, each row prefixed with the provider's brand icon.
import { DataTable } from "@/components/ui/data-table"; export default function Default() { return ( <div className="flex items-center justify-center p-8"> <div style={{ width: "100%", maxWidth: 460 }}> <DataTable /> </div> </div> ); }