Cost, training, and evaluation commands
These commands cover what an organization spends on inference and how models are trained and scored.
Documents sent with -f FILE are JSON. Passing -f - reads the document from standard input instead.
Budget
akka budget covers spend, savings, caps and ceilings. The alias budgets is accepted.
| Command | Description |
|---|---|
|
Spend, projection, savings and unit cost. |
|
Set caps, ceilings and counterfactual pins. |
|
Resolve a spend decision. |
|
Anomalies, blocked requests and scrub failures. |
Incidents
akka incidents is the incident feed, unioned from its sources. The alias incident is accepted.
| Command | Description |
|---|---|
|
The incident feed. |
Pricing catalog
akka pricing-catalog holds per-token model prices, versioned. The aliases pricing-catalogs, catalog, and catalogs are accepted.
| Command | Description |
|---|---|
|
A published catalog version. |
|
Publish a new catalog version. |
|
Every published version. |
Training runs
akka training-runs manages training runs. The aliases training-run, runs, and run are accepted.
| Command | Description |
|---|---|
|
Submit a training run. |
|
List runs, in flight and finished. |
|
Show one run. |
|
Wait for a run to finish. |
|
Cancel a run and free its GPUs. |
Training pipelines
akka training-pipelines manages multi-stage training pipelines. The aliases training-pipeline, pipelines, and pipeline are accepted.
| Command | Description |
|---|---|
|
Submit a pipeline. |
|
List pipelines and the stage each is on. |
|
Show a pipeline, stage by stage. |
|
Wait for every stage to finish. |
|
Cancel a pipeline and its running stage. |
Trained models
akka trained-models manages the models training produced. The alias trained-model is accepted.
| Command | Description |
|---|---|
|
List models and what they scored. |
|
Show one model’s lineage, cost, and score. |
Training evaluations
akka training-evaluations manages evaluations of trained models. The alias training-evaluation is accepted.
| Command | Description |
|---|---|
|
Score a trained model against a dataset. |
|
List evaluations and what they scored. |
|
Show what an evaluation scored and where it got to. |
|
Show how a model scored, field by field. |
|
Show what the model answered, example by example. |
|
Follow an evaluation until it finishes. |
|
Stop an evaluation and release what it holds. |
Training datasets
akka datasets manages training datasets. The alias dataset is accepted.
| Command | Description |
|---|---|
|
Register chat-format JSONL examples. The alias |
|
List registered datasets, newest first. |
|
Show what a dataset holds. |
|
Point a name at a registered dataset. |
|
Upload images, skipping the ones already registered. |
Sessions and curations
A session is a raw conversation corpus. A curation judges raw sessions into a training dataset.
| Command | Description |
|---|---|
|
Upload a raw conversation corpus. |
|
Start a curation run. |
|
Wait for a curation to finish. |
|
Phase, counts, mean score and resulting dataset. |
Evaluation
akka eval covers datasets, experiments and the evaluators that score them.
| Command | Description |
|---|---|
|
Upload a dataset file and version it. |
|
Datasets that have been imported, most recently imported first. |
|
One dataset: what it holds, what scores it, and every version it has had. |
|
The items in one version of a dataset. |
|
How far an import has got. |
|
Start an experiment. |
|
How far an experiment has got, and what it has found. |
|
The finished record: the run’s report, or the numbers behind it. |
|
One item’s run, and what each evaluator said about it. |
|
An experiment against a baseline, item by item. |
|
Every run of a recurring experiment, most recent first. |
|
Registered evaluators, their kind and their version. |
Captures
akka captures reads recorded interaction artifacts off a filesystem. The alias capture is accepted.
These commands serve debugging and diagnostics. They read artifacts from a directory on disk, which is where a capture written during local development or a support investigation lands.
|
Captures recorded in production are stored in a location the CLI cannot reach in this version. The commands below read a filesystem directory only. |
| Command | Description |
|---|---|
|
Every artifact in a directory, newest first. |
|
One artifact, read forward. |