Which model of Raspberry Pi do I have ?
Login to Raspberry Pi and run this command in the terminal
Method #1
cat /proc/device-tree/model
Method #2
cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}'
the command will return the revision of your CPU – check this table