import { ... } from "langchain/chat_models/universal";Attempts to infer the model provider based on the given model name.
Helper function to get a chat model class by its class name or model provider.
Initialize a ChatModel from the model name and provider. Must have the integration package corresponding to the model provider installed.