获取模型列表
返回当前网关令牌可访问的 OpenAI 风格模型列表。
curl -X GET "https://api.routescope.ai/v1/models"{
"object": "list",
"data": {}
}{
"error": null,
"message": "success"
}Authorization
BearerAuth
AuthorizationBearer <token>
模型 relay 接口鉴权。请求头:Authorization: Bearer 。
In: header
Response Body
application/json
application/json
最后更新于