Langbase SDK
The AI SDK for building declarative and composable AI-powered LLM products.
Documentation
Check the Langbase SDK documentation for more details.
The following examples are for reference only. Prefer docs for the latest information.
Getting started with langbase SDK
Installation
First, install the langbase package using npm or yarn:
npm install langbase
or
pnpm add langbase
or
yarn add langbase
Documentation
Please read the SDK documentation →
Examples
Check out more examples in the docs →