organization · inferred from evidence
AI21
The organization maintaining the ai21-python SDK and model list.
- 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
- AI21 LLM is not Runnable when using via LangChain
A user tried to use AI21's models through LangChain agents by passing an AI21Client instance directly as the llm to load_tools and initialize_agent, and the agent would not run. The problem: AI21Client is the raw API client, not a LangChain