Overview
publish_model submits a QuantLab model output for listing on the QuantX marketplace. The model goes through an automated validation and review pipeline before becoming publicly discoverable.
Auth required — only authenticated QuantSpace users can publish.
Parameters
Blob storage URL pointing to the QuantLab model output — typically a
portfolio_optimization_*.json or ml_engine_*.json blob returned by QuantLab pipeline tools.Example: "https://stmcpfabricdev.blob.core.windows.net/data/portfolio_optimization_20260401_112233.json"Listing metadata shown to marketplace users.
Monetization settings for the listing.
Describes the input parameters your signal accepts when called via
run_signal. If omitted, the schema is inferred from the QuantLab output automatically.Returns
| Field | Description |
|---|---|
listing_id | Submission tracking ID |
model_id | Tentative model_id assigned after review passes |
status | "review_pending" → "active" or "rejected" |
estimated_review_hours | Estimated time to complete automated + manual review |
Review Pipeline
| Stage | Checks |
|---|---|
automated_validation | Schema integrity, performance data completeness, look-ahead bias scan |
manual_review | Strategy plausibility, description quality, pricing appropriateness |
Example
Next Step
Track your listing status vialist_subscriptions or from your QuantSpace dashboard.