{ "ask_contract_id": "int", // same as id "bundled_results": "int", // not sure, some number or null "cpu_ghz": "float", // self explanatory "driver_vers": "int", // driver_version but a number, I think it's to compare versions "geolocode": "int", "gpu_arch": "str", // always "nvidia" "gpu_ids": "list", "gpu_total_ram": "int", // all gpus combined "hostname": "NoneType", // always null "reliability": "float", // equal to reliability2 "reliability_mult": "float", "rented": "bool", // I think it's if the instance is rented by you, the website doesn't show instances if this is true "vericode": "int", // always 1 "rn": "int", // always 1 "dph_total_adj": "float", "discount_rate": "float", "discounted_hourly": "float", "discounted_dph_total": "float" }