Identifying Original Models and Getting Parameter Counts

Using the HF API for listing models are the following possible?

  1. Identify if a model is an original model (Not a reupload of an existing model)
  2. Get a parameter count for each model.

I am hoping to run some analysis based on this information.