{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2ab04e8f-ef67-41ff-a8a7-fa944418f7c0",
    "slug": "libretranslate-1",
    "name": "LibreTranslate",
    "description": "One-Click deployment of Free and Open Source Machine Translation API",
    "url": "https://railway.com/deploy/libretranslate-1",
    "upstream": {
      "image": "libretranslate/libretranslate:latest-cuda"
    }
  },
  "services": [
    {
      "name": "libretranslate/libretranslate:latest",
      "source": {
        "image": "libretranslate/libretranslate:latest-cuda"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LT_LOAD_ONLY",
      "service": "libretranslate/libretranslate:latest",
      "description": " Load only selected model in RAM. https://docs.libretranslate.com/guides/supported_languages/",
      "secret": false,
      "strategy": "default",
      "default": "sv,de,es,fr,pt,da,en"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "libretranslate-1"
      }
    },
    "cli": "railway deploy --template libretranslate-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2ab04e8f-ef67-41ff-a8a7-fa944418f7c0",
            "serializedConfig": {
              "services": {
                "b833903f-7384-43b8-b80d-a4d30bf6e6b2": {
                  "name": "libretranslate/libretranslate:latest",
                  "source": {
                    "image": "libretranslate/libretranslate:latest-cuda"
                  },
                  "variables": {
                    "LT_LOAD_ONLY": {
                      "description": " Load only selected model in RAM. https://docs.libretranslate.com/guides/supported_languages/",
                      "defaultValue": "sv,de,es,fr,pt,da,en"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5000": {
                        "port": 5000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T10:14:42.516Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T21:53:58.422Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fb45d3420adf42bca5af",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "libretranslate/libretranslate:latest"
  }
}
