Overview
Jamba Large 1.7 offers new improvements to our Jamba open model family. This new version builds on the novel SSM-Transformer hybrid architecture, 256K context window, and efficiency gains of previous versions, while introducing improvements in grounding and instruction-following.
#Key improvements:
- Grounding: Jamba Large 1.7 provides more complete and accurate answers, grounded fully in the given context.
- Instruction following: Jamba Large 1.7 improves on steerability.
Jamba’s long context efficiency, contextual faithfulness, and steerability make it ideal for a variety of business applications and industries, such as:
- Finance: Investment research, digital banking support chatbot, M&A due diligence.
- Healthcare: Procurement (RFP creation & response review), medical publication and reports generation.
- Retail: Brand-aligned product description generation, conversational AI.
- Education & Research: Personalized chatbot tutor, grants applications.
Developed by: AI21 Model type: Joint Attention and Mamba (Jamba) Model size: 94B active/398B total parameters License: Jamba Open Model License Context length: 256K Knowledge cutoff date: August 22, 2024 Supported languages: English, Spanish, French, Portuguese, Italian, Dutch, German, Arabic and Hebrew
Usage example
cURL
curl https://www.namoclaw.ai/api/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ai21/jamba-large-1.7",
"messages": [{ "role": "user", "content": "Hello!" }]
}'

No reviews yet — be the first to share your experience.