Jamba 1.5 Mini is the first of its kind hybrid Mamba-Transformer architecture at a production grade level offering unmatched efficiency. With an unprecedented context window length (256K) in a smaller model, it offers high quality output for tasks needing large input context & low latency, at a competitive price point.
Highlights
With a 256K effective long context window, Jamba 1.5 models lead the NVIDIA RULER benchmark—the standard for measuring effective context windows across practical tasks, improving the output quality of key enterprise workflows, such as lengthy document summarization and multi-document analysis.
2.5X faster than leading models in its size class on long context and fastest across all context lengths.
Supports function calling/tool use, structured output (JSON), and grounded generation with citation mode and documents API.
Access real-time vendor security and compliance information through their Trust Center powered by Drata or Vanta. Review certifications and security standards before purchase.
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.
You pay for this model based on usage, with two separate dimensions. The first charges by the hour when you run batch inference on the ml.m5.large instance type. You pay for each hour that instance stays active. The second charges per inference request, so your cost tracks the number of requests you send. These dimensions cover different ways to consume the model. Your total depends on how long you run the instance and how many requests you process.
Top-of-mind questions for buyers
What does one hour on the ml.m5.large batch inference dimension cover?
You pay for each hour the ml.m5.large instance stays active in batch mode. The clock runs while the instance is provisioned and processing. Stopping the instance ends the hourly software charge, though underlying AWS infrastructure fees may still apply for stored data.
How do the hourly instance charge and the per-request charge combine on my bill?
Both dimensions bill independently and can appear together. The ml.m5.large charge tracks how long the batch instance runs. The inference request charge tracks how many requests you send. Running longer raises the hourly total; sending more requests raises the request total. They add up on the same invoice.
What kind of workloads suit batch inference versus per-request billing?
Batch inference on ml.m5.large processes grouped inputs while the instance runs, so cost tracks runtime. Per-request billing charges each inference call individually, so cost tracks call volume. The model handles long documents up to a 256K context window under both consumption methods.
www.ai21.com
Helpful?
Vendor refund policy
No refunds.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
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:
Real-time inference
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 .
Batch transform
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
Model release
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
Jamba 1.5 Mini is the first of its kind hybrid Mamba-Transformer architecture at a production grade level offering unmatched efficiency. With an unprecedented context window length (256K) in a smaller model, it offers high quality output for tasks needing large input context & low latency, at a competitive price point.
Input MIME type
application/json
Real-time inference sample input data
{
"messages":[
{
"role":"user",
"content":"I need help with your product. Can you please assist?"
}
],
"temperature":1,
"top_p":1,
"n":1,
"stop":"\n"
}
The following table describes supported input data fields for real-time inference and batch transform.
1
Field name
Description
Constraints
Required
messages
A list of message objects for the conversation history, which can include system, user, assistant, and tool messages.
See https://docs.ai21.com/reference/jamba-15-api-ref#request-parameters for full description.
Sequences where the API will stop generating further tokens. Up to 4 sequences
Default value: []
Type: FreeText
No
max_tokens
Maximum number of tokens to generate.
Default value: 4096
Type: Integer
No
response_format
Setting to { "type": "json_object" } enables JSON mode, which guarantees the message the model generates is valid JSON
Default value: null
Type: FreeText
No
tools
A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported.
See https://docs.ai21.com/reference/jamba-15-api-ref#request-parameters for full description.
Default value: []
Type: FreeText
No
documents
A list of relevant documents the model can ground its responses on, if the user explicitly says so in the prompt. Essentially acts as an extension to the prompt, with the ability to add metadata. each document is a dictionary.
See https://docs.ai21.com/reference/jamba-15-api-ref#request-parameters for full description.
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.
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.