import type { ModelInfo } from '~/utils/types'; export type ProviderInfo = { staticModels: ModelInfo[]; name: string; getDynamicModels?: () => Promise; getApiKeyLink?: string; labelForGetApiKey?: string; icon?: string; };