GET /api/models/github.com/QuantumNous/new-api/controller.GetAllModelsMeta。web_vue。controller-confirmed-model-meta。字段为动态上游数据或回调负载时,文档会明确标记,不能补造 Schema。x-debug 里的占位符;示例不含真实密码、API Key、签名、Cookie 或 Provider 密钥。Authorization: Bearer ********************curl --location 'http://api-dev.opensosen.cn/api/models/?p=1&page_size=20&ps=undefined&size=undefined&status=undefined&sync_official=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "",
"data": {
"page": 1,
"page_size": 20,
"total": 1,
"items": [
{
"id": 11,
"model_name": "debug-model",
"description": "调试模型",
"icon": "debug-icon",
"tags": "chat",
"vendor_id": 3,
"endpoints": "[\"/v1/chat/completions\"]",
"status": 1,
"sync_official": 1,
"created_time": 1786646400,
"updated_time": 1786646400,
"bound_channels": [
{
"name": "debug-channel",
"type": 1
}
],
"enable_groups": [
"default"
],
"quota_types": [
0
],
"name_rule": 0
}
],
"vendor_counts": {
"3": 1
}
}
}