1. 模型模块
模型网关
  • 未命名文档
  • 模型模块
    • 添加模型配置
      POST
    • 获取模型配置
      GET
    • 更改模型配置
      PUT
    • 获取模型列表
      GET
    • 模型类型列表
      GET
    • 运营商列表
      GET
    • 删除模型配置
      DELETE
    • 更改会话模型
      POST
    • 获取会话模型
      GET
  • 任务模块
    • 构建消息
      POST
    • 创建任务
      POST
    • 批量查询任务
      POST
    • 查看任务结果
      GET
    • 批量查询异步任务
      GET
  1. 模型模块

获取模型列表

开发中
开发环境
http://127.0.0.1:3004
开发环境
http://127.0.0.1:3004
GET
http://127.0.0.1:3004
/model/listModel
最后修改时间:2026-07-06 02:22:51

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数multipart/form-data必填

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3004/model/listModel' \
--header 'Authorization: Bearer <token>' \
--form 'pageNum="1"' \
--form 'pageSize="10"' \
--form 'modelName=""' \
--form 'modelType="100"'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "message": "OK",
    "data": {
        "list": [
            {
                "id": "2060291332970123264",
                "tenantId": 94,
                "creator": "chuangzuo1",
                "createdAt": "2026-05-29 17:25:06",
                "updater": "chuangzuo1",
                "updatedAt": "2026-05-29 17:38:02",
                "deletedAt": null,
                "modelName": "doubao-seed-2-0-lite-260428",
                "operatorName": "火山引擎",
                "modelType": 100,
                "baseUrl": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
                "httpMethod": "POST",
                "headMsg": {},
                "isPrivate": 1,
                "isChatModel": 1,
                "callMode": 0,
                "apiKey": "ark-9df744e8-a0de-4c54-9db3-18379bccd523-e6733",
                "enabled": 1,
                "form": null,
                "requestMapping": {
                    "messages.0.content.0.text": "",
                    "messages.0.content.0.type": "text",
                    "messages.0.role": "user",
                    "messages.1.content": "",
                    "messages.1.role": "system",
                    "model": ""
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {
                    "attachments": "[object Object]"
                },
                "queryConfig": {
                    "callbackUrl": "",
                    "responseType": "sync"
                },
                "streamConfig": {},
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 300,
                "retryTimes": 3
            },
            {
                "id": "2073953895251447808",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-07-06 10:15:15",
                "updater": "chuangzuo3",
                "updatedAt": "2026-07-06 10:20:39",
                "deletedAt": null,
                "modelName": "doubao-seed-2-0-lite-260428-fb1",
                "operatorName": "火山引擎",
                "modelType": 100,
                "baseUrl": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
                "httpMethod": "POST",
                "headMsg": {
                    "Authorization": "Bearer ark-xxx",
                    "Content-Type": "application/json"
                },
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "ark-xxx",
                "enabled": 1,
                "form": [
                    {
                        "key": "model",
                        "value": null,
                        "label": "模型名称",
                        "type": "string",
                        "defaultValue": "doubao-seed-2-0-lite-260428",
                        "required": true,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.0.content.0.text",
                        "value": null,
                        "label": "用户提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": true,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 100000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    }
                ],
                "requestMapping": {},
                "responseMapping": {
                    "completion_tokens": "usage.completion_tokens",
                    "content": "choices.0.message.content",
                    "prompt_tokens": "usage.prompt_tokens",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {},
                "queryConfig": {
                    "interval_seconds": 2,
                    "method": "GET",
                    "status_path": "status",
                    "status_values": {
                        "failed": "failed",
                        "succeeded": "succeeded"
                    },
                    "task_id": "id",
                    "url": ""
                },
                "streamConfig": {
                    "enabled": false,
                    "events": [],
                    "parser": ""
                },
                "specialParams": {
                    "first_frame": "content.0.image_url.url",
                    "last_frame": "content.1.image_url.url"
                },
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 1200,
                "retryTimes": 3
            },
            {
                "id": "2072978145287344128",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-07-03 17:37:58",
                "updater": "chuangzuo3",
                "updatedAt": "2026-07-06 10:15:15",
                "deletedAt": null,
                "modelName": "doubao-seed-2-0-lite-260428-text",
                "operatorName": "火山引擎",
                "modelType": 100,
                "baseUrl": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
                "httpMethod": "POST",
                "headMsg": {
                    "Authorization": "Bearer ark-ff154563-0721-4df0-a015-5a2d33b6feef-577bb",
                    "Content-Type": "application/json"
                },
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "ark-9df744e8-a0de-4c54-9db3-18379bccd523-e6733",
                "enabled": 1,
                "form": [
                    {
                        "key": "model",
                        "value": null,
                        "label": "模型名称",
                        "type": "string",
                        "defaultValue": "doubao-seed-2-0-lite-260428",
                        "required": true,
                        "isForm": true,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.0.role",
                        "value": null,
                        "label": "系统角色",
                        "type": "string",
                        "defaultValue": "system",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.0.content",
                        "value": null,
                        "label": "系统提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": false,
                        "isForm": true,
                        "options": null,
                        "role": "system",
                        "fieldConstraint": {
                            "maxLength": 50000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.role",
                        "value": null,
                        "label": "用户角色",
                        "type": "string",
                        "defaultValue": "user",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content",
                        "value": null,
                        "label": "用户消息内容",
                        "type": "array",
                        "defaultValue": null,
                        "required": true,
                        "isForm": true,
                        "options": null,
                        "role": "user",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.0.text",
                        "value": null,
                        "label": "用户提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": true,
                        "isForm": true,
                        "options": null,
                        "role": "user",
                        "fieldConstraint": {
                            "maxLength": 100000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.0.type",
                        "value": "text",
                        "label": "内容类型",
                        "type": "string",
                        "defaultValue": "text",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.1.type",
                        "value": "video_url",
                        "label": "视频类型",
                        "type": "string",
                        "defaultValue": "video_url",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.1.video_url.url",
                        "value": null,
                        "label": "参考视频",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": true,
                        "options": null,
                        "role": "video",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 10240,
                            "maxCount": 3,
                            "accept": "mp4,mov,avi,mkv,webm"
                        }
                    },
                    {
                        "key": "messages.1.content.2.type",
                        "value": "image_url",
                        "label": "图片类型",
                        "type": "string",
                        "defaultValue": "image_url",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.2.image_url.url",
                        "value": null,
                        "label": "参考图片",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": true,
                        "options": null,
                        "role": "image",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 10,
                            "maxCount": 10,
                            "accept": "jpg,jpeg,png,webp,gif"
                        }
                    },
                    {
                        "key": "messages.1.content.3.type",
                        "value": "input_audio",
                        "label": "音频类型",
                        "type": "string",
                        "defaultValue": "input_audio",
                        "required": false,
                        "isForm": false,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "messages.1.content.3.input_audio.url",
                        "value": null,
                        "label": "参考音频",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": true,
                        "options": null,
                        "role": "audio",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 200,
                            "maxCount": 1,
                            "accept": "mp3,wav"
                        }
                    },
                    {
                        "key": "max_tokens",
                        "value": 131072,
                        "label": "最大Token",
                        "type": "number",
                        "defaultValue": 131072,
                        "required": false,
                        "isForm": true,
                        "options": null,
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "integer",
                            "min": 1,
                            "max": 131072,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    }
                ],
                "requestMapping": {
                    "max_tokens": 131072,
                    "messages.0.content.0.text": "",
                    "messages.0.content.0.type": "text",
                    "messages.0.role": "user",
                    "messages.1.content": "",
                    "messages.1.role": "system",
                    "model": ""
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {
                    "attachment_templates": {
                        "audio": {
                            "body": {
                                "url": ""
                            },
                            "type": "input_audio"
                        },
                        "image": {
                            "body": {
                                "detail": "auto",
                                "url": ""
                            },
                            "type": "image_url"
                        },
                        "video": {
                            "body": {
                                "url": ""
                            },
                            "type": "video_url"
                        }
                    },
                    "target_content_path": "messages.1.content"
                },
                "queryConfig": {},
                "streamConfig": {},
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [
                    "messages.1.role",
                    "messages.1.content"
                ],
                "maxConcurrency": 100,
                "timeoutSeconds": 1200,
                "retryTimes": 3
            },
            {
                "id": "2056966465231261298",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-05-21 15:09:46",
                "updater": "chuangzuo3",
                "updatedAt": "2026-05-22 13:12:15",
                "deletedAt": null,
                "modelName": "doubao-seed-2-0-mini-260428",
                "operatorName": "火山引擎",
                "modelType": 100,
                "baseUrl": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
                "httpMethod": "POST",
                "headMsg": {
                    "Authorization": "Bearer ark-ff154563-0721-4df0-a015-5a2d33b6feef-577bb",
                    "Content-Type": "application/json"
                },
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "ark-9df744e8-a0de-4c54-9db3-18379bccd523-e6733",
                "enabled": 1,
                "form": [
                    {
                        "key": "",
                        "value": null,
                        "label": "提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": true,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 100000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "参考视频(最多10个)",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 10,
                            "accept": "video/*"
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "参考图片",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": "image/*"
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "系统提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 10000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    }
                ],
                "requestMapping": {
                    "max_tokens": 131072,
                    "messages.0.content.0.text": "",
                    "messages.0.content.0.type": "text",
                    "messages.0.role": "user",
                    "messages.1.content": "",
                    "messages.1.role": "system",
                    "model": ""
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {
                    "attachment_templates": {
                        "audio": {
                            "body": {
                                "url": ""
                            },
                            "type": "input_audio"
                        },
                        "image": {
                            "body": {
                                "detail": "auto",
                                "url": ""
                            },
                            "type": "image_url"
                        },
                        "video": {
                            "body": {
                                "url": ""
                            },
                            "type": "video_url"
                        }
                    },
                    "target_content_path": "messages.0.content"
                },
                "queryConfig": {
                    "interval_seconds": 0,
                    "method": "",
                    "result_path": "",
                    "status_path": "",
                    "status_values": {},
                    "task_id": "",
                    "url": ""
                },
                "streamConfig": {
                    "enabled": false,
                    "events": [],
                    "parser": ""
                },
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 1200,
                "retryTimes": 3
            },
            {
                "id": "2056966465231261256",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-05-21 15:09:46",
                "updater": "chuangzuo3",
                "updatedAt": "2026-05-22 13:12:15",
                "deletedAt": null,
                "modelName": "doubao-seed-2-0-pro-260215",
                "operatorName": "火山引擎",
                "modelType": 100,
                "baseUrl": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
                "httpMethod": "POST",
                "headMsg": {
                    "Authorization": "Bearer ark-ff154563-0721-4df0-a015-5a2d33b6feef-577bb",
                    "Content-Type": "application/json"
                },
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "ark-9df744e8-a0de-4c54-9db3-18379bccd523-e6733",
                "enabled": 1,
                "form": [
                    {
                        "key": "",
                        "value": null,
                        "label": "提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": true,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 100000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "参考视频(最多10个)",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 10,
                            "accept": "video/*"
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "参考图片",
                        "type": "upload",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 0,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": "image/*"
                        }
                    },
                    {
                        "key": "",
                        "value": null,
                        "label": "系统提示词",
                        "type": "string",
                        "defaultValue": null,
                        "required": false,
                        "isForm": false,
                        "options": [],
                        "role": "",
                        "fieldConstraint": {
                            "maxLength": 10000,
                            "minLength": 0,
                            "numberType": "",
                            "min": null,
                            "max": null,
                            "maxSize": 0,
                            "maxCount": 0,
                            "accept": ""
                        }
                    }
                ],
                "requestMapping": {
                    "max_tokens": 131072,
                    "messages.0.content.0.text": "",
                    "messages.0.content.0.type": "text",
                    "messages.0.role": "user",
                    "messages.1.content": "",
                    "messages.1.role": "system",
                    "model": ""
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {
                    "attachment_templates": {
                        "audio": {
                            "body": {
                                "url": ""
                            },
                            "type": "input_audio"
                        },
                        "image": {
                            "body": {
                                "detail": "auto",
                                "url": ""
                            },
                            "type": "image_url"
                        },
                        "video": {
                            "body": {
                                "url": ""
                            },
                            "type": "video_url"
                        }
                    },
                    "target_content_path": "messages.0.content"
                },
                "queryConfig": {
                    "interval_seconds": 0,
                    "method": "",
                    "result_path": "",
                    "status_path": "",
                    "status_values": {},
                    "task_id": "",
                    "url": ""
                },
                "streamConfig": {
                    "enabled": false,
                    "events": [],
                    "parser": ""
                },
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 1200,
                "retryTimes": 3
            },
            {
                "id": "2057766568439320576",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-05-22 18:12:36",
                "updater": "chuangzuo3",
                "updatedAt": "2026-05-22 18:12:36",
                "deletedAt": null,
                "modelName": "qwen-plus-2025-12-01",
                "operatorName": "阿里云百炼",
                "modelType": 100,
                "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions",
                "httpMethod": "POST",
                "headMsg": {},
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "123456",
                "enabled": 1,
                "form": null,
                "requestMapping": {
                    "enable_search": false,
                    "frequency_penalty": null,
                    "max_tokens": null,
                    "messages": [
                        {
                            "content": "",
                            "role": "system"
                        },
                        {
                            "content": "",
                            "role": "user"
                        }
                    ],
                    "model": "",
                    "presence_penalty": null,
                    "seed": null,
                    "stop": null,
                    "stream": false,
                    "temperature": null,
                    "top_p": null
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {},
                "queryConfig": {},
                "streamConfig": {},
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 800,
                "retryTimes": 3
            },
            {
                "id": "2056966465231261696",
                "tenantId": 94,
                "creator": "chuangzuo3",
                "createdAt": "2026-05-20 13:13:16",
                "updater": "chuangzuo3",
                "updatedAt": "2026-05-22 12:25:23",
                "deletedAt": null,
                "modelName": "qwen3.6-plus",
                "operatorName": "阿里云百炼",
                "modelType": 100,
                "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions",
                "httpMethod": "POST",
                "headMsg": {},
                "isPrivate": 1,
                "isChatModel": 0,
                "callMode": 0,
                "apiKey": "sk-4a8b82770bf74bc490eb3e4c5a8e2be9",
                "enabled": 1,
                "form": null,
                "requestMapping": {
                    "enable_search": false,
                    "frequency_penalty": 0,
                    "max_tokens": 8192,
                    "messages": [
                        {
                            "content": "",
                            "role": "system"
                        },
                        {
                            "content": "",
                            "role": "user"
                        }
                    ],
                    "model": "",
                    "presence_penalty": 0,
                    "stream": false,
                    "temperature": 0.7,
                    "top_p": 0.8
                },
                "responseMapping": {
                    "content": "choices.0.message.content",
                    "total_tokens": "usage.total_tokens"
                },
                "extendMapping": {},
                "queryConfig": {},
                "streamConfig": {},
                "specialParams": {},
                "billingConfig": {},
                "requiredFields": [],
                "maxConcurrency": 100,
                "timeoutSeconds": 800,
                "retryTimes": 3
            }
        ],
        "total": 7
    }
}
修改于 2026-07-06 02:22:51
上一页
更改模型配置
下一页
模型类型列表
Built with