optimization.get_settings
Overview
- Returns current optimization settings: autonomy optimization, performance safeguard, plus cached CPU/GPU benchmark scores.
Metadata
| Field | Value |
|---|---|
| Display | Get Optimization Settings |
| Category | optimization |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
optimize_autonomy | string | yes | Autonomy optimization setting |
performance_safeguard | string | yes | Performance safeguard setting |
cpu_score | float | yes | Cached CPU benchmark score |
gpu_score | float | yes | Cached GPU benchmark score |
Usage
await inzoi.cli.execute('optimization.get_settings');