The AI SDK for building declarative and composable AI-powered LLM products.
npm install langbaseThe AI SDK for building declarative and composable AI-powered LLM products.
> [!NOTE]
> Check the Langbase SDK documentation for more details.
The following examples are for reference only. Prefer docs for the latest information.
langbase SDKFirst, install the langbase package using npm or yarn:
``bash`
npm install langbase
or
`bash`
pnpm add langbase
or
`bash``
yarn add langbase
Please read the SDK documentation →
Check out more examples in the docs →