MODEL
Latest: Rowe 1.0
Rowe 1.0 is the current large spatial model for point clouds, images, sensor readings, scene understanding, reconstruction, prediction, action, and optimization.
rowe-1.0
General spatial model for point clouds, images, sensors, prediction, and action.
Developer preview
Billing is disabled while hosted API access is being opened.
List models
Use /api/v1/models to inspect available models and runtime status.
Terminal
{
"object": "list",
"data": [
{
"id": "rowe-1.0",
"object": "model",
"display_name": "Rowe 1.0",
"description": "Multimodal large spatial model",
"io": {
"input_modalities": ["point_cloud_scene", "image", "sensor_readings"],
"output_modalities": ["fit_result", "spatial_prediction"]
}
}
],
"runtime_available": true,
"runtime_status": "local_spatial_runtime"
}