docs(skill): model-auto-config补提取链路修复机制(辅助链+300秒超时)+视频按秒定价YAML形态
This commit is contained in:
parent
1b46036a39
commit
28237cd6ea
@ -41,6 +41,17 @@ llm_model 的 price_input/price_output/cost_input/cost_output 四字段已删除
|
||||
**不再写进模型表**;未挂 ppid 的模型展示「未挂定价方案」,出账链路会报
|
||||
「模型未挂定价方案」并置 failed(不静默)。
|
||||
|
||||
按秒/按次计费的视频、图像模型:定价 YAML 用「模板1 简单按量」形态
|
||||
(price_factors: duration 或 flat,分辨率等做 filter 维度);价格照文档原文
|
||||
记录,禁止换算推导(详见定价数据格式技能)。
|
||||
|
||||
## 提取链路机制(2026-09-05 修复)
|
||||
|
||||
- `extract_llm_api_spec` 的 LLM 调用走辅助模型链(purpose=utility),单次
|
||||
超时 300 秒——长文档提取不再被端点默认 60 秒卡死。提取失败时报错消息
|
||||
真实可行动(repr 异常,含类型),重试记录进应用日志。
|
||||
- 机构策略配置了 `utility_model_id` 则提取用辅助(便宜)模型,未配回落主链。
|
||||
|
||||
## 验证
|
||||
|
||||
配置完成后调 `platform_llm_status` 复核模型/定价/供应商,把结果摘要回给用户。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user