粘贴脚本(curl 命令 或 JSON 请求体)
解析后可在下方改 URL / 请求头 / 请求体,并给任意字符串字段绑定本地文件(转 Base64 注入)。
请求
解析请求体后,这里会列出全部字符串字段。值为 {{image}}/{{video}}/{{audio}} 的占位符也可绑定。
内置预设含 WaveSpeed(llms.txt 核对)/ fal(队列两段式)/ Replicate(input 包装)/ Runware(同步)等平台示例。字段类型:image / video / audio(单个上传或链接)、images(多参考图数组,可设 max)、text / textarea、number、select、range、switch。模型可选配置:base(专属 API 地址)、wrap(请求体包装键,如 Replicate 的 input)、auth({mode: header|body|query, header, tpl, bodyKey, queryKey})、poll(单模型覆盖兼容层任意键)。
编辑模型
JSON 顶部 name/base/path/method 会同步上方输入框;fields 决定表单。字段:{key,label,type,required,always,options,def,min,max,step,placeholder,numeric,max(多图)};类型:image/video/audio/images/text/textarea/number/select/range/switch。模型可选:base(专属域名)、wrap(请求体包装键)、headers(静态请求头,值支持 {key})、body(静态请求体,可被表单覆盖)、auth({mode:header|body|query,header,tpl,bodyKey,queryKey})、poll(覆盖兼容层任意键)。常用字段名速查:prompt/positivePrompt、negative_prompt/negativePrompt、image/images/image_url、seed、steps、guidance_scale/cfg_scale、aspect_ratio、width/height/size、duration、num_images/count、output_format、fps、style_preset、enable_safety_checker。未设置的字段默认不发送(可在全局设置关闭该行为)。
导入 / 导出模型配置