diff --git a/interface/pybind11_wrapper.cpp b/interface/pybind11_wrapper.cpp
index 5b467c374a22984bf265435e57444d1dcf66aa22..e2805b9268b83acdbd07d74a2e8785fac11dd9d9 100644
--- a/interface/pybind11_wrapper.cpp
+++ b/interface/pybind11_wrapper.cpp
@@ -321,10 +321,8 @@ void init_teqp(py::module& m) {
 //        .def("find_VLLE_T_binary", &am::find_VLLE_T_binary, "traces"_a, py::arg_v("options", std::nullopt, "None"));
         
     ;
-    m.def("make_model", &teqp::cppinterface::make_model);
-    m.def("make_vdW1", &teqp::cppinterface::make_vdW1);
-    m.def("make_canonical_PR", &teqp::cppinterface::make_canonical_PR);
-    m.def("make_canonical_SRK", &teqp::cppinterface::make_canonical_SRK);
+    
+    m.def("_make_model", &teqp::cppinterface::make_model);
     m.def("attach_model_specific_methods", &attach_model_specific_methods);
     
 //    // Some functions for timing overhead of interface