> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-cli/1node-simulate.md).

# 1node simulate

Usage

```
1node simulate --task <inference|training> --hours <N>
```

| Option    | Description                   |
| --------- | ----------------------------- |
| `--task`  | `inference` or `training`     |
| `--hours` | Duration in hours to simulate |

Example

```
1node simulate --task inference --hours 10
```

Sample Response

| Provider | Cost/hr | Cost(10h) | Latency | Uptime |
| -------- | ------- | --------- | ------- | ------ |
| Aethir   | $0.88   | $8.80     | 250ms   | 99.9%  |
| Akash    | $0.55   | $5.50     | 310ms   | 98.7%  |
