One sovereign engine suite that turns a brief in any of 20+ languages into publish-ready scripts, voiceovers, and video — one gateway, one control plane, service levels you can hold us to.
Interoperable with the stack you already run
Value proposition
For SMEs, creator studios and training organizations, M&R Edge replaces a patchwork of per-language AI vendors with one sovereign content engine — priced per plan, metered per token, accountable per job.
We own the gateway, model registry, orchestrator, persona engine and linguistics layer — not a wrapper. External providers are swappable per language without touching a single call site.
20+ languages wired end-to-end — Yoruba, Igbo, Hausa, Swahili, Amharic, Arabic, French, Spanish, Portuguese and English (UK/US) among them — with cultural transcreation, not literal translation.
Every job is queued, rendered, stored and billed through one pipeline with SLA timers, retries and real cost accounting. Failed or blocked jobs are never charged.
Seat-based team tiers with roles, concurrency and shared workspaces — plus cohorts, guided labs and certification for training organizations, from Solo to Enterprise.
Core components
Each engine ships behind the same registry and job pipeline — swap providers per language without touching a single call site.
Fine-tuned generation with cultural storytelling patterns, personas, and short-form templates across 20+ locales.
Natural, accent-aware TTS with emotional tone control, code-switching, and creator voice cloning.
Talking-head, image-to-video, motion templates, batch rendering, and multilingual subtitles.
Learns each creator's tone, cadence, and topic bias across all languages for consistent output.
Retrieval over your product knowledge with citations, chunking policy, and re-embedding on write.
GPU pool routing, sticky-hashed rollouts, SLA timers, model versioning, and structured logs.
How it flows
Every request travels the same path. Same telemetry, same audit trail, same SLA — whether you're generating a Yoruba voiceover or a French product tour.
Brief the Studio or hit the enterprise API.
UIE routes the task through the correct engines.
Gateway hashes users → provider (proprietary or fallback).
Live job updates, safety brake, telemetry to admins.
Rendered voice / video / script with audit trail.
Built for
Ship native-language shorts, dubs and voiceovers at broadcast quality — one workspace, every language.
Localize onboarding, docs and support in 20+ languages with sovereign deployment and audit logs.
Type-safe TS + Python SDKs, versioned v1 endpoints, X-Api-Key or Bearer auth, trace IDs on every call.
Batch rendering, persona locking, and continuity threads for campaign-scale multilingual output.
Coverage
Architecture
A clean separation between product and engine, so provider swaps ship with a config change — not a rewrite.
TTS · Script LLM · Video · Persona · RAG
GPUs · endpoints · queue · monitoring · registry
Provider switching · versioning · logs · limits
Private deploy · SLAs · compliance · VPC
Studio · mobile · enterprise · third-party
Advanced modules
Beyond raw inference, M&R Edge ships an orchestration mesh that classifies tasks, preserves context, and guards enterprise IP.
Task classification and multi-step engine chains — script → voice → video without glue code.
Creator signals and threads that carry persona and context between sessions and languages.
Versioned public APIs, tier gating, rate limits, and protected IP assets under one contract.
13-service MRECP blueprint keeping storage, queues, cache and observability healthy end to end.
Why not just stitch APIs
For developers
Ship in TypeScript or Python with the same v1 capability catalog we ship internally. Auth with an API key or bearer token, pin a version, and follow every request end-to-end.
import { MREEdgeClient } from "@mre-edge/sdk";
const mre = new MREEdgeClient({
apiKey: process.env.MRE_API_KEY!,
version: "v1",
});
// Generate a Yoruba voiceover from an English brief
const job = await mre.speech.synthesize({
text: "Welcome to the M&R Edge Studio.",
language: "yo",
persona: "creator_amara_v3",
});
console.log(job.traceId, job.assetUrl);Pricing
Simple tiers with usage-based extensions. Enterprise deployments are quoted per region and workload.
Try the full gateway before you commit.
Hobbyists, students and weekend builders.
Solo creators validating multilingual output.
On the mission
"African languages have been treated as edge cases by global AI for too long. M&R Edge treats them as the center of gravity."
FAQ
The gateway, registry, orchestrator, persona engine, RAG and linguistics layer are ours. External providers can be plugged in per feature during migration, then swapped out per language as our engines graduate.
English (UK/US), French, Spanish, Portuguese, Arabic, Swahili, Yoruba, Igbo, Hausa and Amharic are wired end-to-end. The rest ship behind feature flags with per-workspace rollout controls.
Yes. Enterprise tier ships to your VPC or on-prem cluster with the same gateway, model registry and observability stack we run for hosted workspaces.
A dedicated safety layer filters prompts and outputs; every call carries a trace ID; and protected IP assets are governed through the EAIPOL module with tier-scoped access.
TypeScript (@mre-edge/sdk) and Python (mre-edge) are available today at v1, both mirroring the enterprise capability catalog with X-Api-Key or Bearer auth.