Newbie. Need info on YOLO

I am newbie using deepLearning4J. I try to develop an application in java looking for face of animals (birds, mamals, …) and i see that we can just access to TinyYOLO which contains only 20 classes. My question is: How to access to other YOLO version example YOLO11? Do you expect to give access to these versions???

Thanks for your help

@galera generally newer models will be used via model import with the samediff framework. That yolo is only yolo 2 unfortunately.