Jamba Large

Varies context

Model ID

jamba-large

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://api.ai21.com/studio/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="jamba-large",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — quick registration required.

Free Tier Limits (AI21 Labs)

Rate Limit
100 Requests per minute
Daily Limit
Credit-based
Monthly Limit
One-time trial
Get Your API Key View AI21 Labs

More free models from AI21 Labs