{
"model": "napcat"
}
curl --location --request POST '/_get_model_show' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "napcat"
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"variants": {
"model_show": "string",
"need_pay": true
}
}
],
"message": "string",
"wording": "string",
"echo": "string"
}