FAQ
What are the input/output length limits?
Cloud service: input up to 11,520 time steps with up to 50 covariates; output up to 720 forecast points.
Private deployment: supports larger-scale input; the upper limit depends on your deployment configuration.
What are the differences between Timer versions? Which is recommended?
The Timer model family is continuously improved — newer versions deliver higher accuracy. We recommend the latest version, Timer-3.5, which performs best across a wide range of time-series tasks.
Will repeated forecasts produce large deviations?
No. Timer is a deterministic model — given the same input, the output is stable and variations across runs are negligible. Forecast quality depends primarily on the quality and completeness of your input data. Ensure there are no missing values or significant outliers.
Does the model support fine-tuning?
Yes. We provide fine-tuning services using scenario-specific data to improve forecasting performance in vertical domains or custom business contexts. Contact us if you need fine-tuning support.
What should I do if the API returns 401?
401 means authentication failed. Check:
- Whether your API key is correct (it is case-sensitive)
- Whether your request includes
Authorization: Bearer {API-Key} - Whether the API key has expired or been revoked
What should I do if the API returns 429?
429 means you’ve hit the rate limit. Reduce your request frequency, or contact us to learn about higher-quota plans.
What if my forecast results are not accurate?
Try the following to improve accuracy:
- Provide more historical data — a longer input window helps the model capture periodic patterns
- Add relevant covariates — external variables correlated with the target series can improve precision
- Check data quality — look for missing values, outliers, or irregular timestamps
Still have questions? Contact us and we’ll get back to you as soon as possible.