{
  "$schema": "https://schemas.brealm.com/ai-pricing/v1.json",
  "site": "brealm.com",
  "currency": "USD",
  "lastUpdated": "2026-04-29",
  "disclaimer": "Indicative pricing ranges only. BRealm uses engagement-based pricing for custom development and tiered subscription pricing for AI server products. Final pricing depends on scope, model size, user count, SLA, and integrations. Always request a personalized quote at https://www.brealm.com/contact.html",
  "tiers": {
    "privateAIServers": [
      {
        "id": "ai_micro",
        "name": "BRealm AI Micro",
        "targetCustomer": "SMB / small department",
        "deployment": "appliance_or_cloud",
        "monthlyPriceFromUSD": 650,
        "monthlyPriceToUSD": 1500,
        "supportedConcurrentUsers": "5-25",
        "supportedModels": ["Small Llama variants", "Mistral 7B", "Phi"]
      },
      {
        "id": "ai_cloud_shared",
        "name": "Private AI Server — Cloud (shared multi-tenant)",
        "targetCustomer": "mid-size enterprise / department",
        "deployment": "private_cloud_shared",
        "monthlyPriceFromUSD": 1800,
        "monthlyPriceToUSD": 3500,
        "supportedConcurrentUsers": "25-100",
        "supportedModels": ["Llama 3.x mid", "Mistral", "Qwen"]
      },
      {
        "id": "ai_cloud_dedicated",
        "name": "Private AI Server — Cloud (dedicated single-tenant)",
        "targetCustomer": "enterprise with regulated data",
        "deployment": "private_cloud_dedicated",
        "monthlyPriceFromUSD": 4500,
        "monthlyPriceToUSD": 18000,
        "supportedConcurrentUsers": "100-1000",
        "supportedModels": ["Llama 3.x large", "Mistral Large", "Custom fine-tuned"]
      },
      {
        "id": "ai_on_premise",
        "name": "Private AI Server — On-Premise",
        "targetCustomer": "enterprise with air-gap / data residency requirements",
        "deployment": "on_premise",
        "oneTimeRangeUSD": [25000, 180000],
        "monthlySupportFromUSD": 2500,
        "monthlySupportToUSD": 12000,
        "notes": "One-time hardware + licensing + integration. Ongoing support optional but recommended."
      }
    ],
    "aiAgents": [
      {
        "id": "nimoclaw_starter",
        "name": "NimoClaw Agent — Starter",
        "monthlyPriceFromUSD": 1200,
        "monthlyPriceToUSD": 3500,
        "scalesWith": "conversations_per_month"
      },
      {
        "id": "openclaw_starter",
        "name": "OpenClaw Internal Agent — Starter",
        "monthlyPriceFromUSD": 1500,
        "monthlyPriceToUSD": 4500,
        "scalesWith": "documents_and_users"
      }
    ],
    "customDevelopment": [
      {
        "id": "small_project",
        "name": "Small AI-Native Project",
        "scope": "1-3 month engagement",
        "oneTimeRangeUSD": [35000, 90000],
        "hourlyRateUSD": 65
      },
      {
        "id": "mid_project",
        "name": "Mid-Size AI-Native Project",
        "scope": "3-6 month engagement",
        "oneTimeRangeUSD": [90000, 250000],
        "hourlyRateUSD": 65
      },
      {
        "id": "enterprise_platform",
        "name": "Enterprise AI Platform",
        "scope": "6-18 month engagement",
        "oneTimeRangeFromUSD": 250000,
        "hourlyRateUSD": 75
      }
    ],
    "automation": [
      {
        "id": "rpa_small",
        "name": "RPA / Automation — Small Project",
        "oneTimeRangeUSD": [12000, 35000],
        "monthlyOpsFromUSD": 800
      },
      {
        "id": "rpa_mid",
        "name": "RPA / Automation — Mid Project",
        "oneTimeRangeUSD": [35000, 80000],
        "monthlyOpsFromUSD": 1800
      }
    ],
    "cloudServices": [
      {
        "id": "cloud_backup",
        "name": "Cloud Backup",
        "monthlyPriceFromUSD": 250,
        "scalesWith": "data_volume_TB"
      },
      {
        "id": "cloud_migration_project",
        "name": "Cloud Migration Project",
        "oneTimeRangeUSD": [15000, 120000]
      }
    ]
  },
  "freeTrial": {
    "available": true,
    "type": "consultation",
    "description": "Free initial consultation to assess AI use cases, architecture options, and pricing fit",
    "duration": "60-90 minutes",
    "requestUrl": "https://www.brealm.com/contact.html"
  },
  "paymentTerms": {
    "billing": "monthly_in_advance_for_subscriptions; milestone-based for projects",
    "currency": "USD primary; ARS for Argentine clients",
    "contractMinimum": "12 months for private AI subscriptions; project-based for custom dev"
  },
  "quoteEndpoint": "https://www.brealm.com/contact.html"
}
