Added

v1.6.5 - New v3 Copilot Analyst Forecast Model for Signals Endpoint

The signals endpoint now supports a new v3 copilot analyst forecast model, available both with (v3) and without (v3_raw) additional risk management logic. The latest alias has been updated to resolve to v3. The default value of model_name remains v2 for backwards compatibility.

Added

  • v3 and v3_raw model options for GET /signals - The model_name parameter now accepts two additional values based on the new copilot analyst forecast:
    • v3 - Copilot analyst forecast with risk management
    • v3_raw - Copilot analyst forecast without additional risk management logic

Changed

  • latest alias now points to v3 - The latest model alias in GET /signals (and the /signals/models taxonomy) now resolves to the new v3 copilot analyst forecast model. The default value of model_name remains v2 — callers who want the previous behaviour should continue to pass model_name=v2 explicitly.