I couldn't find in Apple documentation whether or not RealityKit supports LOD.
In games engines, LOD is being determined at runtime according to the position of the camera relative to the model. If the camera is far, a low-resolution texture would apply to the model. If the camera is close a high-resolution texture would be applied so that the user would be able to view even the smallest details.