The model number is counted up by asset and algo calls. Currently you're identifying models by asset name, but the 'official' method is identifying them by the model number.

You can store them in a list, save and load the whole list, and access single models in R f.i. with modellist[[model+1]].