Time Series Forecast API Documentation - #507
Merged
Merged
Conversation
✅ Deploy Preview for elastic-nobel-0aef7a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com>
Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com>
spolti
reviewed
Oct 6, 2025
spolti
reviewed
Oct 6, 2025
spolti
reviewed
Oct 6, 2025
spolti
reviewed
Oct 6, 2025
spolti
reviewed
Oct 6, 2025
spolti
reviewed
Oct 6, 2025
yuzisun
reviewed
Oct 19, 2025
Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com>
sivanantha321
approved these changes
Nov 10, 2025
alexagriffith
pushed a commit
to alexagriffith/website
that referenced
this pull request
Apr 22, 2026
* add time series API doc Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> * add sample usage Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> * add k8x deployment example Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> --------- Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> Signed-off-by: alexagriffith <agriffith96@gmail.com>
alexagriffith
pushed a commit
to alexagriffith/website
that referenced
this pull request
Apr 29, 2026
* add time series API doc Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> * add sample usage Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> * add k8x deployment example Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> --------- Signed-off-by: jinan.zhou <jinan.zhou@nutanix.com> Signed-off-by: alexagriffith <agriffith96@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
This PR adds the documentation for the Time Series LLM Forecast API. This API specification defines a consistent, extensible format for time series forecasting requests and responses and set the best practices for interoperability and clarity in the field. It describes request and response schemas, enumerations, usage examples, and best practices, supporting both univariate and multivariate time series forecasting with quantile support.
Proposed Changes
/v1/timeseries/forecast, detailing request/response fields, enumerations, and usage examples.Why
This documentation aims to:
Implementation
This standard is implemented inside the KServe HuggingFace Server at this PR.