Which threading model allows for a combination of user-level and kernel-level threads?

The hybrid threading model allows for both user-level and kernel-level threads. In a hybrid approach, user-space libraries manage user-level threads, whereas the kernel manages kernel-level threads. This combination offers advantages such as versatility and efficiency. User-level threads can be mapped to kernel-level threads, resulting in greater hardware resource efficiency and performance in certain cases.