moe-platform
The MoE-13 Platform API is the stable, production-ready interface for the MoE-13 ternary inference ecosystem.
This crate provides a clean, decoupled facade for ingesting, loading, and executing ternary models using the MoE-13 deterministic runtime.
Getting Started
use ;
Key Features
- Provider-Agnostic Ingestion: Ingest models from any source via the
ModelProviderPlugintrait. - Offline-First: Guaranteed offline execution; zero runtime dependency on external cloud APIs or model vendors.
- Deterministic Runtime: Leverages the audited MoE-13 core for reproducible inference.
- Modular Architecture: Separates the private computational core from the public API surface.
Plugin Ecosystem
The platform supports a first-class plugin architecture. Third-party providers can be registered dynamically at runtime without affecting the platform's stability.
License
This crate is provided under the MIT License.
For core licensing and commercial enterprise access, refer to the TIS License.