{ "schema_version": "2", "name": "Qwen3.8-27B Chat", "description": "Chat with Qwen/Qwen3.8-27B (vision-language) on ZeroGPU xlarge. Optional image and video inputs, thinking mode, reasoning effort, and sampling controls are wired as reference nodes.", "runtime": { "default": "client" }, "view": { "default": "canvas" }, "references": [ { "id": "ref_prompt", "label": "Prompt", "role": "reference", "asset_type": "text", "inputs": [ { "id": "in", "label": "Prompt", "type": "text" } ], "outputs": [ { "id": "out", "label": "Prompt", "type": "text" } ], "x": 60, "y": 120, "width": 260, "height": 140, "data": { "out": "Write a Python function to merge two sorted linked lists." } }, { "id": "ref_system", "label": "System Prompt", "role": "reference", "asset_type": "text", "inputs": [ { "id": "in", "label": "System", "type": "text" } ], "outputs": [ { "id": "out", "label": "System", "type": "text" } ], "x": 60, "y": 290, "width": 260, "height": 120, "data": { "out": "You are a helpful assistant." } }, { "id": "ref_thinking", "label": "Enable Thinking", "role": "reference", "asset_type": "boolean", "inputs": [ { "id": "in", "label": "Thinking", "type": "boolean" } ], "outputs": [ { "id": "out", "label": "Thinking", "type": "boolean" } ], "x": 60, "y": 440, "width": 200, "height": 90, "data": { "out": true } }, { "id": "ref_effort", "label": "Reasoning Effort", "role": "reference", "asset_type": "text", "inputs": [ { "id": "in", "label": "Effort", "type": "text" } ], "outputs": [ { "id": "out", "label": "Effort", "type": "text" } ], "x": 60, "y": 550, "width": 200, "height": 90, "data": { "out": "xhigh" } }, { "id": "ref_temp", "label": "Temperature", "role": "reference", "asset_type": "number", "inputs": [ { "id": "in", "label": "Temp", "type": "number" } ], "outputs": [ { "id": "out", "label": "Temp", "type": "number" } ], "x": 60, "y": 660, "width": 200, "height": 90, "data": { "out": 1.0 } }, { "id": "ref_max_tokens", "label": "Max New Tokens", "role": "reference", "asset_type": "number", "inputs": [ { "id": "in", "label": "Max Tokens", "type": "number" } ], "outputs": [ { "id": "out", "label": "Max Tokens", "type": "number" } ], "x": 60, "y": 770, "width": 200, "height": 90, "data": { "out": 2048 } }, { "id": "ref_image", "label": "Image (optional)", "role": "reference", "asset_type": "image", "inputs": [ { "id": "in", "label": "Image", "type": "image" } ], "outputs": [ { "id": "out", "label": "Image", "type": "image" } ], "x": 60, "y": 880, "width": 240, "height": 130, "data": {} }, { "id": "ref_video", "label": "Video (optional)", "role": "reference", "asset_type": "video", "inputs": [ { "id": "in", "label": "Video", "type": "video" } ], "outputs": [ { "id": "out", "label": "Video", "type": "video" } ], "x": 60, "y": 1030, "width": 240, "height": 130, "data": {} } ], "operators": [ { "id": "op_chat", "label": "chat", "role": "operator", "kind": "fn", "source": "fn", "fn": "chat", "inputs": [ { "id": "in_0", "label": "prompt", "type": "text", "required": true }, { "id": "in_1", "label": "system_prompt", "type": "text" }, { "id": "in_2", "label": "enable_thinking", "type": "boolean" }, { "id": "in_3", "label": "reasoning_effort", "type": "text" }, { "id": "in_4", "label": "temperature", "type": "number" }, { "id": "in_5", "label": "max_new_tokens", "type": "number" }, { "id": "in_6", "label": "image", "type": "image" }, { "id": "in_7", "label": "video", "type": "video" } ], "outputs": [ { "id": "out_0", "label": "answer", "type": "text", "output_index": 0 }, { "id": "out_1", "label": "reasoning", "type": "text", "output_index": 1 } ], "x": 460, "y": 360, "width": 280, "height": 300, "data": {} } ], "subjects": [ { "id": "sub_answer", "label": "Answer", "role": "subject", "asset_type": "text", "inputs": [ { "id": "in", "label": "Answer", "type": "text" } ], "outputs": [ { "id": "out", "label": "Answer", "type": "text" } ], "x": 860, "y": 300, "width": 280, "height": 140, "data": {} }, { "id": "sub_reasoning", "label": "Reasoning Trace", "role": "subject", "asset_type": "text", "inputs": [ { "id": "in", "label": "Reasoning", "type": "text" } ], "outputs": [ { "id": "out", "label": "Reasoning", "type": "text" } ], "x": 860, "y": 480, "width": 280, "height": 140, "data": {} } ], "edges": [ { "id": "e_prompt", "from_node_id": "ref_prompt", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_0", "type": "text" }, { "id": "e_system", "from_node_id": "ref_system", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_1", "type": "text" }, { "id": "e_thinking", "from_node_id": "ref_thinking", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_2", "type": "boolean" }, { "id": "e_effort", "from_node_id": "ref_effort", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_3", "type": "text" }, { "id": "e_temp", "from_node_id": "ref_temp", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_4", "type": "number" }, { "id": "e_maxtok", "from_node_id": "ref_max_tokens", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_5", "type": "number" }, { "id": "e_answer", "from_node_id": "op_chat", "from_port_id": "out_0", "to_node_id": "sub_answer", "to_port_id": "in", "type": "text" }, { "id": "e_reasoning", "from_node_id": "op_chat", "from_port_id": "out_1", "to_node_id": "sub_reasoning", "to_port_id": "in", "type": "text" }, { "id": "e_image", "from_node_id": "ref_image", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_6", "type": "image" }, { "id": "e_video", "from_node_id": "ref_video", "from_port_id": "out", "to_node_id": "op_chat", "to_port_id": "in_7", "type": "video" } ] }