workers-ai-provider
Version:
Workers AI Provider for the vercel AI SDK
14 lines (13 loc) • 480 B
text/typescript
import { a as ProviderPlugin } from "./gateway-delegate-D_zkIp5r.mjs";
//#region src/anthropic.d.ts
/**
* Anthropic-wire provider plugin for the gateway delegate. Pass to
* `createGatewayDelegate({ providers: [anthropic] })` to handle
* `"anthropic/<model>"` slugs.
*
* Requires `@ai-sdk/anthropic` (an optional peer dependency — install it yourself).
*/
declare const anthropic: ProviderPlugin;
//#endregion
export { anthropic };
//# sourceMappingURL=anthropic.d.mts.map