What should my Polygon Budget be?

Hello
I am currently developing a Racing Game for Desktop. It will not just be cars, but also planes, motorbikes and F1 cars. There will never be any more than 8 cars in the scene at once. The environment will probably take about 200,000 polygons, but possibly more depending on the scene. I am aiming for an average Frame Rate of 30FPS +. Right now all of my cars are around 300K polygons.
My question is what is the recommended polygon range for my vehicles in order to achieve my 30FPS goal while also keeping realistic lighting and high-poly vehicles
Thanks
Dok

Using environment reflection in the shaders? How many point lights? Are there settings for better/worse shadows? How many materials? I’d guess there are enough variables like that, that you just need to test.

Should be easy enough to make a so-so test. Cars just spin in place; a button to add/subtract a spinning car. Display the frame rate, and see how many cars you can get. Or maybe you can easily make a 100K, 200K … version of a car, and add a button in the test to swap models up/down.