product · inferred from evidence
j2-ultra
A specific AI21 LLM model referenced in the example code.
- api sanitizer probe thread do not use
probe body
- 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