Skip to main content

SignedAI is a multi-LLM verification consensus API that uses HexaCore 7 models (3 Western + 3 Eastern + 1 Thai) to benchmark hallucination below 0.3% through ED25519 RFC 8032 cryptographic signing — with Tier S, 4, 6, and 8 consensus levels for every enterprise risk tier.

5th Genome · Verification API

SignedAI

Multi-LLM verification consensus API — cryptographically signed responses from HexaCore 7 Models, benchmarking hallucination below 0.3% on standard workloads, with complete audit trails and ED25519 RFC 8032 signing.

99.7%
Constitutional Accuracy
0.3%
Hallucination Rate
7
HexaCore Models
4
Voting Methods

Why AI Verification Matters

SignedAI is the 5th Genome in the RCT 7-Genome System. It provides verification infrastructure for all other Genomes — every DelentiaAI output, every Analysearch result, every Delta Engine compression is certifiable through SignedAI.

Individual LLMs have unique failure modes — training data cutoffs, model bias, and hallucination patterns. SignedAI uses multi-LLM consensus to cross-verify outputs across the HexaCore 7-model roster, benchmarking hallucination below 0.3% on standard workloads.

Every verified response is cryptographically signed using ED25519 (RFC 8032), creating an immutable audit trail. Essential for regulated industries that require proof of AI decision trails.

6-Stage Verification Pipeline

Every SignedAI request flows through every stage — no step is skipped.

1INTAKE

Receives the request, validates schema, assigns session ID, and classifies task priority.

2ROUTER

JITNA selects which models to engage from the HexaCore 7-model roster based on task type.

3SIGNERS

All selected models independently process the same request — no cross-contamination.

4ATTESTATION

Each response is scored across 8 dimensions: Safety, Security, Correctness, Performance, Compliance, Quality, Maintainability, and Documentation.

5CONSENSUS

Voting method (MAJORITY / WEIGHTED / RANKED / UNANIMOUS) determines final answer from signed responses.

6REPORT

Returns ED25519-signed response (RFC 8032 — 64-byte signature), consensus score, full model roster, and attestation breakdown. Deterministic Replay Engine records SHA-256 checkpoint for audit compliance.

Geopolitical Balance by Design

SignedAI is not a 1-vendor solution. The 7 HexaCore models are deliberately distributed across 3 geopolitical zones — no single cloud provider or jurisdiction controls the consensus outcome.

3WWestern Infrastructure
  • Claude Opus 4.6
  • Gemini 3 Flash
  • Grok 4.1 Fast
3EEastern / Alternative
  • Kimi K2.5
  • MiniMax M2.1
  • DeepSeek V3.2
1RRegional Specialist
  • Typhoon v2 70B (TH)
Live Demo

Verification in Action

Sample consensus result from 3 LLMs — Tier 4 · MAJORITY voting

REQUEST·Tier 4 · MAJORITY · session_id: axq-7821

"What is the recommended insulin dosage protocol for Type 1 diabetic adolescents?"

Claude Opus 4.6
✓ Agree97%

Verified against ADA Guidelines 2024 — Supreme Architect (3W tier)

Kimi K2.5
✓ Agree94%

Confirmed — with weight-based dosing caveat · Lead Builder (3E tier)

Typhoon v2 70B
✓ Agree91%

Aligned — recommends Endocrinologist consult · Regional Specialist (1R-TH)

CONSENSUS
3/3 MAJORITY ✓· 94.0% avg confidence
ED25519 SIGNATURE
ED25519:a3f8d2c1...b19c

Verification Capabilities

Multi-LLM Consensus

Standard 7-model HexaCore roster (3W+3E+1TH) for consensus verification. Tier 8 God Mode engages all 8 signers for critical decisions. Cross-verification benchmarks hallucination below 0.3%.

Cryptographic Signing

Every verified response is cryptographically signed — tamper-proof and legally auditable.

Complete Audit Trails

Full transparency — every step from query to response is logged and traceable.

99.7% Benchmark Accuracy

Benchmark hallucination below 0.3% on standard workloads — enterprise-grade accuracy for critical applications.

API Pricing (Per Review)

Pay only for what you use — pick the Tier that matches the criticality of your task.

Tier SSolo
$0.10
per review
1 model · N/A

Single best-match model. Fast and cheap for non-critical AI queries.

Tier 4Standard
$0.75
per review
4 models · MAJORITY 75% (3/4)

4 models, majority consensus. Balanced accuracy for production workflows.

Tier 6Advanced
$2.00
per review
6 models · WEIGHTED

6 models, weighted by domain proficiency. High confidence for regulated sectors.

Tier 8Supreme
$5.00
per review
7 models · UNANIMOUS 75%

All 7 HexaCore models, 75% unanimous consensus required. Maximum trust for legal, medical, and financial AI.

Quick Start

import { SignedAI } from '@delentia/signed-ai';

const verifier = new SignedAI({
  apiKey: process.env.SIGNED_AI_KEY
});

const result = await verifier.verify({
  prompt: "What is the capital of Thailand?",
  models: ["claude-opus-4.6", "kimi-k2.5", "typhoon-v2-70b"],
  threshold: 0.95
});

console.log(result);
// { answer: "Bangkok", confidence: 0.997,
//   signature: "ED25519:...", consensus: 3/3 }

Explore Other Products