AI models are how your twins stop being puppets and start being autonomous. Cyberwave is the substrate that gets them there: a growing catalog of models, the infrastructure to run them on cloud or edge, and the datasets you need to train your own.Documentation Index
Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
Use this file to discover all available pages before exploring further.
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:| Where the model runs | What it does | Reference |
|---|---|---|
| As a twin controller | Drive a robot end-to-end (a VLA picks-and-places, an RL policy walks) | Controllers |
| Inside a workflow | One call_model node — runs cloud VLM or edge ML transparently | Workflow nodes |
| From the SDK | Async cloud calls for VLM / LLM tasks | vlm_generation / llm_generation |
| In simulation | The same code drives a MuJoCo twin | cw.affect("simulation") |
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
LeRobot v3 / v2.1, RLDS, HDF5, Zarr, GR00T, MCAP, ROS bag, RoboDM, Hugging
Face — 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.