Using multiple ML models into the voting classifier

Hi everyone, i have a bunch of tabular data and i managed to train a random forest, a gradient boosting classifier and a deep learning model (the tabular learner) with them. I noticed in the results that every model does better then the others in a particular label, different for every model. I was wondering if i could put all the models into a voting classifier (the one from sklearn). I have no problem with the random forest and the gradient boosting but i didn’t find anything about putting the tabular learner inside the voting classfier. Is it possible to do that?