Hey,
It would be great to have a name attribute for Model so that we can name the output ourselves and don't need to use the automatic naming. In case of a str expression the internal sympify will parse the name, but when using a sympy-type instead, the name cannot be set.
Currently the output will be named automatically f_1, f_2, etc.
I would be willing to provide a pull request if you allow external contributors.