{
  "service": "Predio",
  "url": "https://prediohq.com",
  "apiBaseUrl": "https://api.prediohq.com",
  "model": "usage-based-prepaid-credits",
  "currency": "EUR",
  "unit": {
    "name": "credit",
    "definition": "1 credit = 1 successful response",
    "businessErrorsCharged": false,
    "cacheHitsCharged": true,
    "staleResponsesCharged": true
  },
  "plans": [
    {
      "id": "free",
      "name": "Free",
      "credits": 250,
      "priceEur": 0,
      "pricePerCallEur": null,
      "purchasable": false,
      "recurring": "monthly"
    },
    {
      "id": "starter",
      "name": "Starter",
      "credits": 5000,
      "priceEur": 9,
      "pricePerCallEur": 0.0018,
      "purchasable": true,
      "recurring": null
    },
    {
      "id": "growth",
      "name": "Growth",
      "credits": 25000,
      "priceEur": 29,
      "pricePerCallEur": 0.00116,
      "purchasable": true,
      "recurring": null
    },
    {
      "id": "scale",
      "name": "Scale",
      "credits": 150000,
      "priceEur": 99,
      "pricePerCallEur": 0.00066,
      "purchasable": true,
      "recurring": null
    }
  ],
  "paymentRails": {
    "active": [
      "stripe-prepaid"
    ],
    "upcoming": [
      "x402"
    ]
  },
  "docs": {
    "llmsTxt": "https://prediohq.com/llms.txt",
    "openapi": "https://prediohq.com/openapi.yaml",
    "human": "https://prediohq.com/pricing"
  },
  "disclaimer": "Números de arranque (hipótesis). El cargo real lo gobierna el Price de Stripe; estos valores son display/descubrimiento.",
  "updatedAt": "2026-06-26"
}