_获取在线机型
POST
/_get_model_show
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}
请求参数
Body 参数application/json