curl --location --request GET '/api/chat/modelLists' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"chatglm": {
"key": "string",
"name": "string",
"model_list": [
{
"key": "string",
"alias": "string",
"balance": 0,
"default": true,
"member_free": true
}
],
"image": "string",
"alias": "string",
"describe": "string"
}
}
}