cw.affect("simulation")) and against live hardware.
Bring your own model, or pick from the catalog
Use the catalog
Pick from open-source and proprietary models: VLAs (SmolVLA, OpenVLA, Pi 0.5),
VLMs (Gemini Robotics, GPT-5, Molmo, PaliGemma), detectors (YOLOv8, SAM2),
and image-to-3D (Hunyuan3D, TripoSR).
Register a custom model
Bring your own weights or endpoint: Hugging Face, an internal inference
server, a custom ONNX file. Cyberwave treats it as a first-class model.
Use them anywhere in your stack
Cyberwave models compose with the rest of the platform. Same model, different roles:
The best automations usually combine more than one: an edge YOLO that’s cheap to run on every frame and a cloud VLM that reasons about the rare interesting frame. See the edge-to-cloud VLM tutorial for that pattern end-to-end.
Edge + cloud, both first-class
Cyberwave runs models in both places, on purpose.Edge models
Local inference on your own hardware: fast, private, offline-capable.
YOLO, SAM2, ONNX/TensorRT detectors all run inside the
edge worker generated from
your workflow.
Cloud models
Heavy-weight VLMs and VLAs (Gemini Robotics, GPT-5, OpenVLA) run on a
Cloud Node or
VLA Cloud Node with a GPU attached; Cyberwave
handles the provisioning.
Datasets: collect, import, export
Models need data. Cyberwave gives you the loop end-to-end: record on the edge → replay in the browser → slice into episodes → train.From your own runs
Every recording in Replay
can be turned into episodes and a dataset, ready to train on.
Import from anywhere
Zip upload supports LeRobot v3 / v2.1 today. Hugging Face Hub import
detects any dataset repository, though only robotics datasets display
correctly for now. See the
full import matrix.
Export, no lock-in
Convert any dataset to Cyberwave Parquet, LeRobot v3, RLDS, or OpenVLA
TFDS via the export tab or API.
What to read next
ML Models reference
Capabilities, providers, registration, inference, and the full VLA stack.
Model Playground
The interactive page behind every model in the catalog.
Sandwich robot (SmolVLA)
A community tutorial: collect data, fine-tune SmolVLA, run it on a real
arm, all on Cyberwave.