Skip to main content

Install

Use

With streamText

Options

Model-agnostic

The adapter doesn’t depend on a specific LLM provider — use any Vercel AI SDK model. The tool shape is provider-agnostic.

Why not export a pre-wrapped tool?

We don’t import ai or zod in our package so Podflare stays dep-free for users who don’t need Vercel’s AI SDK. Wrapping pf.execute in tool({...}) is an 8-line boilerplate that makes the tool types explicit at the call site.