Regional AI integrates sovereign regional LLMs like Typhoon, HyperCLOVA X, and Rakuten AI into JITNA + SignedAI + DelentiaDB — delivering local compliance, regulatory context, and cultural nuance for Asia and global deployments.
Sovereign AI for Every Region
A pluggable AI OS infrastructure that allows developers to dynamically hot-swap national/sovereign LLMs to enforce local data laws, compliance, and cultural nuances.
Standard Package — Typhoon v2
ActiveTyphoon v2 70B by SCB10X is bundled as the default standard package for Thailand. However, the system is fully pluggable and lets developers register other native models at runtime.
Supported Regional LLMs
Active standard packages are pre-installed. 'Pluggable' models can be registered in 3 simple steps.
How to Plug in Your Regional LLM
The model registry supports hot-swapping and registering regional models dynamically at runtime.
Define your model metadata, including context window size, input/output cost, and national compliance tags (e.g. APPI, PDPA).
Call register_regional_llm(language, region, model_id, model_name, ...) dynamically at runtime.
JITNA automatically detects the user's language and region and routes calls to your custom LLM adapter.
# Register custom Japanese regional LLM dynamically at runtime
register_regional_llm(
language="ja",
region="JP",
model_id="rakuten/Rakuten-AI-3.0-MoE-700B",
model_name="Rakuten AI 3.0",
proficiency=0.98,
cost_input=0.40,
cost_output=1.20,
specialties=["Japanese legal", "Business documentation"],
compliance_tags=["APPI"]
)Why Typhoon + RCT = Complementary, Not Competing
Typhoon trains models
SCB10X trains LLMs specifically for Thai language and local context — producing models that understand Thai nuances better than general-purpose models.
RCT orchestrates models
RCT uses JITNA + SignedAI + DelentiaDB to route, verify, and persist results from Typhoon — putting Thai-language AI intelligence inside enterprise-grade infrastructure.
Ready to Deploy Your Regional AI?
Related Resources
JITNA RFC-001 Protocol
The intent communication protocol that defines how JITNA routes to Typhoon G38 and other regional LLMs.
Dynamic AI Routing
9-tier routing that automatically selects Typhoon G38 for Thai-language queries using proficiency scores.
RCT Architecture
10-layer architecture overview showing how Regional Models integrate into HexaCore G1–G38.