{
  "name": "qwen_image",
  "title": "通义千问文生图模型",
  "description": "根据文本描述生成高质量图片，支持多种艺术风格与文字渲染",
  "main": "./index.js",
  "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  "api_key": "${llm_key.qwen}",
  "model": "qwen-image-3.0-pro",
  "temperature": 0.8,
  "max_turns": 50,
  "max_tokens": 4096,
  "tool_choice": "auto",
  "function_calling": {
    "mode": "auto"
  },
  "func_name": "main",
  "scope": "sys",
  "sort": 10,
  "state": 1,
  "show": 0,
  "end": false
}