{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ff165412-40e5-40c1-86e3-6dd0277f2b21",
    "slug": "HLP0Ub",
    "name": "OpenAI-Proxy",
    "description": "OpenAI Proxy (100+ LLMs) - OpenAI, Azure, Bedrock, Anthropic, HuggingFace",
    "url": "https://railway.com/deploy/HLP0Ub",
    "upstream": {
      "image": "ghcr.io/berriai/litellm:main-stable"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "litellm",
      "source": {
        "image": "ghcr.io/berriai/litellm:main-stable"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "litellm",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4000"
    },
    {
      "key": "STORE_MODEL_IN_DB",
      "service": "litellm",
      "description": "Provide a value for STORE_MODEL_IN_DB.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "HLP0Ub"
      }
    },
    "cli": "railway deploy --template HLP0Ub",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ff165412-40e5-40c1-86e3-6dd0277f2b21",
            "serializedConfig": {
              "services": {
                "c8acb3e0-add0-42f7-b4a8-3a71b4ee1250": {
                  "name": "litellm",
                  "source": {
                    "image": "ghcr.io/berriai/litellm:main-stable"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "4000"
                    },
                    "STORE_MODEL_IN_DB": {
                      "defaultValue": "True"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T12:02:35.481Z",
  "generator_version": "0.1.0"
}
