{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4fcc1d0e-c463-48c5-9789-3c1e1da59043",
    "slug": "whisper-stt-api-or-just-updated-transcri",
    "name": "Whisper STT API | (Just Updated) Transcription That Answers the First Request",
    "description": "OpenAI-compatible speech to text, model baked in, threads sized to the box",
    "url": "https://railway.com/deploy/whisper-stt-api-or-just-updated-transcri",
    "upstream": {
      "image": "ghcr.io/bon5co/whisper-railway:0.9.0-rc.3"
    }
  },
  "services": [
    {
      "name": "whisper",
      "source": {
        "image": "ghcr.io/bon5co/whisper-railway:0.9.0-rc.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/ubuntu/.cache/huggingface/hub",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "API_KEY",
      "service": "whisper",
      "description": "Provide a value for API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "whisper-stt-api-or-just-updated-transcri"
      }
    },
    "cli": "railway deploy --template whisper-stt-api-or-just-updated-transcri",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4fcc1d0e-c463-48c5-9789-3c1e1da59043",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "07c850bf-2c00-4c5c-a6c3-17c581971c30": {
                  "icon": null,
                  "name": "whisper",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/whisper-railway:0.9.0-rc.3"
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "07c850bf-2c00-4c5c-a6c3-17c581971c30": {
                      "mountPath": "/home/ubuntu/.cache/huggingface/hub"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "whisper",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T18:43:19.650Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_41f8e25a391641e398c2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 0,
    "typical_start_seconds": 41,
    "slowest_service": "whisper"
  }
}
