diff --git a/pipeline_platform/platform_ability.py b/pipeline_platform/platform_ability.py index 30272d6..fad90a7 100644 --- a/pipeline_platform/platform_ability.py +++ b/pipeline_platform/platform_ability.py @@ -224,7 +224,7 @@ _EXTRACT_PROMPT = """你是大模型 API 配置专家。通读下面这份模型 "request_fields": ["请求体字段名列表"], "response_format": "响应格式说明(content 字段路径 + usage 字段路径)", "async_steps": [{"purpose": "query|download", "path": "该步骤接口路径", "method": "GET|POST", "request_fields": ["请求字段名列表"], "response_format": "该步骤响应格式说明"}], - "models": [{"vendor_model_id": "供应商侧模型ID", "capability": "t2t|t2i|i2t|t2v|embedding|rerank|tts|asr", + "models": [{"vendor_model_id": "供应商侧模型ID", "capability": "t2t|t2i|i2t|t2v|i2v|embedding|rerank|tts|asr", "sync_mode": "sync|async(提交后需轮询查询结果的填 async)", "description": "一句话说明"}], "doc_notes": "文档中影响配置的关键注意点"