{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a81bbec9-3d38-4e2d-bd6d-f588d5935ab1",
    "slug": "qwen3-tts",
    "name": "qwen3-tts",
    "description": "Self-hosted TTS API, OpenAI-compatible. CPU-only Qwen3-TTS - no GPU bill.",
    "url": "https://railway.com/deploy/qwen3-tts",
    "upstream": {
      "image": "ghcr.io/bon5co/qwen3-tts:latest"
    }
  },
  "services": [
    {
      "name": "qwen3-tts",
      "source": {
        "image": "ghcr.io/bon5co/qwen3-tts:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/models",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qwen3-tts"
      }
    },
    "cli": "railway deploy --template qwen3-tts",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a81bbec9-3d38-4e2d-bd6d-f588d5935ab1",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e21901c2-7fd4-45fc-9ba3-9488b4c11614": {
                  "icon": null,
                  "name": "qwen3-tts",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/qwen3-tts:latest"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "e21901c2-7fd4-45fc-9ba3-9488b4c11614": {
                      "sizeMB": 5000,
                      "mountPath": "/models"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:03:39.192Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9db0724aabdc476eb0de",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 20,
    "typical_build_seconds": 0,
    "typical_start_seconds": 3,
    "slowest_service": "qwen3-tts"
  }
}
