It is possible to reduce the parameter space by putting extra constraints on parameters, using for instance
model=TN93(kappa1=1.0, kappa2=kappa1, theta=0.5)
In that particular case the resulting model is strictly equivalent to the HKY85 model. This syntax however allows to define a larger set of models.