Back to Models
AI21: Jamba Large 1.7
ai21/jamba-large-1.7Aug 8, 2025256K context4.1K max output$2.00/M in · $8.00/M out
Description
Jamba Large 1.7 is the latest model in the Jamba open family, offering improvements in grounding, instruction-following, and overall efficiency. Built on a hybrid SSM-Transformer architecture with a 256K context window, it delivers more accurate, contextually grounded responses and better steerability than previous versions.
Specifications
Provider
ai21
Context Length
256K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.00 |
| Output | $8.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "ai21/jamba-large-1.7",
"messages": [{"role": "user", "content": "Hello!"}]
}'