检索模型
GET
https://api.getimg.ai/v1/models/ {id }请求参数
Path 参数
id
string
唯一的型号ID
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
必需
name
string
必需
family
string
必需
pipelines
array[string]
必需
base_resolution
object
必需
width
integer
必需
height
integer
必需
price
number
必需
created_at
string
必需
示例
{
"id": "stable-diffusion-v1-5",
"name": "Stable Diffusion v1.5",
"family": "stable-diffusion",
"pipelines": [
"text-to-image",
"image-to-image",
"controlnet"
],
"base_resolution": {
"width": 512,
"height": 512
},
"price": 0.00045,
"created_at": "2023-05-23T18:51:22.297Z"
}
最后修改时间: 10 个月前