Prompt through Hive to a model. Get the response plus a signed, verifiable receipt for the call path.
The receipt captures which provider and model answered, a hash of the prompt, a hash of the response, the
per-phase timing, and an Ed25519 signature that verifies against did:hive:hivemorph.
Two providers are live today — Mistral and DeepInfra — with several DeepInfra models receipted per
call; the adapter layer is built to target many more.
A model receipt proves the model-call route: the provider and model, the prompt hash, the response hash, the timing, the signature, and the verification result. It does not attest that the model output is correct. "Universal" describes the architecture — adapters registered per provider/model — not a claim that every provider is wired today. Live now: Mistral Leanstral plus a set of registered DeepInfra OpenAI-compatible models. We list exactly which DeepInfra models are wired — this is not a claim of access to DeepInfra's entire catalog. The rest of this page is explicit about what is live versus what is on the roadmap.
The first wired adapter is Mistral Leanstral 1.5 (labs-leanstral-1-5). It is called live on the
backend, and every call is receipted and verified. The worked example walks one full run end to end.
did:hive:hivemorph via /v1/receipt/verify.See the full run, hashes, and signature on the Leanstral receipt example.
These controls call hivemorph.onrender.com directly from your browser. Each button does real work:
list the registered adapters, receipt a live Leanstral run, or run a SmartMorph route comparison. If a fetch fails, the
last-known verified values below still stand on their own, and copyable curl commands are provided further
down.
labs-leanstral-1-5did:hive:hivemorphff11617efb0ffc3c51bf292ca701cef6bf0658104cbe5b55d28fb59ef8d6ad4fafb99469edcaAdapters are registered per (provider, model). Live today: direct adapters for Mistral Leanstral and a
registered set of DeepInfra OpenAI-compatible models, plus routed adapters via OpenRouter for Claude, Gemini, Grok,
GPT and DeepSeek. The "Run live adapter check" button above reflects the current backend state.
Wired, called live on the backend, and receipted on every call.
Registered DeepInfra models on the OpenAI-compatible chat surface. Each is configured on the backend and returns a real signed receipt on call. This is the set we have wired — not a claim of access to DeepInfra's full catalog. Some models produce clean demo text on a generic prompt; others need a model-appropriate prompt, so the live check labels each honestly.
Reached through OpenRouter's OpenAI-compatible surface and receipted on every call. A routed receipt proves the Hive→OpenRouter call path and the selected model id — not first-party provider direct custody. First-party Claude/Gemini/Grok custody is a separate roadmap path (see below), not claimed by these receipts.
These providers expose an OpenAI-compatible chat API, which is the same shape the live adapters use. They can be registered without new receipt code — but none are wired or verified live yet.
Claude, Gemini and Grok are already receiptable today via OpenRouter (rail above). This rail is the separate first-party direct-custody path: calling each provider's own API on a first-party account, so a receipt attests direct provider custody rather than a routed hop. No first-party adapter is wired for these yet — listing them here is a direction, not a capability claim. The receipt layer is provider-independent: once a first-party account key and adapter are configured, the same signed-receipt path applies with no change to the proof format.
Picks a model, calls it, and captures the call as one signed receipt.
Compares candidate model stops on observed signals, chooses a route by explicit rule, and receipts both the morph decision and each model call.
With direct and routed providers live — Mistral and DeepInfra as direct adapters, plus Claude, Gemini, Grok,
GPT and DeepSeek routed via OpenRouter — a SmartMorph route comparison is demonstrable today: the "Run SmartMorph
route demo" button above runs live model calls (which can mix direct and routed candidates), receipts each, and
selects a route by explicit rule. When the selected stop is reached through OpenRouter, the morph-decision receipt
records a routed_via caveat — proving the routed call path and selected model id, not first-party custody.
It is economic-routing capable / a demo decision — it compares live call
signals and signs the choice; it does not record an economic or physical state transition. When an actual
route change or x402 settlement occurs, each becomes its own receipted event.
Read-only endpoints. Verification is free; the receipt round-trips the public
/v1/receipt/verify. The demo-matrix and SmartMorph routes are additive — if the backend has not deployed
them yet, the page falls back to /adapters + two live /run calls, so these still work.
curl https://hivemorph.onrender.com/v1/model-receipts/leanstral-demo
curl https://hivemorph.onrender.com/v1/model-receipts/adapters
curl -X POST https://hivemorph.onrender.com/v1/model-receipts/run \
-H 'Content-Type: application/json' \
-d '{"provider":"mistral","model":"leanstral-1-5","prompt":"State the theorem add_comm for Nat."}'
curl -X POST https://hivemorph.onrender.com/v1/model-receipts/run \
-H 'Content-Type: application/json' \
-d '{"provider":"deepinfra","model":"deepseek-ai/DeepSeek-V3.1-Terminus","prompt":"Reply with one short line: pick a route label for a low-latency code task."}'
curl https://hivemorph.onrender.com/v1/model-receipts/smartmorph-route-demo
Model facts: Mistral Leanstral 1.5 — mistral.ai announcement and the model card on Hugging Face.
"Universal" refers to the adapter architecture, not to a claim that all providers are wired. As of 2026-07-04 the live
adapters are Mistral Leanstral 1.5 and a registered set of DeepInfra OpenAI-compatible models (moonshotai/Kimi-K2.7-Code,
zai-org/GLM-5.2, Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo, deepseek-ai/DeepSeek-V3.1-Terminus, stepfun-ai/Step-3.7-Flash).
This is the registered set available to the account — not a claim of access to DeepInfra's entire catalog. Some models
return clean demo text on a generic prompt; where a model returns tokens but empty content, the receipt path is still
functioning and is labeled as such rather than presented as demo-clean. Other OpenAI-compatible providers are listed as
compatible targets, not live integrations, and first-party APIs (Anthropic, OpenAI, Gemini) are roadmap items with no
live adapter. The SmartMorph route demo compares live model-call signals and signs the decision; it is economic-routing
capable but does not itself record an economic or physical state transition. Timing values under "Last known verified
run" were recorded from a live backend run on 2026-07-04; the live controls call hivemorph.onrender.com
directly and reflect current state, so numbers vary between runs. A model receipt attests the model-call route only — it
makes no claim about the correctness of the model's output.