{
  "manifest_version": "1.0.0",
  "template": {
    "id": "96fe37d0-6331-4cff-8472-9b11cc11a227",
    "slug": "sensevoice-asr-server",
    "name": "SenseVoice ASR Server",
    "description": "A lightweight, CPU-based ASR service using the SenseVoice model.",
    "url": "https://railway.com/deploy/sensevoice-asr-server",
    "upstream": {
      "image": "markgzhou/sensevoice-asr-server"
    }
  },
  "services": [
    {
      "name": "SenseVoice ASR Server",
      "source": {
        "image": "markgzhou/sensevoice-asr-server"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SENSEVOICE_API_KEY",
      "service": "SenseVoice ASR Server",
      "description": "API key to access ASR service",
      "secret": true,
      "strategy": "default",
      "default": "MySuperSafeApiKey"
    },
    {
      "key": "SENSEVOICE_TIMEOUT",
      "service": "SenseVoice ASR Server",
      "description": "Transcription timeout in seconds (must be > 10)",
      "secret": false,
      "strategy": "default",
      "default": "60"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sensevoice-asr-server"
      }
    },
    "cli": "railway deploy --template sensevoice-asr-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "96fe37d0-6331-4cff-8472-9b11cc11a227",
            "serializedConfig": {
              "services": {
                "8bbde559-1c23-4b50-b943-fa39918c4adb": {
                  "icon": "https://devicons.railway.app/fast",
                  "name": "SenseVoice ASR Server",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "markgzhou/sensevoice-asr-server"
                  },
                  "variables": {
                    "SENSEVOICE_API_KEY": {
                      "isOptional": false,
                      "description": "API key to access ASR service",
                      "defaultValue": "MySuperSafeApiKey"
                    },
                    "SENSEVOICE_TIMEOUT": {
                      "isOptional": true,
                      "description": "Transcription timeout in seconds (must be > 10)",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T01:02:25.137Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e949d40f48294ff88668",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 58,
    "typical_build_seconds": 0,
    "typical_start_seconds": 1,
    "slowest_service": "SenseVoice ASR Server"
  }
}
