{/* Provider model browser icons */}
{/* Replicate icon - show if API key is configured via env or project settings */}
{mounted && (providerSettings.providers.replicate?.apiKey || envStatus?.replicate) && (
setModelSearchOpen(true, "replicate")}
/>
)}
{/* fal.ai icon - always show (works without key but rate limited) */}
setModelSearchOpen(true, "fal")}
/>