Where model capital is allocated across active weekly and monthly rounds.
CapitalBench Data API
AI model portfolios, active positioning, cumulative allocation behavior, benchmark scores, and proof metadata as structured data.
https://www.capitalbench.org/api GET /v1/positioning/active?track=all&group_by=asset
{
"as_of": "2026-07-10T22:42:08.100Z",
"scope": "active",
"track": "all",
"group_by": "asset",
"portfolio_count": 146,
"data": [
{
"key": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"category": "ai_and_technology",
"allocation_pct": 18.801369863013694,
"model_count": 8,
"round_count": 20,
"tracks": [
"monthly",
"weekly"
],
"models": [
{
"model_id": "openai-gpt-5-5",
"label": "GPT-5.5",
"allocation_pct": 4.6575342465753415
},
{
"model_id": "google-gemini-3-1-pro",
"label": "Gemini 3.1 Pro",
"allocation_pct": 3.5273972602739727
}
]
}
]
} Cumulative allocation patterns, risk appetite, and model-level holdings.
Resolved returns, S&P 500 comparisons, max-possible context, and leaderboard history.
Round files, prompt hashes, universe versions, prices, and audit metadata.
Built For Model Positioning Data
Active Exposure
Track where current model portfolios are allocated before the round is scored.
Consensus Signals
See which assets, sectors, and themes multiple models are choosing at the same time.
Model Comparison
Compare model records, current holdings, historical behavior, and risk appetite.
Research Pipelines
Pull round data, proof metadata, and scored returns into internal dashboards or notebooks.
How The Data Is Organized
Only unresolved rounds. Use this for live model positioning.
All saved allocations or all available result history. Use this for model behavior and context.
A fixed model roster scored only on rounds every model in that roster completed.
The newest qualified comparison set for a track. Weekly qualifies at 6 shared rounds; monthly qualifies at 3.
Weekly and monthly rounds stay separate because they measure different horizons.
Portfolio weights aggregated by asset, category, model, or track.
Round files, hashes, timestamps, prompt inputs, prices, and portfolio records.
Model portfolio return minus the S&P 500 return, in percentage points.
Model return relative to the hindsight oracle; cumulative rows divide total model return by total oracle return.
A 0-100 allocation signal calculated from the newest live weekly and monthly AI model portfolios. It does not use prices or returns.
A deterministic model-level profile describing allocation style, concentration, turnover, peer similarity, pattern-report summaries, and resolved performance context.
A deterministic or LLM-assisted finding with source evidence, calculations, confidence, and audience tags.
Resolved rounds included in a comparison set because every set model has an official result.
Authentication And Versioning
Bearer API Keys
API requests use bearer tokens. Credentials are provisioned per organization, and keys can be scoped by use case, rate limit, and data access level.
curl "https://www.capitalbench.org/api/v1/positioning/active?track=all&group_by=asset" \
-H "Authorization: Bearer $CAPITALBENCH_API_KEY" All endpoints use /v1 so downstream pipelines can pin behavior.
Use model_id, round_id, and option_id instead of display names.
List endpoints return next_cursor when more records are available.
Available Resources
Metadata And Evidence
Generated-data coverage, benchmark evidence, and audit records.
/v1/metadata Generated read-model timestamp, source, dataset counts, and endpoint discovery.
/v1/benchmark-evidence Benchmark qualification thresholds, maturity, baselines, and score-scale caveats.
/v1/proof Official proof records across rounds, with hashes and public audit URLs.
Positioning
Where model capital is allocated now and how that has accumulated over time.
/v1/positioning/active Live exposure across unresolved weekly and monthly rounds.
/v1/risk-appetite Current and historical AI Risk Appetite, model agreement, regime mix, and outstanding live-book risk.
/v1/live/performance Live rounds marked to the latest available close; not official final scores.
/v1/live/performance/history Raw interim mark-to-market rows with round, model, published, and pricing filters.
/v1/positioning/cumulative Historical allocation behavior across all available rounds.
/v1/positioning/consensus Assets and categories where model allocations cluster.
/v1/positioning/by-model/{model_id} One model's active or cumulative allocation pattern.
/v1/positioning/by-asset/{option_id} Models allocating to a selected asset.
/v1/positioning/by-category Exposure grouped by sector, region, asset class, or theme.
/v1/positioning/changes Allocation changes between recent rounds.
/v1/allocations Raw official-run allocation rows with track, scope, round, model, and asset filters.
Insights
Readable signals generated from benchmark math, model behavior, positioning, and scored results.
/v1/insights Ranked insight feed with Featured, category, tier, confidence, track, and maturity filters.
/v1/insights/{insight_id} One insight with its supporting calculations and source evidence.
/v1/market-environments Weekly and monthly performance grouped by resolved S&P 500 environment.
/v1/models/{model_id}/market-environments One model's returns, scores, and sample maturity by market environment.
Rounds And Results
The published round record: timing, inputs, model portfolios, prices, max-possible context, and scores.
/v1/rounds Round index with track, status, dates, universe version, and audit links.
/v1/rounds/{round_id} One round's metadata and input hashes.
/v1/rounds/{round_id}/proof One round's official proof record, hashes, and audit URL.
/v1/rounds/{round_id}/portfolios Saved model allocations for a round.
/v1/rounds/{round_id}/concentration Run-level allocation consensus and concentration summary.
/v1/rounds/{round_id}/live-performance Interim mark-to-market rows for an unresolved round.
/v1/rounds/{round_id}/results Resolved portfolio returns, S&P 500 returns, Portfolio Minus S&P 500, regret, and max-possible context.
/v1/returns Raw official-run asset return rows, including benchmark and cash rows where available.
/v1/leaderboards/latest Most recent scored weekly or monthly leaderboard.
/v1/leaderboards/benchmark-sets Living equal-run comparison sets, including the current weekly and monthly benchmarks.
/v1/leaderboards/benchmark-sets/{set_id} One comparison set with model roster, included rounds, excluded rounds, and CapitalBench Scores.
/v1/leaderboards/cumulative All available resolved model history by track, with unequal histories marked where applicable.
Models And Assets
The entities behind the benchmark: models, holdings, style metrics, and asset metadata.
/v1/models Model list with provider metadata and active status.
/v1/models/{model_id} Model profile and audit links.
/v1/models/{model_id}/holdings Active and historical holdings for one model.
/v1/models/{model_id}/portfolios Portfolio-level model records with rationales, key risks, proof paths, and allocations.
/v1/models/{model_id}/live-performance One model's live return across live rounds.
/v1/models/{model_id}/style Risk appetite and allocation fingerprint metrics.
/v1/models/behavior Canonical model behavior profiles plus the dynamic pattern report, peer comparisons, turnover, concentration, and archetype labels.
/v1/models/patterns Direct access to the dynamic model behavior pattern report used by the comparison page.
/v1/models/{model_id}/behavior One model's behavior profile with methodology and peer-context fields.
/v1/universe/current Current list of valid model choices.
/v1/assets All generated asset metadata, optionally filtered to current or inactive assets.
/v1/assets/{option_id} Asset metadata and ticker mapping.
/v1/assets/{option_id}/model-holders Models holding a selected asset.
Common Queries
Active Allocation By Asset
GET /v1/positioning/active?track=all&group_by=asset
{
"as_of": "2026-07-10T22:42:08.100Z",
"scope": "active",
"track": "all",
"group_by": "asset",
"portfolio_count": 146,
"data": [
{
"key": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"category": "ai_and_technology",
"allocation_pct": 18.801369863013694,
"model_count": 8,
"round_count": 20,
"tracks": [
"monthly",
"weekly"
],
"models": [
{
"model_id": "openai-gpt-5-5",
"label": "GPT-5.5",
"allocation_pct": 4.6575342465753415
},
{
"model_id": "google-gemini-3-1-pro",
"label": "Gemini 3.1 Pro",
"allocation_pct": 3.5273972602739727
}
]
}
]
} Which Models Hold An Asset
GET /v1/assets/SEMICONDUCTORS/model-holders?scope=active&track=weekly
{
"as_of": "2026-07-10T22:42:08.100Z",
"scope": "active",
"track": "weekly",
"group_by": "model",
"portfolio_count": 19,
"data": [
{
"key": "openai-gpt-5-5",
"label": "GPT-5.5",
"ticker": null,
"category": "OpenAI",
"allocation_pct": 7.368421052631579,
"model_count": 1,
"round_count": 4,
"tracks": [
"weekly"
],
"models": [
{
"model_id": "openai-gpt-5-5",
"label": "GPT-5.5",
"allocation_pct": 7.368421052631579
}
]
}
]
} Live Mark-To-Market
GET /v1/live/performance?track=all
{
"status": "live_not_final",
"latest_price_date": "2026-07-09",
"round_count": 21,
"model_count": 7,
"benchmark": {
"label": "S&P 500",
"return_pct": 1.109264327473086,
"round_count": 21
},
"data": [
{
"rank": 1,
"model_id": "xai-grok-4-5",
"label": "Grok 4.5",
"portfolio_return_pct": -0.26571521098425027,
"sp500_return_pct": 0.8465220524908945,
"alpha_pp": -1.1122372634751447,
"live_round_count": 2,
"latest_price_date": "2026-07-09"
}
]
} Current AI Risk Appetite
GET /v1/risk-appetite
{
"methodology_version": "1.0",
"current_decision_pulse": {
"score": 89.5078125,
"label": "Aggressive",
"regime": "Growth-led risk seeking",
"weekly": {
"round_id": "CB-2026-07-10-1W",
"decision_date": "2026-07-10",
"decision_deadline_utc": "2026-07-11T07:30:00Z",
"track": "weekly",
"score": 88.90625,
"label": "Aggressive",
"model_count": 8,
"portfolio_count": 8,
"models": [
{
"model_id": "openai-gpt-5-5",
"score": 93.5,
"risk_score_1_5": 4.8500000000000005
},
{
"model_id": "google-gemini-3-1-pro",
"score": 92.75,
"risk_score_1_5": 4.7
},
{
"model_id": "xai-grok-4-5",
"score": 89.5,
"risk_score_1_5": 4.5
},
{
"model_id": "openai-gpt-5-6-sol",
"score": 89.25,
"risk_score_1_5": 4.75
},
{
"model_id": "anthropic-claude-opus-4-7",
"score": 88.5,
"risk_score_1_5": 4.65
},
{
"model_id": "xai-grok-4-3",
"score": 88.5,
"risk_score_1_5": 4.5
},
{
"model_id": "anthropic-claude-fable-5",
"score": 86.5,
"risk_score_1_5": 4.35
},
{
"model_id": "anthropic-claude-opus-4-8",
"score": 82.75,
"risk_score_1_5": 4.2
}
],
"regime_shares": {
"growth_technology": 60,
"international_equity": 18.75,
"broad_cyclical_equity": 17.5,
"real_assets_inflation": 3.75
},
"asset_shares": {
"SEMICONDUCTORS": 40,
"TECHNOLOGY": 14.375,
"TAIWAN": 16.25,
"FINANCIALS": 11.875,
"SP500": 4.375,
"BIOTECH": 3.125,
"CYBERSECURITY": 1.25,
"INDUSTRIALS": 1.25,
"SOUTH_KOREA": 2.5,
"ENERGY": 3.75,
"NASDAQ100": 1.25
}
},
"monthly": {
"round_id": "CB-2026-07-10-1M",
"decision_date": "2026-07-10",
"decision_deadline_utc": "2026-07-11T07:30:00Z",
"track": "monthly",
"score": 90.109375,
"label": "Aggressive",
"model_count": 8,
"portfolio_count": 8,
"models": [
{
"model_id": "google-gemini-3-1-pro",
"score": 93.75,
"risk_score_1_5": 5
},
{
"model_id": "xai-grok-4-5",
"score": 92.75,
"risk_score_1_5": 4.6499999999999995
},
{
"model_id": "xai-grok-4-3",
"score": 92.5,
"risk_score_1_5": 4.5
},
{
"model_id": "openai-gpt-5-6-sol",
"score": 91.5,
"risk_score_1_5": 4.7
},
{
"model_id": "openai-gpt-5-5",
"score": 90.25,
"risk_score_1_5": 4.6499999999999995
},
{
"model_id": "anthropic-claude-opus-4-7",
"score": 89.25,
"risk_score_1_5": 4.65
},
{
"model_id": "anthropic-claude-fable-5",
"score": 86.875,
"risk_score_1_5": 4.35
},
{
"model_id": "anthropic-claude-opus-4-8",
"score": 84,
"risk_score_1_5": 4.25
}
],
"regime_shares": {
"growth_technology": 64.375,
"international_equity": 20.625,
"broad_cyclical_equity": 15
},
"asset_shares": {
"SEMICONDUCTORS": 37.5,
"TAIWAN": 16.875,
"NASDAQ100": 4.375,
"FINANCIALS": 10.625,
"INDUSTRIALS": 4.375,
"BIOTECH": 5.625,
"CYBERSECURITY": 10.625,
"SOUTH_KOREA": 3.75,
"TECHNOLOGY": 6.25
}
},
"change_from_previous": 7.427455357142861,
"agreement": {
"label": "Tight",
"standard_deviation": 2.9564609960379573,
"range": {
"minimum": 83.375,
"maximum": 93.25
}
},
"top_assets": [
{
"option_id": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"allocation_pct": 38.75,
"risk_on_loading": 0.95,
"regime_group": "growth_technology"
},
{
"option_id": "TAIWAN",
"label": "Taiwan Equities",
"ticker": "EWT",
"allocation_pct": 16.5625,
"risk_on_loading": 0.85,
"regime_group": "international_equity"
},
{
"option_id": "FINANCIALS",
"label": "Financials Sector",
"ticker": "XLF",
"allocation_pct": 11.25,
"risk_on_loading": 0.45,
"regime_group": "broad_cyclical_equity"
}
]
},
"outstanding_live_book": {
"score": 79.19212239583334,
"label": "Risk-seeking",
"weekly": {
"track": "weekly",
"score": 78.70520833333333,
"label": "Risk-seeking",
"model_count": 8,
"portfolio_count": 34,
"round_count": 5,
"models": [
{
"model_id": "anthropic-claude-fable-5",
"score": 76.75,
"portfolio_count": 5
},
{
"model_id": "anthropic-claude-opus-4-7",
"score": 70.6,
"portfolio_count": 5
},
{
"model_id": "anthropic-claude-opus-4-8",
"score": 67.575,
"portfolio_count": 5
},
{
"model_id": "google-gemini-3-1-pro",
"score": 80.75,
"portfolio_count": 5
},
{
"model_id": "openai-gpt-5-5",
"score": 83.925,
"portfolio_count": 5
},
{
"model_id": "openai-gpt-5-6-sol",
"score": 89.25,
"portfolio_count": 1
},
{
"model_id": "xai-grok-4-3",
"score": 77.125,
"portfolio_count": 5
},
{
"model_id": "xai-grok-4-5",
"score": 83.66666666666667,
"portfolio_count": 3
}
]
},
"monthly": {
"track": "monthly",
"score": 79.67903645833333,
"label": "Risk-seeking",
"model_count": 8,
"portfolio_count": 112,
"round_count": 20,
"models": [
{
"model_id": "anthropic-claude-fable-5",
"score": 76.890625,
"portfolio_count": 8
},
{
"model_id": "anthropic-claude-opus-4-7",
"score": 73.13125,
"portfolio_count": 20
},
{
"model_id": "anthropic-claude-opus-4-8",
"score": 72.5375,
"portfolio_count": 20
},
{
"model_id": "google-gemini-3-1-pro",
"score": 72.575,
"portfolio_count": 20
},
{
"model_id": "openai-gpt-5-5",
"score": 87.38125,
"portfolio_count": 20
},
{
"model_id": "openai-gpt-5-6-sol",
"score": 91.5,
"portfolio_count": 1
},
{
"model_id": "xai-grok-4-3",
"score": 78,
"portfolio_count": 20
},
{
"model_id": "xai-grok-4-5",
"score": 85.41666666666667,
"portfolio_count": 3
}
]
},
"portfolio_count": 146,
"round_count": 25
},
"history": {
"decision_pulse": [
{
"date": "2026-07-09",
"combined_score": 82.08035714285714,
"label": "Aggressive",
"weekly_score": 86.83928571428571,
"monthly_score": 77.32142857142857,
"weekly_round_id": "CB-2026-07-09-1W",
"monthly_round_id": "CB-2026-07-09-1M",
"model_count": 7,
"agreement_label": "Mixed",
"agreement_standard_deviation": 5.102161031746994,
"agreement_range": {
"minimum": 76.125,
"maximum": 89.625
},
"top_regime": {
"key": "growth_technology",
"label": "Growth and technology",
"allocation_pct": 60
},
"top_assets": [
{
"option_id": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"allocation_pct": 27.5,
"risk_on_loading": 0.95,
"regime_group": "growth_technology"
},
{
"option_id": "FINANCIALS",
"label": "Financials Sector",
"ticker": "XLF",
"allocation_pct": 14.285714285714285,
"risk_on_loading": 0.45,
"regime_group": "broad_cyclical_equity"
},
{
"option_id": "CYBERSECURITY",
"label": "Cybersecurity",
"ticker": "CIBR",
"allocation_pct": 12.857142857142858,
"risk_on_loading": 0.75,
"regime_group": "growth_technology"
},
{
"option_id": "BIOTECH",
"label": "Biotechnology",
"ticker": "XBI",
"allocation_pct": 8.928571428571429,
"risk_on_loading": 0.85,
"regime_group": "growth_technology"
},
{
"option_id": "ENERGY",
"label": "Energy Sector",
"ticker": "XLE",
"allocation_pct": 7.5,
"risk_on_loading": 0.35,
"regime_group": "real_assets_inflation"
}
],
"regime_exposure": [
{
"key": "growth_technology",
"label": "Growth and technology",
"allocation_pct": 60
},
{
"key": "broad_cyclical_equity",
"label": "Broad and cyclical equity",
"allocation_pct": 20.714285714285715
},
{
"key": "real_assets_inflation",
"label": "Real assets and inflation",
"allocation_pct": 10
},
{
"key": "defensive_equity",
"label": "Defensive equity",
"allocation_pct": 3.928571428571429
},
{
"key": "international_equity",
"label": "International equity",
"allocation_pct": 3.2142857142857144
},
{
"key": "liquidity_defensive",
"label": "Cash and defensive FX",
"allocation_pct": 2.142857142857143
}
]
},
{
"date": "2026-07-10",
"combined_score": 89.5078125,
"label": "Aggressive",
"weekly_score": 88.90625,
"monthly_score": 90.109375,
"weekly_round_id": "CB-2026-07-10-1W",
"monthly_round_id": "CB-2026-07-10-1M",
"model_count": 8,
"agreement_label": "Tight",
"agreement_standard_deviation": 2.9564609960379573,
"agreement_range": {
"minimum": 83.375,
"maximum": 93.25
},
"top_regime": {
"key": "growth_technology",
"label": "Growth and technology",
"allocation_pct": 62.1875
},
"top_assets": [
{
"option_id": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"allocation_pct": 38.75,
"risk_on_loading": 0.95,
"regime_group": "growth_technology"
},
{
"option_id": "TAIWAN",
"label": "Taiwan Equities",
"ticker": "EWT",
"allocation_pct": 16.5625,
"risk_on_loading": 0.85,
"regime_group": "international_equity"
},
{
"option_id": "FINANCIALS",
"label": "Financials Sector",
"ticker": "XLF",
"allocation_pct": 11.25,
"risk_on_loading": 0.45,
"regime_group": "broad_cyclical_equity"
},
{
"option_id": "TECHNOLOGY",
"label": "Technology Sector",
"ticker": "XLK",
"allocation_pct": 10.3125,
"risk_on_loading": 0.75,
"regime_group": "growth_technology"
},
{
"option_id": "CYBERSECURITY",
"label": "Cybersecurity",
"ticker": "CIBR",
"allocation_pct": 5.9375,
"risk_on_loading": 0.75,
"regime_group": "growth_technology"
}
],
"regime_exposure": [
{
"key": "growth_technology",
"label": "Growth and technology",
"allocation_pct": 62.1875
},
{
"key": "international_equity",
"label": "International equity",
"allocation_pct": 19.6875
},
{
"key": "broad_cyclical_equity",
"label": "Broad and cyclical equity",
"allocation_pct": 16.25
},
{
"key": "real_assets_inflation",
"label": "Real assets and inflation",
"allocation_pct": 1.875
}
]
}
],
"outstanding_live_book": [
{
"date": "2026-07-09",
"score": 73.45334821428571,
"label": "Risk-seeking",
"weekly_score": 71.30714285714286,
"monthly_score": 75.59955357142857,
"portfolio_count": 142,
"round_count": 25,
"weekly_portfolio_count": 32,
"monthly_portfolio_count": 110,
"weekly_round_count": 5,
"monthly_round_count": 20
},
{
"date": "2026-07-10",
"score": 79.19212239583334,
"label": "Risk-seeking",
"weekly_score": 78.70520833333333,
"monthly_score": 79.67903645833333,
"portfolio_count": 146,
"round_count": 25,
"weekly_portfolio_count": 34,
"monthly_portfolio_count": 112,
"weekly_round_count": 5,
"monthly_round_count": 20
}
]
}
} Insight Feed
GET /v1/insights?limit=3
{
"engine_version": "deterministic_insights_v3",
"generated_at": "2026-07-10T22:41:36Z",
"data_as_of": "2026-07-10",
"insight_count": 28,
"categories": [
"benchmark_difficulty",
"confidence_calibration",
"consensus_performance",
"current_positioning",
"horizon_agreement",
"live_performance",
"market_environment",
"model_behavior",
"model_similarity",
"oracle_comparison",
"performance_attribution",
"risk_regime"
],
"data": [
{
"id": "confidence-calibration-2026-07-10",
"category": "confidence_calibration",
"title": "High-confidence model calls have underperformed lower-confidence calls",
"summary": "Across resolved official results, submissions at or above the median confidence of 0.55 averaged -0.57%, while lower-confidence submissions averaged -0.36%.",
"why_it_matters": "Confidence calibration helps readers judge whether model self-reported confidence carries useful information about realized benchmark performance.",
"confidence": "high",
"source_type": "deterministic",
"importance_score": 85,
"evidence": [
{
"href": "/leaderboards/latest",
"label": "Results",
"source": "resolved official leaderboard rows"
}
]
},
{
"id": "model-behavior-profiles-2026-07-10",
"category": "model_behavior",
"title": "Model allocation styles are separating into clear behavior profiles",
"summary": "GPT-5.6 Sol has the highest average risk-taking score at 90.4/100. GPT-5.6 Sol has the largest average top holding at +42.50%. GPT-5.5 has the lowest measured turnover at +43.81%.",
"why_it_matters": "Behavior profiles help readers separate model style from short-term score noise: some models seek more risk, some concentrate harder, and some change portfolios less between rounds.",
"confidence": "high",
"source_type": "deterministic",
"importance_score": 83,
"evidence": [
{
"href": "/models/patterns",
"label": "Model behavior patterns",
"source": "official parsed submissions"
},
{
"href": "/models/patterns/#methodology",
"label": "Behavior methodology",
"source": "asset risk model and behavior formulas"
}
]
},
{
"id": "momentum-exposure-CB-2026-07-10-1M",
"category": "model_behavior",
"title": "Monthly models are leaning into recent winners",
"summary": "The newest monthly portfolios allocate +85.62% to the top 20% of assets by prior 30-day return. The strongest 30-day asset in the input table was Biotechnology (XBI).",
"why_it_matters": "This measures whether models are chasing recent momentum or allocating away from it before outcomes are known.",
"confidence": "high",
"source_type": "deterministic",
"importance_score": 80,
"evidence": [
{
"href": "/rounds/CB-2026-07-10-1M",
"label": "Monthly round",
"source": "rounds/CB-2026-07-10-1M/market_data/universe_trailing_returns.json"
}
]
}
]
} Model Behavior Profiles
GET /v1/models/behavior
{
"version": "model_behavior_v1",
"generated_at": "2026-07-10T22:42:08.079Z",
"data_as_of": "2026-07-10",
"summary": {
"model_count": 8,
"portfolio_count": 327,
"resolved_result_count": 181,
"highest_risk_model_id": "openai-gpt-5-6-sol",
"most_concentrated_model_id": "google-gemini-3-1-pro",
"most_defensive_model_id": "anthropic-claude-opus-4-7",
"most_consensus_aligned_model_id": "openai-gpt-5-6-sol",
"most_distinctive_model_id": "google-gemini-3-1-pro",
"lowest_turnover_model_id": "openai-gpt-5-5"
},
"profiles": [
{
"model_id": "anthropic-claude-fable-5",
"label": "Claude Fable 5",
"archetype": {
"label": "Balanced allocator",
"description": "Shows a mixed profile without one dominant allocation behavior standing out yet.",
"confidence": "medium"
},
"sample": {
"portfolio_count": 19,
"weekly_portfolio_count": 10,
"monthly_portfolio_count": 9,
"active_portfolio_count": 13,
"resolved_round_count": 6,
"first_round_id": "CB-2026-06-09-1M",
"latest_round_id": "CB-2026-07-10-1W"
},
"metrics": {
"average_risk_pulse": 73.35526315789474,
"average_top_allocation_pct": 27.36842105263158,
"defensive_pct": 7.368421052631579
},
"peer": {
"average_peer_similarity": 0.6001647385269983,
"similarity_observation_count": 103,
"outlier_round_count": 1,
"closest_peer": {
"peer_model_id": "xai-grok-4-5",
"average_similarity": 0.7384449603776907,
"shared_round_count": 6
}
},
"turnover": {
"average_turnover_pct": 56.1764705882353,
"weekly_turnover_pct": 58.333333333333336,
"monthly_turnover_pct": 53.75,
"turnover_observation_count": 17
}
}
],
"pattern_report": {
"version": "model_behavior_pattern_report_v1",
"data_as_of": "2026-07-10",
"data_fingerprint": "d5099d8ec5b5449c032cc2fa0f0e5a70911ed187fab97b6d27082d429d8bcc8d",
"llm_provenance": {
"status": "deterministic_source_of_truth",
"provider": "nvidia_nim",
"prompt_version": "capitalbench_model_patterns_prompt_v1",
"input_contract_version": "capitalbench_model_patterns_llm_input_v1",
"output_contract_version": "capitalbench_model_patterns_llm_output_v1",
"rule": "NVIDIA may rewrite summaries only from supplied metrics; deterministic rows remain the source of truth."
},
"rows": [
{
"model_id": "openai-gpt-5-6-sol",
"label": "GPT-5.6 Sol",
"behavior_summary": "Early allocations lean toward Semiconductors (SMH), Biotechnology (XBI), Taiwan Equities (EWT). The behavioral read should stay provisional until more official portfolios resolve.",
"traits": [
{
"key": "early_sample",
"label": "Early sample",
"evidence": "Fewer than 8 official saved portfolios.",
"metric_keys": [
"portfolio_count"
]
},
{
"key": "highest_risk",
"label": "Highest risk-taking",
"evidence": "90.4 / 100 average risk-taking score.",
"metric_keys": [
"risk_taking_score"
]
},
{
"key": "most_consensus_aligned",
"label": "Most consensus-aligned",
"evidence": "79.7% average peer overlap.",
"metric_keys": [
"peer_similarity"
]
}
],
"key_numbers": {
"risk_taking_score": 90.38,
"average_holding_count": 5,
"average_top_allocation_pct": 42.5,
"high_risk_pct": 100,
"defensive_pct": 0,
"tech_pct": 67.5,
"cash_duration_pct": 0,
"international_pct": 15,
"real_assets_pct": 5,
"peer_similarity": 0.7968,
"outlier_round_count": 0,
"average_turnover_pct": null,
"average_rank": null,
"first_place_count": 0,
"last_place_count": 0,
"beat_sp500_count": 0,
"beat_sp500_rate_pct": null,
"average_alpha_pp": null,
"average_capitalbench_score": null,
"resolved_round_count": 0,
"portfolio_count": 2
},
"top_assets": [
{
"option_id": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"category": "ai_and_technology",
"average_allocation_pct": 42.5,
"frequency_pct": 100,
"display": "Semiconductors (SMH)"
},
{
"option_id": "BIOTECH",
"label": "Biotechnology",
"ticker": "XBI",
"category": "healthcare_and_biotech",
"average_allocation_pct": 15,
"frequency_pct": 100,
"display": "Biotechnology (XBI)"
},
{
"option_id": "TAIWAN",
"label": "Taiwan Equities",
"ticker": "EWT",
"category": "country_equity",
"average_allocation_pct": 15,
"frequency_pct": 100,
"display": "Taiwan Equities (EWT)"
}
]
}
]
}
} Latest Scored Test
GET /v1/leaderboards/latest?track=weekly
{
"track": "weekly",
"round_id": "CB-2026-07-02-1W",
"data": [
{
"rank": 1,
"model_id": "google-gemini-3-1-pro",
"label": "Gemini 3.1 Pro",
"portfolio_return_pct": 0.15602842860216407,
"benchmark_return_pct": 0.930472143522354,
"alpha_pp": -0.7744437149201899,
"max_possible_return_pct": 4.837468743989226,
"capitalbench_score": 3.225414712933008
}
]
} Benchmark Comparison Sets
GET /v1/leaderboards/benchmark-sets?track=weekly
{
"policy": {
"version": "benchmark_sets_v1",
"qualification_thresholds": {
"weekly": 6,
"monthly": 3
}
},
"current": {
"weekly": "weekly-set-2026-05-28",
"monthly": "monthly-set-2026-05-28"
},
"sets": [
{
"set_id": "weekly-set-2026-07-10",
"label": "Weekly Set: Jul 10, 2026",
"track": "weekly",
"status": "waiting",
"is_current": false,
"is_qualified": false,
"qualification_threshold": 6,
"comparison": {
"mode": "comparison_set",
"completed_round_count": 0,
"completed_round_ids": [],
"comparison_round_count": 0,
"comparison_round_ids": [],
"comparison_model_count": 8,
"is_early_cohort": true,
"excluded_round_count": 0,
"excluded_round_ids": [],
"qualification_threshold": 6,
"is_qualified": false,
"is_current": false,
"status": "waiting"
},
"leader": null
}
]
} One Comparison Set
GET /v1/leaderboards/benchmark-sets/weekly-set-2026-07-10
{
"set_id": "weekly-set-2026-07-10",
"label": "Weekly Set: Jul 10, 2026",
"track": "weekly",
"model_ids": [
"anthropic-claude-fable-5",
"anthropic-claude-opus-4-7",
"anthropic-claude-opus-4-8",
"google-gemini-3-1-pro",
"openai-gpt-5-5",
"openai-gpt-5-6-sol",
"xai-grok-4-3",
"xai-grok-4-5"
],
"comparison": {
"mode": "comparison_set",
"completed_round_count": 0,
"completed_round_ids": [],
"comparison_round_count": 0,
"comparison_round_ids": [],
"comparison_model_count": 8,
"is_early_cohort": true,
"excluded_round_count": 0,
"excluded_round_ids": [],
"qualification_threshold": 6,
"is_qualified": false,
"is_current": false,
"status": "waiting"
},
"excluded_rounds": [],
"data": []
} Run Concentration
GET /v1/rounds/CB-2026-07-10-1W/concentration
{
"round_id": "CB-2026-07-10-1W",
"track": "weekly",
"model_count": 8,
"portfolio_count": 8,
"summary": {
"top_asset_share_pct": 40,
"top_three_share_pct": 70.625,
"effective_asset_count": 4.413793103448276
},
"assets": [
{
"option_id": "SEMICONDUCTORS",
"label": "Semiconductors",
"ticker": "SMH",
"category": "ai_and_technology",
"allocation_pct": 40,
"model_count": 8,
"models": [
{
"model_id": "openai-gpt-5-5",
"label": "GPT-5.5",
"provider": "openai",
"allocation_pct": 6.875
},
{
"model_id": "xai-grok-4-3",
"label": "Grok 4.3",
"provider": "xai",
"allocation_pct": 6.25
}
]
}
]
} Important Fields
| Field | Meaning |
|---|---|
allocation_pct | Portfolio or aggregate weight, in percentage points. |
alpha_pp | Portfolio Minus S&P 500, in percentage points. |
capitalbench_score | Oracle-relative score where 100 matches the maximum possible return, 0 means no return, and negative values represent losses. |
comparison | Cumulative leaderboard metadata showing included resolved rounds, test counts, and aggregation mode. |
effective_asset_count | Concentration metric equal to one divided by summed squared asset shares. |
max_possible_return_pct | Highest realized return among scored options in the saved universe; cumulative rows report the average per-test oracle return as supporting context. |
importance_score | 0-100 editorial ranking used to order public insights by usefulness and urgency. |
average_peer_similarity | Average cosine similarity between one model's portfolio weights and peer portfolio weights in the same official rounds. |
average_turnover_pct | Average round-to-round portfolio change, calculated as one-half of summed absolute allocation changes. |
archetype | Rule-based model behavior label with a plain-English description and confidence level. |
model_id | Stable CapitalBench model identifier. |
next_cursor | Pagination cursor returned when more records are available. |
option_id | Stable asset identifier from the saved universe. |
pattern_report | Dynamic model behavior comparison report with one row per model, deterministic traits, key numbers, comparative findings, freshness metadata, and NVIDIA prompt provenance. |
portfolio_count | Number of model portfolios included in an aggregate calculation. |
row_count | Total number of records matching a list endpoint before pagination. |
risk_on_loading | Versioned asset loading from -1 defensive to +1 risk seeking, used by AI Risk Appetite. |
risk_score_1_5 | Standalone asset-risk rating used by the existing historical model profile. |
round_id | Stable test identifier for one weekly or monthly round. |
scope | active or cumulative. |
top_asset_share_pct | Average share of the round allocated to the largest asset. |
track | weekly, monthly, or all. |
proof | Hashes and URLs for public verification artifacts. |
Status Codes
| Status | Meaning |
|---|---|
200 | Request succeeded. |
400 | Invalid parameter, invalid cursor, or malformed request. |
401 | Missing, expired, or invalid API key. |
403 | The API key is valid but lacks the required scope. |
404 | Requested model, round, or asset was not found. |
429 | Rate limit exceeded. |
500 | Temporary service error. |
Publication Rules
Active-position endpoints update when a new public weekly or monthly round is registered. Result endpoints update after the round closes, end prices are collected, and the scored output is published.
- Weekly and monthly tests remain separate in scoring and cumulative views.
- Completed rounds stop contributing to active exposure and remain in cumulative history.
- Audit links expose the saved files, hashes, universe version, model outputs, and price records.
Request API Access
API credentials are provisioned directly for research teams, funds, data partners, and builders using CapitalBench model-positioning data.