export type LLMModelForTenant = { readonly id: number; llm_provider: string; llm_name: string; tenant?: number | null; };