Listing Thumbnail

    IBM Granite TimeSeries TTM

     Info
    Deployed on AWS
    IBM Granite TimeSeries TTM is a compact pre-trained model with less than 1 million parameters for multivariate time-series forecasting.

    Overview

    IBM's Granite TimeSeries TTM, also known as TinyTimeMixer, is a compact pre-trained model for multivariate time-series forecasting, containing less than 1 million parameters. Despite its small size, TTM outperforms several popular benchmarks that require billions of parameters in both zero-shot and few-shot forecasting scenarios. It is pre-trained on publicly available time-series datasets (~700M samples) and can be fine-tuned with minimal data to enhance performance. The current open-source version supports point forecasting use cases with resolutions ranging from minutely to hourly intervals (e.g., 10 minutes, 15 minutes, 1 hour). Notably, zero-shot, fine-tuning, and inference tasks using TTM can be efficiently executed on a single GPU machine or even on laptops, making it accessible for a wide range of users. The model is released under the Apache 2.0 license.

    Highlights

    • Despite having fewer than 1M parameters, the IBM Granite TimeSeries TTM outperforms larger models requiring billions of parameters in both zero-shot and few-shot forecasting tasks. TTM supports point forecasting across minutely to hourly intervals and is optimized for efficiency, allowing fine-tuning and inference on a single GPU or even a laptop. Its compact yet powerful design makes it ideal for scalable, real-world time-series applications.
    • The IBM Granite TimeSeries TTM model is developed following IBM's AI Ethics principles, leveraging high-quality public time-series datasets with diverse augmentations to enhance forecasting accuracy. It is designed for accessibility and efficiency, enabling responsible AI use in time-series applications. Released under the Apache 2.0 license, TTM is available for both research and commercial use.
    • The IBM Granite TimeSeries TTM model is designed for multivariate time-series forecasting across various domains. It supports point forecasting at different time resolutions, from minutely to hourly intervals, making it adaptable to a wide range of real-world applications. With strong zero-shot and fine-tuning capabilities, TTM enables businesses and researchers to develop precise, efficient forecasting models without requiring extensive computational resources.

    Details

    Delivery method

    Latest version

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    IBM Granite TimeSeries TTM

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (16)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.c4.xlarge Inference (Batch)
    Recommended
    Model inference on the ml.c4.xlarge instance type, batch mode
    $0.00
    ml.c4.xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.c4.xlarge instance type, real-time mode
    $0.00
    ml.m5.4xlarge Inference (Batch)
    Model inference on the ml.m5.4xlarge instance type, batch mode
    $0.00
    ml.m5.12xlarge Inference (Batch)
    Model inference on the ml.m5.12xlarge instance type, batch mode
    $0.00
    ml.c4.2xlarge Inference (Batch)
    Model inference on the ml.c4.2xlarge instance type, batch mode
    $0.00
    ml.c4.8xlarge Inference (Batch)
    Model inference on the ml.c4.8xlarge instance type, batch mode
    $0.00
    ml.m5.2xlarge Inference (Batch)
    Model inference on the ml.m5.2xlarge instance type, batch mode
    $0.00
    ml.c4.4xlarge Inference (Batch)
    Model inference on the ml.c4.4xlarge instance type, batch mode
    $0.00
    ml.m5.xlarge Inference (Batch)
    Model inference on the ml.m5.xlarge instance type, batch mode
    $0.00
    ml.m5.4xlarge Inference (Real-Time)
    Model inference on the ml.m5.4xlarge instance type, real-time mode
    $0.00

    Vendor refund policy

    This product is offered for free. If there are any questions, please contact us for further clarifications.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    This current version is the TTM-R2 model built upon the success of TTM-R1, offering enhanced performance with a larger training dataset of 700M samples.

    Additional details

    Inputs

    Summary

    The model can be invoked by passing time-series data. Please see the sample notebook for details.

    Input MIME type
    application/json
    https://github.com/ibm-granite-community/SageMaker/blob/main/granite-timeseries-ttm-r2/real_time_sample_input_data.json
    https://github.com/ibm-granite-community/SageMaker/blob/main/granite-timeseries-ttm-r2/batch_sample_input_data.json

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    inference_type
    Must contain the value: "forecasting"
    Type: FreeText
    Yes
    model_id
    The model to be used for generating a forecast. Must contain the value: "ttm-r2"
    Type: FreeText Limitations: 1 ≤ length ≤ 256, Value must match regular expression ^\S+$
    Yes
    schema.timestamp_column
    A valid column in the data that should be treated as the timestamp. Although not absolutely necessary, if using calendar dates (simple integer time offsets are also allowed), users should consider using a format such as ISO 8601 that includes a UTC offset (e.g., '2024-10-18T01:09:21.454746+00:00'). There are many date formats in existence and inferring the correct one can be a challenge so please do consider adhering to ISO 8601.
    Type: FreeText Limitations: 1 ≤ length ≤ 100, Value must match regular expression ^\S.*\S$
    Yes
    data
    A payload of data matching schema (this input must be an object, not a string). We assume the following about your data: - All timeseries are of equal length and are uniform in nature (the time difference between two successive rows is constant). This implies that there are no missing rows of data; - The data meet the minimum model-dependent historical context length which can be 512 or more rows per timeseries;
    Type: FreeText Limitations: This input must be an object, not a string.
    Yes

    Support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.