# Get a list of models
# Brief description
- Query currently available models (open only for paid items ) and, when submitting a task, use the returned model id (model_id) to run a specified model
# Request URL
https://minitest.weixin.qq.com/thirdapi/device_list
# How to request
- GET
# parameter
| Parameter Name | Required | type | Introductions |
|---|---|---|---|
| token | yes | string | You can obtain it from "My Information" in the drop-down menu on the right-hand side of your profile in the upper right corner of the page |
| group_en_id | yes | string | Project ID in English, available on item management / product management page |
# Return an example
{
"data":{
"total_device_num": 1,
"device_list": [{
"cpu_name": "海思 麒麟980",
"cpu_total": 8,
"level": 2,
"manufacture": "HUAWEI",
"model": "SEA-AL10",
"model_alias": "华为nova 5 Pro",
"model_id": 1,
"phone_type": "android",
"resolution": "1080x2340",
"special_cloud": "",
"system_version": "Android 9"
}],
},
"msg":"ok",
"rtn":0,
"timestamp":1654507309.8952177,
"trace_id":"5f7884d3953a2e18"
}
# Remarks
Please note that this interface is open to queries only for paid items
LevelField meaning: 1 high-end machine, 2 mid-end machine, 3 low-end machine