Browse all documentation

GET STARTED

Models

Four Echelon model cards describe available model ids, supported input modalities, output types, pricing metadata, and runtime availability.

rowe-1.0

General spatial model for point clouds, images, sensors, prediction, and action.

Developer preview

Live paid API billing is available for this configured environment.

List models

Use /api/v1/models to inspect available models and runtime status.

JSON
{
"object": "list",
"data": [
{
"id": "rowe-1.0",
"object": "model",
"display_name": "Rowe 1.0",
"description": "Multimodal spatial reasoning model",
"io": {
"input_modalities": ["point_cloud_scene", "image", "sensor_readings"],
"output_modalities": ["fit_result", "spatial_prediction"]
}
}
],
"runtime_available": true,
"runtime_status": "local_spatial_runtime"
}