Foundational Time Series Model Multi Series Finetuning
Fine-tune the large time model to your data and save it for later use. It takes a JSON as an input containing information like the series frequency and historical data. (See below for a full description of the parameters.) The response contains the ID of the finetuned model, which you can provide in other endpoints to use that model to make the forecasts. Get your token at https://nixtla.io/free-trial?utm_source=nixtla.io&utm_campaign=/docs/api-reference.
Request body
Response
Successful Response
Changes
Changed in 1 of the 10 revisions of this API.118
- ▲
the
modelrequest property type/format changed from/tostring/request-property-type-changed
- ●
the
finetune_stepsrequest property's min was set to0.00request-property-min-set
- ○
added the new optional request property
hist_exognew-optional-request-property
- ○
added the new optional request property
model_parametersnew-optional-request-property
- ○
added the new optional request property
multivariatenew-optional-request-property
- ○
added the new optional request property
series/Xnew-optional-request-property
- ○
added the new optional request property
series/X_futurenew-optional-request-property
- ○
added the new optional request property
series/categorical_exognew-optional-request-property
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲