Model reference · open weights
ARACHNE-FOUNDATION is an open-weight video model from MagistrTheOne. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | MagistrTheOne |
|---|---|
| Type | Video models |
| Task | Text→video |
| Parameters (lead) | 50.3B |
| Runs with | diffusers |
| Released | 2026-05-27 |
| Popularity | 596 downloads / month |
| Licence | Open weights |
About
Foundation-scale video diffusion backbone engineered for the next generation of realtime AI systems.
ARACHNE-FOUNDATION-50B is an experimental large-scale DiT foundation checkpoint developed by NULLXES as part of the ARACHNE runtime ecosystem.
This repository represents an early foundation transition stage of the ARACHNE lineage: from operational realtime avatar/video systems toward a sovereign large-scale multimodal video backbone optimized for realtime inference, streaming generation, identity stability, and future native audio-video architectures.
ARACHNE-FOUNDATION-50B is currently a:
This release is NOT a fully trained production model.
The checkpoint was surgically expanded from:
using internal topology scaling procedures and initialization surgery.
| Component | Status |
|---|---|
| Depth expansion | ✅ Complete |
| Diffusers compatibility | ✅ Complete |
| Safetensors export | ✅ Complete |
| Smoke forward validation | ✅ Complete |
| Runtime compatibility | ✅ Complete |
| Full pretraining | ⏳ Pending |
| Native audio generation | ⏳ Planned |
| Benchmark evaluation | ⏳ Pending |
| Production deployment | ❌ Not ready |
| Property | Value |
|---|---|
| Model Type | Diffusion Transformer (DiT) |
| Scale | ~50B parameters |
| Depth | 178 transformer blocks |
| Format | Diffusers |
| Weights | Safetensors |
| Runtime Target | ARACHNE Runtime Stack |
| Intended Direction | Realtime multimodal generation |
Unlike cinematic-first video generators, ARACHNE-FOUNDATION is being developed around:
The long-term goal is not only high-quality video synthesis, but stable realtime operational generation inside enterprise-grade AI runtime systems.
This repository currently contains an initialization-stage checkpoint.
The released weights:
At this stage, this repository should be viewed as:
a foundation topology transition checkpoint, not a finished frontier model.
Current smoke/evaluation dataset:
Future large-scale pretraining datasets are not yet publicly released.
ARACHNE-FOUNDATION is part of the broader NULLXES runtime ecosystem:
| Layer | Role |
|---|---|
| ASTERIAS | Deterministic reasoning layer |
| ARACHNE-X | Realtime avatar/video runtime |
| FOUNDATION | Large-scale backbone research |
| Session Workers | Operational orchestration |
| NULLXES | Enterprise AI infrastructure |
/config.json
/diffusion_pytorch_model-*.safetensors
/model_index.json
/README.md
NULLXES LLC CEO & Architect: @MagistrTheOne
Contact:
ARACHNE-FOUNDATION is not being developed as a consumer entertainment model.
Its direction is toward:
realtime operational AI infrastructure for next-generation digital workforce systems.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys arachne-foundation for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (arachne-foundation below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"arachne-foundation","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.