InertialAI

From raw signals
to running models.

One platform: call the models zero-shot through the API, or finetune Chronicle on your own data and deploy it as a private endpoint — with proof it works before you pay.

The API.

Send signal data and context, get answers. Metered per request, no platform fee — and OpenAI-compatible for embeddings.

Get started in one call.

Choose forecast-only for fast probabilistic forecasts, or reasoning when text and image context should alter the result — including against your own finetuned forecaster.

Metered per request, finetuning priced on your data, GPU serving that costs nothing while idle — see pricing.

pythoninertialai-forecasting-reasoning
import httpx

response = httpx.post(
    "https://inertialai.com/api/v1/forecasts",
    headers={"Authorization": "Bearer iai_..."},
    json={
        "model": "inertialai-forecasting-reasoning",
        "series": [18.2, 18.7, 19.4, 21.6, 24.8, 27.9],
        "horizon": 6,
        "context": "Promotion starts next week; expect a demand lift.",
        "image_urls": ["https://example.com/promo-calendar.png"],
    },
)

forecast = response.json()["final_forecast"]

Finetuning, end to end.

Upload data, train Chronicle, see the proof, and ship a private endpoint — all from the dashboard or four API calls.

01

Upload your data

JSONL records mixing time-series and text. The shape of your records picks the objective — forecasting, classification, regression, text generation, or embeddings. Every file is fully validated, and priced, before you pay a cent.

app.inertialai.com · datasets
pump_sensor_windows.jsonl
12,480 records · 41.2 MB
Validated
Modalities
Time-series + text
Objective
Classification
Classes
4 detected
Training cost for this file$5.00
02

Train with live curves

Training runs on isolated GPU compute with live loss curves in the dashboard. Priced on your data, from $5 a job.

app.inertialai.com · finetunes
pump-fault-detector
chronicle · LoRA · A10G
Training
Training lossepoch 3 / 4
train validation
03

Get proof, not vibes

Every job ends with a before/after eval against the frozen base on held-out data, exportable as a PDF report. If your model doesn't beat the base, the training fee refunds automatically.

app.inertialai.com · evaluation
Held-out eval vs frozen base
+33% accuracy
Base model61.2%
pump-fault-detector81.4%
2,496 held-out records · seed-matchedDownload PDF report
04

Deploy a private endpoint

One call launches your model on the GPU you choose — metered per call, scales to zero, versioned with one-call rollback and hard spend caps.

app.inertialai.com · deployments
pump-fault-detector
v2 · T4 · scale-to-zero
Live
Calls today
18,204
p50 latency
84 ms
Spend this month
$12.61 / $50 cap
v2 · deployed 2h agoRoll back to v1

Improvement guarantee

No improvement over the base model → automatic refund. You only pay for finetunes that work.

Scoped API keys

Mint keys that can only call one model — safe to embed in a device fleet or hand to a contractor.

Your data stays yours

Per-customer isolated storage, raw uploads deleted after training, hard-delete everything anytime. Never used to train our base models.

Ready for production teams.

For proprietary data, high-volume workloads, and regulated environments — including a guided 30-day pilot on your data.

Single tenant deployments
Role-based API key management
Custom model adaptation
Deployment planning and production support