ai SDK to interact with your models and layers opinionated helpers for creating typed agents and workflows. This page lists the prerequisites and the next steps to ramp up quickly.
Prerequisites
- Node.js 18+ (or any runtime that ships with
fetch). - A package manager (
pnpm,npm, oryarn). - Access to an AI SDK compatible provider (Scaleway, OpenAI, Google, …).
Quick install
@ai-sdk/openai, @ai-sdk/google, …).
What’s next?
- Follow the guide Build your first agent in 5 minutes.
- Assemble a typed pipeline with Build a simple workflow.
- Enable tracing with Langfuse telemetry.