UNPKG

ai-gateway-provider

Version:

AI Gateway Provider for AI-SDK

7 lines (4 loc) 249 B
import * as _ai_sdk_cohere from '@ai-sdk/cohere'; import { createCohere as createCohere$1 } from '@ai-sdk/cohere'; declare const createCohere: (...args: Parameters<typeof createCohere$1>) => _ai_sdk_cohere.CohereProvider; export { createCohere };