{
  "service": "utunumus-studio",
  "network": "eip155:8453",
  "payTo": "0x79EbDE4B4582F6f81598Ed97eC8Cc1025C497d53",
  "items": [
    {
      "sku": "image.remove-background",
      "price_usd": "0.010",
      "title": "Remove image background",
      "description": "Cut the subject out of an image and return it on a transparent background. Returns a PNG as base64 in the response body — no second fetch, no hosting.",
      "input": "image",
      "output": "image",
      "endpoint": "https://studio.utunumus.com/v1/image.remove-background"
    },
    {
      "sku": "image.upscale",
      "price_usd": "0.025",
      "title": "Upscale and enhance an image",
      "description": "Increase resolution and sharpen detail on a low-quality image.",
      "input": "image",
      "output": "image",
      "endpoint": "https://studio.utunumus.com/v1/image.upscale"
    },
    {
      "sku": "audio.speech",
      "price_usd": "0.020",
      "title": "Text to speech",
      "description": "Turn text into spoken audio (WAV). Returns the audio as base64 in the response.",
      "input": "text",
      "output": "audio",
      "endpoint": "https://studio.utunumus.com/v1/audio.speech"
    },
    {
      "sku": "image.generate",
      "price_usd": "0.020",
      "title": "Generate an image from a prompt",
      "description": "One image from a text prompt. Measured ~5s end to end.",
      "input": "text",
      "output": "image",
      "endpoint": "https://studio.utunumus.com/v1/image.generate"
    },
    {
      "sku": "image.generate-quality",
      "price_usd": "0.030",
      "title": "Generate a photorealistic image",
      "description": "A more photorealistic render from a text prompt. Measured ~10s end to end.",
      "input": "text",
      "output": "image",
      "endpoint": "https://studio.utunumus.com/v1/image.generate-quality"
    }
  ]
}