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
✓ Text✓ Tools✓ Streaming✓ Long 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
- Create an account at ai21.com
- Navigate to API Keys in your account settings
- Generate a new API key
- Set the
AI21_API_KEYenvironment variable - Configure the provider in the Bifröst dashboard