BIFROST
Dashboard
Operational

AI21 Labs

Jamba models via AI21 Studio API.

Pricing

Free $10 trial credit for new accounts.

Models

jamba-large-1
jamba-mini-1

Capabilities

TextToolsStreamingLong Context

Base URL

https://api.ai21.com/studio/v1

Configuration

Environment variable:
AI21_API_KEY=...

Or configure via dashboard:
Dashboard → Provider Keys → Add Key → ai21

Example

curl https://api.bifrost.dev/v1/chat/completions \
  -H "Authorization: Bearer $BIFROST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "jamba-large-1",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Setup

  1. Create an account at ai21.com
  2. Navigate to API Keys in your account settings
  3. Generate a new API key
  4. Set the AI21_API_KEY environment variable
  5. Configure the provider in the Bifröst dashboard
← Previous
Cohere
Next →
xAI / Grok