Now Live — v1.0

The Adaptive Output
Protocol Engine

A precision-grade text analysis API built on M0/M1/M2 kernel logic. Zero-center your data, extract structure, and process at scale.

Start Free See the API
curl
# Send a request to the AOP-PRO engine
curl -X POST https://api.aop-pro.com/v1/process \
  -H "x-api-key: aop_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"text": "Adaptive output protocol", "dim": 10}'

# Response
{
  "status":  "SUCCESS",
  "result":  [-5.5, 8.2, 11.4, -3.1, 9.7, 2.0, -1.4, 3.6, 8.1, -0.4],
  "metadata": {
    "tier":        "pro",
    "usage_today": 1,
    "remaining":   9999
  }
}
1e-17 Singularity Epsilon
M0/M1/M2 Kernel Modes
4096 Max Dimension
<10ms Avg Response
Built Different

Three-layer kernel architecture

Every request passes through M0, M1, and M2 — scalar, vector, and structural logic — each with built-in singularity protection.

M0 — Scalar Engine

Point-level subtraction and division with 1e-17 epsilon singularity guards. Zero-centering that never breaks under extreme precision conditions.

M1 — Vector Engine

Centroid computation across any-length input. Handles scale differences from 1 to 1e15 without precision leakage.

M2 — Structural Engine

Semantic-structural mapping from raw text to dimensioned numeric vectors. Configurable dim from 1 to 4096.

🔑

API Key Auth

Every request authenticated by key. Tier enforcement, daily limits, and usage tracking built into every call.

📊

Usage Dashboard

Real-time call counts, remaining quota, and tier status returned in every response metadata block.

🦀

Rust Core

The kernel is implemented in both Python and Rust, producing identical output. Performance-critical workloads can target the Rust binary directly.

Pricing

Simple, transparent tiers

Start free. Upgrade when you need more. No hidden fees, no per-seat nonsense.

Free
$0/month
For developers exploring the engine.
  • 100 API calls / day
  • dim up to 128
  • M0 / M1 / M2 kernel access
  • Usage tracking
  • Priority support
  • High-dim processing
Get Free Key
Enterprise
$199/month
For teams and high-volume production.
  • Unlimited API calls
  • dim up to 4,096
  • M0 / M1 / M2 kernel access
  • Usage tracking
  • Priority support
  • SLA available
Subscribe to Enterprise
FAQ
How do I get my API key?

After subscribing, your key is emailed to you automatically within seconds. Include it in every request as the x-api-key header.

What does the engine actually do?

AOP-PRO converts text into a zero-centered numeric vector using a three-layer kernel: M2 maps characters to Unicode weights, M1 computes the centroid, and M0 subtracts the centroid from each value — producing a dimensioned, normalized representation of the input.

What is the "dim" parameter?

Dimension controls the length of the output vector. Short inputs are padded with zeros; long inputs are truncated. Your tier determines the maximum dim you can request.

What happens if I hit my daily limit?

The API returns a 429 with an upgrade prompt. Your limit resets at midnight UTC. Upgrade to Pro or Enterprise to increase your quota.

Can I cancel anytime?

Yes. Cancel through Stripe at any time. You keep access until the end of your billing period, then your key drops to the Free tier automatically.

Is there a Rust version of the engine?

Yes. The kernel is implemented in both Python and Rust and produces identical output. Enterprise customers can discuss direct Rust binary access for ultra-low-latency workloads.