Build governed quantitative models on FinanceGPT.
Register, train, evaluate, evidence, publish and promote quantitative/generative LQM modules through API v2. Language remains a separate QLM-selected runtime.
An LQM is quantitative, not linguistic.
LQM Builder produces quantitative/generative modules for forecasting, valuation, risk, simulation, optimization and scenario generation. LQMs accept governed numeric, categorical and time-series features and emit typed versioned evidence. They do not receive raw document text and they do not generate language.
financegpt.lqm.evidence.v1 packet. It does not receive LQM latent state and does not become the source of numeric authority.API reference
| Method | Endpoint | Scope | Purpose |
|---|---|---|---|
GET | /api/v2/lqm/developer-manifest | lqm:build:read | Machine-readable LQM developer contract, capability profiles and lifecycle boundaries. |
GET | /api/v2/lqm/models/{model}/developer-manifest | lqm:build:read | Model-specific lifecycle state and currently eligible developer operations. |
POST | /api/v2/lqm/models | lqm:build:write | Register a quantitative LQM identity before training. |
GET | /api/v2/lqm/models/{model} | lqm:build:read | Read registry, training, evaluation, evidence, operations and promotion state. |
POST | /api/v2/lqm/datasets/{dataset}/contracts | lqm:build:write | Seal a workspace-scoped numeric/time-series training-data contract. |
POST | /api/v2/lqm/models/{model}/training-specs | lqm:build:write | Seal a reproducible VAE-GAN training specification. |
POST | /api/v2/lqm/models/{model}/training-runs | lqm:build:run | Queue governed VAE-GAN training through the private numeric runtime. |
POST | /api/v2/lqm/models/{model}/evaluate | lqm:build:run | Run statistical-fidelity and adversarial/data-poisoning evaluation gates. |
GET | /api/v2/lqm/models/{model}/evidence-schema | lqm:build:read | Read the versioned Evidence Packet schema that language runtimes may explain. |
POST | /api/v2/lqm/models/{model}/evidence-packets | lqm:build:run | Generate and seal bounded numeric inference as an Evidence Packet. |
POST | /api/v2/lqm/evidence-packets/{packet}/verify | lqm:build:run | Independently verify packet, schema, checkpoint, evaluation, inference and ledger evidence. |
PUT | /api/v2/lqm/models/{model}/operations-policy | lqm:build:write | Configure drift/retraining cadence without automatic production replacement. |
POST | /api/v2/lqm/models/{model}/drift-assessments | lqm:build:run | Run deterministic drift assessment against governed numeric data. |
POST | /api/v2/lqm/models/{model}/retraining-requests | lqm:build:write | Create a human-review retraining request. |
POST | /api/v2/lqm/retraining-requests/{request}/decision | lqm:build:write | Record explicit approve/reject/cancel decision for candidate retraining. |
POST | /api/v2/lqm/retraining-requests/{request}/advance | lqm:build:run | Advance an approved candidate through training and evaluation. |
GET | /api/v2/lqm/models/{model}/publications | lqm:build:read | List model-hub publication records and immutable supply-chain hashes. |
POST | /api/v2/lqm/models/{model}/publish | lqm:publish:write | Human-confirm publication of an exact evaluated, evidence-verified checkpoint to the configured model hub. |
GET | /api/v2/lqm/publications/{publication} | lqm:build:read | Read publication revision, artifact hashes, attribution and supply-chain evidence. |
POST | /api/v2/lqm/models/{model}/promote | lqm:promote:write | Human-promote an exact eligible checkpoint into the workspace Quant Models catalog. |
POST | /api/v2/lqm/promotions/{promotion}/retire | lqm:promote:write | Retire a promoted checkpoint; existing QLM bindings fail closed. |
Read the developer manifest
curl -H "Authorization: Bearer $FINANCEGPT_API_KEY" \ -H "Accept: application/json" \ https://financegpt.dev/api/v2/lqm/developer-manifest
The manifest is machine-readable and exposes lifecycle operations, required scopes, capability profiles and non-negotiable execution boundaries.
Evaluate an exact checkpoint
curl -X POST -H "Authorization: Bearer $FINANCEGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"training_run_uid":"lqmrun_..."}' \
https://financegpt.dev/api/v2/lqm/models/abc123/evaluate
Evaluation runs statistical-fidelity, temporal, cross-series, tail, diversity and robustness gates. Passing evaluation does not itself activate the checkpoint.
Choose the smallest capability profile your application needs.
Observe
Read LQM registry, training, evaluation, Evidence Packet, operations and promotion evidence.
lqm:build:readBuild
Register LQMs, seal quantitative data contracts and training specifications, plus read evidence.
lqm:build:readlqm:build:writeBuild & operate
Build, train, evaluate, generate/verify Evidence Packets and run governed drift/retraining operations.
lqm:build:readlqm:build:writelqm:build:runBuild, operate & publish
Adds governed model-hub publication of an exact evaluated, evidence-verified checkpoint using the builder's connected publishing identity.
lqm:build:readlqm:build:writelqm:build:runlqm:publish:writeBuild, operate & promote
Adds explicit human-governed promotion/retirement of eligible checkpoints into Quant Models.
lqm:build:readlqm:build:writelqm:build:runlqm:promote:writePublish an evaluated checkpoint
curl -X POST -H "Authorization: Bearer $FINANCEGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_version_id":123,"license":"apache-2.0","visibility":"public","human_confirmation":true}' \
https://financegpt.dev/api/v2/lqm/models/abc123/publish
The API application needs lqm:publish:write, its attributable human creator needs an active publishing connection in the workspace, and the exact checkpoint must still pass training, evaluation, Evidence Packet and drift re-attestation at execution time.
The repository disclosure bundle includes the model card, governance addendum, evaluation evidence, Evidence Packet schema, ML-BOM and a publication manifest. Repository publication does not activate the model inside FinanceGPT.
Internal promotion is not public publishing.
Publishing and promotion are independent governed actions. Publishing uses the builder’s connected model-hub identity and lqm:publish:write; promotion uses lqm:promote:write and changes the internal Quant Models projection only after its own human decision. Neither action implies the other.
Model access never creates financial authority.
LQM scopes do not grant Financial Actions authority, transaction credentials, automatic production promotion or silent QLM rebinding. Existing approval, policy, reconciliation and execution controls remain separate.
Public LQM ecosystem
Publicly published LQMs can appear in the FinanceGPT model gallery with evaluation, Evidence Packet and model-supply-chain evidence. The public leaderboard uses transparent evidence-first ordering rather than an opaque cross-task score.
Explore the LQM ecosystem · Read the specificationUsage & commercial evidence
LQM training, evaluation and promoted inference can be measured through the existing FinanceGPT usage control plane. Pricing is versioned from measured infrastructure-cost evidence rather than architecture assumptions, while experimental published LQMs remain uncallable until separately promoted.
GET /api/v2/lqm/commercial-modelGET /api/v2/lqm/usage-evidencePOST /api/v2/lqm/workflow-outcomes