UNPKG

ai-gateway-provider

Version:

AI Gateway Provider for AI-SDK

7 lines (4 loc) 279 B
import * as _ai_sdk_anthropic from '@ai-sdk/anthropic'; import { createAnthropic as createAnthropic$1 } from '@ai-sdk/anthropic'; declare const createAnthropic: (...args: Parameters<typeof createAnthropic$1>) => _ai_sdk_anthropic.AnthropicProvider; export { createAnthropic };