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.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: AI21: Jamba Large 1.7 (ai21/jamba-large-1.7)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "ai21/jamba-large-1.7",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the AI21: Jamba Large 1.7 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
API Pricing
- Input: 2$ / 1M tokens
- Output: 8$ / 1M tokens
Token Limits
- Max Output: 4,096 tokens
- Max Context: 256,000 tokens
Subscription Tiers
- free
- pro
- ultimate