The TCP/IP model has layers:
Network Access - Physical and data link combined
Internet - IP addressing and routing
Transport - TCP and UDP
Application - Everything above transport
TCP/IP predates OSI and evolved from real implementations. The internet runs on TCP/IP, not OSI.
The Application layer absorbs OSI's Session, Presentation, and Application. Network Access combines Physical and Data Link. This compression reflects how protocols in practice work.