Home Technology
go-freight.ai · 6 production models

The AI behind every load.

DispatchAI is our in-house transportation platform — built around six production models trained on a real asset-based fleet. Quote, book, track and pay on one stack.

Production models

Six models. One operating system.

Every model is trained on Go Freight AI's own historical fleet data. No rented LLMs guessing at logistics — these are domain models you can audit.

AI rate engine

Sub-minute pricing on every mode.

38s
avg quote

Route sequencing

Last-mile loops, optimized.

12%
fewer miles

Hazmat auto-classify

UN numbers in one snap.

49
CFR coverage

Predictive ETAs

Honest arrival times.

97.2%
accuracy

Anomaly alerts

We text you before you text us.

60s
detect window

BOL parsing

Paperwork → structured data.

99.4%
OCR accuracy

DispatchAI · six production models · live

The .AI advantage

Where the AI earns its keep.

AI rate engine

Sub-minute pricing on every mode.

The model trains on every load we move — owned-fleet capacity, fuel curves, port congestion, lane seasonality. Quote in seconds, not emails.

38s
avg time to first carrier match
Route sequencing

Last-mile loops, optimized.

40+ vans clustered into the routes our drivers can actually run — windows, turns, traffic, weight balanced.

12% fewer miles · 18% more stops/route
Hazmat auto-classify

UN numbers, in one snap.

Snap the SDS — the model returns the UN code, packing group, and the placards your driver needs.

IATA DGR · IMDG · 49 CFR coverage
Predictive ETAs

Honest arrival times.

Trained on PortMiami gate clocks, weather, and our own historicals.

Anomaly alerts

We text you before you text us.

Off-route, dwell-time, temp drift — caught before it becomes a claim.

BOL parsing

Paperwork → structured data.

BOLs, PODs, customs forms parsed and indexed against the load.

DispatchAI API

Quote it from your stack. Track it from your dashboard.

Pull live AI rates, book loads, stream tracking events into your TMS, ERP, or shop floor. Webhooks for every milestone, JSON-first, OAuth.

POST /quotes

AI pricing for FTL · LTL · drayage · reefer · hazmat. Returns in < 1s.

GET /loads/:id/events

Stream of milestone events — pickup, in-transit, delivered, ePOD.

Webhooks & idempotency

HMAC-signed callbacks, idempotency keys, retry budgets you set.

// Quote a Miami → Atlanta full truckload
const quote = await dispatchai.quotes.create({
  mode: "ftl",
  commodity: "standard",
  origin:    { zip: "33167" },
  destination: { zip: "30303" },
  ready_date: "2026-04-26",
  weight_lbs: 18000
});

// → { rate: 4399, transit_days: 1, carrier: "owned" }

const load = await dispatchai.loads.book(quote.id);
dispatchai.loads.subscribe(load.id, (event) => {
  console.log(event.milestone, event.eta);
});
Engineered for trust

Built to the standards regulated industries actually require.

SOC-aligned controls

Role-based access, audit trail on every load, encryption in transit and at rest.

TSA + bonded

TSA-approved bonded carrier and bonded warehouse — DispatchAI knows it.

Cold chain & hazmat

Document required certifications per shipment automatically.

Move freight with the only crew that owns the trucks, the warehouse, and the AI.

From the port to the door, in one phone call. We'll quote your next load in minutes — no logins, no broker games.