FiveM Model & Hash Browser

Search spawn names & hashes for 900+ vehicles, 1000+ peds and every weapon — with photos. Click to copy.

GTA V & FiveM spawn names and hashes

Every vehicle, ped and weapon in GTA V has a model name (its spawn code) and a hash — a joaat hash of that name that FiveM natives such as GetHashKey, CreateVehicle and SetPedAsCop accept. Search by name, spawn code or hash above, filter by class/type/category, and copy the spawn name, signed hash or hex hash with a single click.

Frequently asked questions

What is a model hash?

A joaat (Jenkins one-at-a-time) hash of the model's spawn name. Natives accept the name or its hash interchangeably.

Signed vs hex hash?

Same 32-bit value, two forms. Signed is what Lua's GetHashKey returns; hex (0x…) is the unsigned form in native docs.