Foundation Model · Amazon BedrockText
Jamba 1.5 Mini
Amazon Bedrock token pricing and cost optimization reference for Jamba 1.5 Mini.Rates normalized to USD per 1 Million Tokens ($/1M) with prompt caching and batch API discounts across 1 AWS regions.
ProviderAI21 Labs
ModalityText
Prompt CachingSave 75%
Batch APISave 50%
AWS Regions1 Global
Bedrock Model ID
ai21-labs.jamba-1-5-mini-v1:0Input / Prompt
$0.20/ 1M tokens
$0.0002 per 1K tokens
Output / Completion
$0.40/ 1M tokens
$0.0004 per 1K tokens
Prompt Cache Read
$0.05/ 1M tokens
Save 75% vs prompt
Batch Inference
$0.10/ 1M in
Save 50% via Batch API
Price Ratio
1 : 2.0
Prompt to completion factor
Jamba 1.5 Mini Spend Estimator
Model inference spend by prompt volume, cache hit rate, and batch processing.
M tokens
M tokens
30%
Estimated Monthly Spend
$0.00
Fresh Prompts:$0.00
Cached Prompts:$0.00
Completions:$0.00
Active: Input: $0.20/1M · Output: $0.40/1M
Key Cost Levers & Architecture
Practical mechanisms to reduce inference costs with Jamba 1.5 Mini on AWSPrompt CachingSave ~75%
Caches repetitive system instructions, schemas, and document prefixes in memory with a 5-minute TTL.
- Read Rate: $0.05 / 1M tokens
- Write Rate: $0.25 / 1M tokens
- Ideal for: Multi-turn conversations, RAG document queries, structured schemas
Batch InferenceSave 50%
Asynchronous bulk processing submitted via Amazon S3 with a standard 24-hour turnaround SLA.
- Batch Input: $0.10 / 1M tokens
- Batch Output: $0.20 / 1M tokens
- Ideal for: Offline classification, synthetic data generation, benchmark evals
Cross-Region & Tiers1 Regions
AWS Bedrock supports standard on-demand inference, priority reserved throughput, and cross-region routing.
- Standard: Lowest latency, pay-per-token with zero commitments
- Cross-Region Routing: Automatically burst traffic to available regional capacity
- GovCloud: Dedicated isolated compliance partitions with +20% uplift
Regional Pricing Matrix
Live rates across all 1 available AWS cloud regionsBaseline: $0.20/1M in1 Global Regions
| AWS Region | Prompt Input | Completion Output | Cache Read | Batch Input | Pricing Tier |
|---|---|---|---|---|---|
| $0.20/1M | $0.40/1M | —/1M | —/1M | Baseline |
No AWS regions found matching your filter.
Developer Quickstart
Invoke Jamba 1.5 Mini via Amazon Bedrock Converse APIPython (boto3) · Amazon Bedrock Runtime
import boto3
# Amazon Bedrock Converse API invocation
client = boto3.client("bedrock-runtime", region_name="us-east-1")
response = client.converse(
modelId="ai21-labs.jamba-1-5-mini-v1:0",
messages=[
{
"role": "user",
"content": [{"text": "Summarize key features and cost levers of Jamba 1.5 Mini."}]
}
],
inferenceConfig={
"maxTokens": 1024,
"temperature": 0.7
}
)
output_text = response["output"]["message"]["content"][0]["text"]
usage = response["usage"]
print(f"Response: {output_text}")
print(f"Usage: {usage['inputTokens']} in, {usage['outputTokens']} out")Compare Jamba 1.5 Mini with Alternatives
Open Multi-Model Estimator →Jamba 1.5 Mini vsQwen3 235B A22B 2507Alibaba (Qwen)
Input Rate:$0.11/1M
Output Rate:$0.44/1M
Jamba 1.5 Mini vsQwen3 32BAlibaba (Qwen)
Input Rate:$0.07/1M
Output Rate:$0.30/1M
Jamba 1.5 Mini vsQwen3 Coder 30B A3BAlibaba (Qwen)
Input Rate:$0.07/1M
Output Rate:$0.30/1M