REFERENCE

Models endpoint

List available models and runtime status.

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"
}