ai
Version:
AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.
8 lines (7 loc) • 318 B
text/typescript
export { customProvider, experimental_customProvider } from './custom-provider';
export { NoSuchProviderError } from './no-such-provider-error';
export {
createProviderRegistry,
experimental_createProviderRegistry,
} from './provider-registry';
export type { ProviderRegistryProvider } from './provider-registry';