Skip to main content
GET
获取模型列表

授权

X-Api-Key
string
header
必填

API Key Auth

  • Security Scheme Type: apiKey
  • API Key Header: X-Api-Key,用于验证账户信息,可在 账户管理>接口密钥 中查看

查询参数

limit
integer

每页返回的模型数量

after_id
string

分页游标,返回该 ID 之后的模型

before_id
string

分页游标,返回该 ID 之前的模型

响应

200 - application/json

可用模型列表。

data
object[]

模型对象数组

first_id
string

返回数据中的第一个模型 ID

has_more
boolean

是否还有更多数据

last_id
string

返回数据中的最后一个模型 ID