跳到主要内容

获取模型列表

请求方法

GET

请求地址

https://api.lanrui.co/api/v1/image/model/list
CURL 示例
curl --location --request GET 'https://api.lanrui.co/api/v1/image/model/list?type=Checkpoint' \
--header 'Authorization: Bearer {填入API Key,删除花括号}'

请求参数(form)

参数名参数类型取值范围参数释义是否必填
typestringCheckpoint LoRA Embedding模型类型
currentint默认值: 1当前页
pageSizeint[1, 100],默认值: 30每页数量

返回响应(json)

参数名参数类型参数释义
idint模型 id
namestring模型名称
versionstring模型版本
typestring模型类型
base_modelstring基础模型
trigger_wordsstring触发词
is_runningbool是否运行中