Plug Deadwood into your product and train your own model on your data. You decide how the model improves over time.
An auditable token layer keeps usage predictable—so you always know what you are spending and what you are earning with a ledger everyone can trust.
Ship models like code, store them like data
Think of your AI models the same way you think about your application code. You add a small config file called `.deadwood.yml` next to everything else in your repository. In plain language, it lists your models, what data they learn from, and which model should be running in production when someone uses your product.
When you are happy with a change, you commit and push like normal. There is no separate “deployment button” for the model: updating production is part of the same git workflow your team already knows. That keeps releases predictable and easy to roll back if something looks wrong.
The trained model files (the weights) are stored on a decentralized network, so copies live in many places instead of on one company's hard drive. If one host disappears, the data can still be fetched from elsewhere, so you are not betting everything on a single machine staying online forever.
Whenever production switches from one model version to another, that change is written to a permanent record. Later you can see what was live and when—helpful for debugging, compliance, or just explaining to your team what shipped last Tuesday.
Same mental model as sea-scale hosting (think DigitalOcean-style regions): anchors stand for grounding—manifests, commits, and evaluation tied to real artifacts. The treasure on the floor is the upside: publish models to the marketplace and capture payouts when others ship them. Currents still route traffic; .deadwood.yml stays your chart, and the ledger logs every promotion.
Example month (Premium)
Base: $99/month ├─ 60,000 API calls (within 100K) ├─ 4 trainings (within 10) └─ Snowflake-connected jobs within quota Overage charges: ├─ 25,000 extra API calls @ $0.001 = $25 ├─ 3 extra trainings @ $50 = $150 └─ Extra prediction tokens @ metered rate = $40 Total: $99 + $25 + $150 + $40 = $314
Transparent. No surprises.
Snowflake Premium
One login for trains, models, and routing—tier-managed billing and access.
Connect repos, issue keys, and ship versions from the same workspace—local experiments through production.