TirraMind

Pricing

Three infrastructure tiers you license instead of build, plus a lightweight weekly brief. Every tier is billed monthly via Paddle; cancel anytime.

Data Platform

$500 / month, up to $5,000 (enterprise)

Query pre-computed, deterministic signals — changepoints, HMM regime states, z-scores — from 60+ integrated public data sources. No API integration, no feature-engineering pipeline to maintain.

  • Daily-refreshed data across 47 sources — SEC EDGAR, CFTC, GDELT, AIS, and more
  • Deterministic feature extraction (BOCPD, HMM, spectral) — no LLM, fully auditable
  • Query by source, time range, and row limit; a source catalog endpoint lists everything queryable
  • Higher tiers: custom universe, batch delivery, dedicated support
GET /api/v1/sources GET /api/v1/data?source=cftc&since=<epoch>&limit=100 GET /api/v1/usage Header: X-Brief-Key: <your key>
Sandboxed access available for evaluation — contact us.

Entity Graph

$300 / month, up to $2,000 (enterprise)

A deterministic, no-LLM pipeline that extracts entities and relationships from ingested documents — PDF, news, CSV, plain text — with every mention and link tracing back to the exact source sentence it came from. Cross-document co-occurrence — the same pair recurring across sources, not just one — is the signal.

  • Entity search — every mention and relationship cites its source document and sentence; confidence scores are deterministic (co-occurrence-based), not model output
  • Cross-document co-occurrence analytics — surfaces entities and relationships that recur across the ingested corpus
  • Graph export (adjacency list) and degree-centrality / hub analysis
  • Enterprise: custom entity types, private document ingestion, on-prem option
GET /evidence/graph?q=nvidia GET /evidence/analytics?q=nvidia GET /evidence/graph/centrality?top=10 Header: X-Brief-Key: <your key>

Scheduler

$50 / month, up to $2,000 (enterprise)

Read-only visibility into the DAG-based execution engine that runs our own pipeline in production — run history, status, and timing per DAG.

  • List recent runs by DAG name, with status and timing
  • Inspect a specific run's node-level results

BETA Submitting your own custom DAGs for execution is in closed beta — contact us if you want in.

GET /api/v1/dag/runs?dag_name=daily_collection&limit=20 Header: X-Brief-Key: <your key>

Opportunity Brief

$19 / month

The lightweight weekly digest: ranked federal contracts by expected value, plus real market anomalies. Deterministic math, no black box. A good starting point if you don't need the API tiers yet.

  • Weekly contract opportunities, EV-ranked with learned win-probability
  • Live market anomalies (positioning extremes, regime changes)

Questions

Can I combine tiers? Yes — each tier is billed and gated independently by your subscriber key. Contact us for a bundled rate across two or more tiers.
What does "up to $X enterprise" mean? The listed price is the entry point. Larger universes, custom integrations, dedicated support, or on-prem deployment move you up within that tier's range — priced per engagement.
Is any of this LLM-generated? No. Every tier is built on deterministic math (BOCPD, HMM, spectral, graph analytics) or a trained model with auditable weights. Nothing here hallucinates a fact.