Invoice folder
The workspace contains synthetic invoices and bank records. Some pages are duplicated. One payment is a reimbursement.
LING 3.0 FLASH ON DGX SPARK
This is the setup I used to run Ling 3.0 Flash on a DGX Spark and connect it to OpenClaw. The demo gives the assistant a folder of synthetic invoices and asks it to prepare a German VAT draft.
HOW IT RUNS
The workspace contains synthetic invoices and bank records. Some pages are duplicated. One payment is a reimbursement.
OpenClaw gives the model tools inside a Docker sandbox with no network access.
SGLang serves the model on the DGX Spark through a local endpoint.
The assistant writes a ledger and VAT draft for review. It cannot submit anything.
MODEL SETUP
Both were tested on a 121 GiB DGX Spark. They do not fit in memory together.
Reads text and scanned pages directly.
Runs the text model with the publisher's DSpark draft model.
THE DEMO
The assistant works through a folder of synthetic German business records. It separates income from expenses and leaves unrelated records out. It also finds duplicates and transfers.
It saves a CSV ledger and fills the supported July 2026 VAT fields. A deterministic calculator checks the result. The assistant lists anything that still needs review.
Demo prompt →RUN IT YOURSELF