Reference
Changelog
Every platform, API, SDK, and safety change shipped to production.
Rebrand to Node Data
FORGE is now Node Data. All URLs, API hosts, and SDK package names continue to function unchanged through 2026-12-31. The new primary host is nodedata.dev.
Resumable uploads via tus
Uploads over 100 MB now use the tus resumable upload protocol automatically. Connection drops resume from the last acknowledged byte. No client changes required when using the official SDKs.
Rust SDK v0.4 — async by default
The Rust client now exposes an async-first API built on tokio with a feature flag for blocking calls. Includes typed errors and a new builder for download requests.
Jetson Orin packages from Node Factory
Any model in the marketplace can now be exported to a signed Jetson Orin .deb package in one click, generated by Node Factory and delivered with a systemd unit ready to enable.
Red-team reports public on capable models
Models above the capability threshold now ship with a public red-team report attached to the listing page. The report covers the standard eval suite and links to the underlying eval traces.
Usage-based pricing for hosted inference
Listings can now charge per inference call in addition to one-time and subscription pricing. Metering happens at the gateway with per-minute aggregation.
Stripe Connect 25/75 split live
All paid listings now route through Stripe Connect with a 25/75 split. Existing balances were migrated automatically; payout cadence is preserved.
Cursor-based pagination
List endpoints now return next_cursor instead of page numbers. Offset pagination is deprecated and will be removed on 2026-08-22.
Python SDK 2.0
Sync and async clients share the same types. Streaming downloads now yield safetensors handles directly. Backwards-compatible re-exports preserved under nodedata.legacy.