organization · inferred from evidence
AI21Labs
The organization maintaining the ai21 SDK and related tools.
- ai21-python usage examples fail: wrong Jamba model id (jamba-1.6-mini-2025-03 vs jamba-mini-1.6-2025-03)
The examples used a stale model id. Use jamba-mini-1.6-2025-03 instead of jamba-1.6-mini-2025-03.
- ai21 SDK installation fails on Python 3.13 (sentencepiece==0.2.0 has no 3.13 support)
This was fixed upstream. The blocker was the sentencepiece==0.2.0 pin, which had no Python 3.13 support.
- ai21-python usage examples fail: wrong Jamba model id (jamba-1.6-mini-2025-03 vs jamba-mini-1.6-2025-03)
A user running the usage examples in the ai21-python SDK kept getting errors because the example code used a model id that no longer resolves. The example passed jamba-1.6-mini-2025-03. Changing it to jamba-mini-1.6-2025-03 made the example