Added
v1.6.5 - New v3 Copilot Analyst Forecast Model for Signals Endpoint
6 days ago by ReadMe GitHub Action
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
v3andv3_rawmodel options forGET /signals- Themodel_nameparameter now accepts two additional values based on the new copilot analyst forecast:v3- Copilot analyst forecast with risk managementv3_raw- Copilot analyst forecast without additional risk management logic
Changed
latestalias now points tov3- Thelatestmodel alias inGET /signals(and the/signals/modelstaxonomy) now resolves to the newv3copilot analyst forecast model. The default value ofmodel_nameremainsv2— callers who want the previous behaviour should continue to passmodel_name=v2explicitly.
