-
Notifications
You must be signed in to change notification settings - Fork 0
Model Support Roadmap
Last updated: 2026-08-01.
This page mirrors the current repository roadmap. The authoritative status
source is
docs/MODEL-SUPPORT.json,
and current source code takes precedence over this Wiki if they disagree.
| Model or path | Status | Current boundary |
|---|---|---|
| Deterministic QEMU model-v1 path | Fixture only | Validates OS/runtime contracts. It is not transformer inference or a hardware benchmark. |
xaios.model.v2 tooling |
Interface only | Package parser/writer and interface tests exist; no production model executes from it. |
| Qwen 3.6 27B | Interface only | Primary scalar correctness bring-up target; tokenizer, logits and deterministic decode parity remain incomplete. |
| Kimi K3 text | Interface only | Active target for KDA, Gated MLA, exact top-16 MoE, shared experts and MXFP4; text inference is not available. |
| Kimi K3 multimodal | Roadmap only | Vision preprocessing/tower/projection and multimodal parity are a separate milestone. |
| DeepSeek V4 Flash 0731 | Roadmap only | Planned adapter target. The exact official release/config/tokenizer sources must be verified first. |
| GLM 5.2 | Roadmap only | Planned adapter target; importer, tokenizer, operators, state and parity work have not started. |
Fixture only, Interface only and Roadmap only do not mean model support.
A model becomes supported only after its official tokenizer, tensor import,
operators, state, logits, deterministic decode and physical-hardware gates pass.
Kimi K3 is an active first-class architecture target with separate text and multimodal milestones. Exact top-16 target routing remains authoritative; future predictive routing may influence prefetch only. Full K3 support cannot be claimed until both text and multimodal acceptance gates pass.
The requested label is recorded as a roadmap target. Before implementation, XAIOS must locate and pin the immutable official configuration, tokenizer, tensor index and model revision, then derive a separate architecture adapter from those sources.
GLM 5.2 is a roadmap target. Its adapter must be based on a pinned official configuration and must validate the configured sparse-attention, MoE and long-context state requirements rather than assuming a generic transformer.
Qwen 3.6 27B is the primary real-model correctness target. Its immutable official source revision must be pinned before implementation, followed by tokenizer, layer, logits, deterministic decode and physical-hardware gates.
- Complete model-v2 import and package-owned tokenizer support.
- Pass the current small Qwen-family scalar correctness gates.
- Implement Kimi K3 text, then its separate multimodal milestone.
- Pin official sources and implement separate adapters for DeepSeek V4 Flash 0731 and GLM 5.2.
- Add optimized Apple and Intel backends only after scalar parity.
- Publish physical-hardware results only under the repository benchmark contract.
- Repository implementation roadmap
- Model-v2 specification
- Benchmark contract
- Kimi K3 official repository
- Kimi K3 official model
- GLM 5.2 official model
An immutable official source has not yet been pinned for the exact label DeepSeek V4 Flash 0731. Its inclusion here records intent, not compatibility or implementation.
This page defines the GitHub Wiki navigation sidebar.
- Architecture
- AI Cells
- CPU AI Runtime
- App Agents
- Memory System
- Networking
- Scheduler and Core Isolation
- Filesystem and Storage
- Driver Model
- Security Model
- Build System
- Build System
- Project Tracker
- Implementation Plan
- QEMU Full OS Core Workdown
- QEMU 100 Completion Plan
- Example Apps
- Codex Work Packages
- Testing and Benchmarking