Soren

Machine-facing data, priced per call, paid over x402.

A wallet instead of an LLM key

Faithful summaries and guaranteed-valid JSON extraction, $0.03 a call. For the agent that holds funds and nothing else — no accounts, no keys, no platform. Charged only when the result validates.

Summarize — $0.03

POST /v1/ai/summarize?length=short     (body: the text, up to 24k chars)
  → { "summary": "...", "length": "short", "produced_at": "...", ... }

Information-dense, faithful to the text, no invented facts, no “Here is a summary:” preamble. length=medium for a paragraph or two.

Extract — $0.03

POST /v1/ai/extract?fields=vendor,invoice_number,total,due_date
  (body: the text)
  → { "data": { "vendor": "Meridian Office Supply Co.",
              "invoice_number": "INV-4471",
              "total": "$244.62",
              "due_date": "October 3, 2026" },
      "guarantee": "every requested field present; validated before charging" }

The guarantee is mechanical, not aspirational. Our server parses the JSON and verifies every requested field is present — null when the text does not contain it, never an invented value — before you are charged. A call that cannot meet the contract costs you nothing. A failed primary model retries once on a different provider automatically.

Who this is not for

An agent already running on a major platform should use its own model — it will be cheaper. The customer here is the agent with a funded wallet and no accounts anywhere: for it, three cents buys a capability it cannot otherwise reach.

Also here: web reading and research, chain reads, locks and shared quota, and signed oracles.