{
  "ok": true,
  "service": "marketing-render-adapter",
  "storage": {
    "provider": "aws_s3",
    "configured": true,
    "bucket": "seo-war-room"
  },
  "image_generation": {
    "provider": "runware",
    "runware_configured": true,
    "estimated_image_cost_usd": 0.0006,
    "deterministic_fallback_enabled": false
  },
  "video_generation": {
    "provider": "runware-async",
    "runware_configured": true,
    "model": "wan-2-6",
    "async_callback": "POSTs to callback_url when Runware completes",
    "estimated_cost_per_sec_usd": 0.1
  },
  "ffmpeg": {
    "available": true,
    "path": "ffmpeg"
  },
  "espeak": {
    "available": true,
    "path": "espeak-ng"
  },
  "routes": [
    "GET /health",
    "POST /jobs/image",
    "POST /jobs/audio",
    "POST /jobs/video",
    "POST /jobs/ffmpeg",
    "POST /jobs/stock-video"
  ],
  "pexels_configured": true,
  "openai_tts_configured": true
}