export interface LLMProvider { id: string; name: string; svgIcon: string; models: string[]; }