Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions models/ai21/jamba-large.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Jamba Large"
description = "AI21's hybrid SSM-Transformer long-context model for enterprise agents and grounded generation"
family = "jamba"
release_date = "2025-07-01"
last_updated = "2025-07-01"
attachment = false
reasoning = false
tool_call = true
structured_output = true
temperature = true
knowledge = "2024-08-22"
open_weights = true

[limit]
context = 256_000
output = 4_096

[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/ai21labs/AI21-Jamba-Large-1.6"
24 changes: 24 additions & 0 deletions models/ai21/jamba-mini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Jamba Mini"
description = "AI21's efficient, lightweight hybrid SSM-Transformer model for a wide range of tasks"
family = "jamba"
release_date = "2026-01-01"
last_updated = "2026-01-01"
attachment = false
reasoning = false
tool_call = true
structured_output = true
temperature = true
knowledge = "2024-08-22"
open_weights = true

[limit]
context = 256_000
output = 4_096

[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/ai21labs/AI21-Jamba-Mini-1.6"
3 changes: 3 additions & 0 deletions providers/ai21/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions providers/ai21/models/jamba-large.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
base_model = "ai21/jamba-large"

[cost]
input = 2.00
output = 8.00
5 changes: 5 additions & 0 deletions providers/ai21/models/jamba-mini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
base_model = "ai21/jamba-mini"

[cost]
input = 0.20
output = 0.40
5 changes: 5 additions & 0 deletions providers/ai21/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "AI21 Labs"
env = ["AI21_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://api.ai21.com/studio/v1"
doc = "https://docs.ai21.com/docs/jamba-foundation-models"
Loading