Autonomy Failed. We Fixed It. Victus builds contested autonomy software that works where GPS doesn’t, on any platform, from the seafloor to low Earth orbit.
getvictus.ai
info@getvictus.ai
PhantomX is VICTUS’s unified ML / AI-Ops API and SDK — one platform to define, customize, orchestrate, train, and deploy ML models across pluggable compute and data backends. Every VICTUS ML product runs on the same control plane, and the same ML-Ops layer is available to external customers. A single stable /v1 contract routes each job to whatever backend is configured — localhost, subprocess training, or Palantir Foundry/Maven — with zero route or SDK changes.
Rest control plane
Per-model-type JSON-Schema config, async job lifecycle (202 + poll), pagination, RFC 7807 errors.
Pluggable providers
Compute / Data / Auth selected by PhantomX.yaml — local, subprocess, and Foundry/Maven. Swap with zero route changes.
Durable persistence
SQLite / Postgres doc store + content-addressed blobs. Cascade delete, job recovery, idempotency keys.
SDK + Generated clients
Python SDK and TypeScript client, both from one OpenAPI 3.1 spec — schema-identical types.
Define
Create a project against a model type — vision, state-estimation, or text.
Configure
Schema-driven training config, validated per model type. UIs render the form dynamically.
Train
Launch async job; poll status / metrics / logs; stop on demand. Real local or Foundry/Maven training.
Export
Self-contained artifact package — best.pt, results.csv, model.onnx, VOXL2 export.
Deploy
Same routes, any backend — local, subprocess, or Palantir Foundry/Maven.
PhantomNAV™
ATR | vision — detection, segmentation
PhantomSIGHT™
Alt PNT | state-estimation — synthetic GPS
Control plane, not compute
a GPU-free container orchestrates jobs; training executes on the selected backend, artifacts returned over /v1.
One integration surface
ne /v1 contract serves internal consoles and external customers; products and backends swap with zero route changes.