factory LLMGrant.fromJson(Map<String, dynamic> j) => LLMGrant(models: (j['models'] as List?)?.cast<String>());