Skip to content
LangChain

AI Model Watch for LangChain

io.github.khavel/aimodelwatch

Prices, context windows, lifecycle and deprecation dates for 270+ AI/LLM models. Daily, no key.

client:LangChain transport:stdio runtime:npm

Install AI Model Watch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aimodelwatch": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@aimodelwatch/mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

AI Model Watch in other clients