UNPKG

workers-ai-provider

Version:

Workers AI Provider for the vercel AI SDK

14 lines (13 loc) 509 B
import { a as ProviderPlugin } from "./gateway-delegate-D_zkIp5r.mjs"; //#region src/google.d.ts /** * Google (Gemini) provider plugin for the gateway delegate. Pass to * `createGatewayDelegate({ providers: [google] })` to handle `"google/<model>"` * (Google AI Studio) and `"google-vertex/<model>"` slugs. * * Requires `@ai-sdk/google` (an optional peer dependency — install it yourself). */ declare const google: ProviderPlugin; //#endregion export { google }; //# sourceMappingURL=google.d.mts.map