Is SAPT2+ supported via psi4.sapt()?

I notice that there is an advanced example of SAPT calculation, via calling psi4.sapt(). However, it seems that only SAPT0 (and also sSAPT0 if reference rhf is set) is supported. Can SAPT2+, SAPT2+(3)δMP2 be supported via calling psi4.sapt()?

Thank you.

That is already possible I think, at least to some extend.
You need to manually specify further options as done here automatically:

You would need to do the deltaMP2 correction manually as well:

Maybe it is actually easier then to copy the run_sapt function and make your own.

For open-shell only SAPT0 is available AFAIK.