AI rate engine
Sub-minute pricing on every mode.
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.
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.
Sub-minute pricing on every mode.
Last-mile loops, optimized.
UN numbers in one snap.
Honest arrival times.
We text you before you text us.
Paperwork → structured data.
DispatchAI · six production models · live
The model trains on every load we move — owned-fleet capacity, fuel curves, port congestion, lane seasonality. Quote in seconds, not emails.
40+ vans clustered into the routes our drivers can actually run — windows, turns, traffic, weight balanced.
Snap the SDS — the model returns the UN code, packing group, and the placards your driver needs.
Trained on PortMiami gate clocks, weather, and our own historicals.
Off-route, dwell-time, temp drift — caught before it becomes a claim.
BOLs, PODs, customs forms parsed and indexed against the load.
Pull live AI rates, book loads, stream tracking events into your TMS, ERP, or shop floor. Webhooks for every milestone, JSON-first, OAuth.
POST /quotesAI pricing for FTL · LTL · drayage · reefer · hazmat. Returns in < 1s.
GET /loads/:id/eventsStream of milestone events — pickup, in-transit, delivered, ePOD.
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); });
Role-based access, audit trail on every load, encryption in transit and at rest.
TSA-approved bonded carrier and bonded warehouse — DispatchAI knows it.
Document required certifications per shipment automatically.