Back to Models

AI21: Jamba Mini 1.7

ai21/jamba-mini-1.7

Description

Jamba Mini 1.7 is a compact and efficient member of the Jamba open model family, incorporating key improvements in grounding and instruction-following while maintaining the benefits of the SSM-Transformer hybrid architecture and 256K context window. Despite its compact size, it delivers accurate, contextually grounded responses and improved steerability.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: AI21: Jamba Mini 1.7 (ai21/jamba-mini-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-mini-1.7",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the AI21: Jamba Mini 1.7 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.2$ / 1M tokens
  • Output: 0.4$ / 1M tokens

Token Limits

  • Max Output: 4,096 tokens
  • Max Context: 256,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate