const models = await provider.provideLanguageModelChatInfo({ silent }, CancellationToken.None);
if (models.length) {
const modelIdentifiers = [];
for (const m of models) {
if (vendor.isDefault) {
// Special case for copilot models - they are all user selectable unless marked otherwise
if (m.metadata.isUserSelectable !== false) {