UNPKG

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.

5 lines (4 loc) 292 B
export type { TelemetrySettings } from './telemetry-settings'; export type { TelemetryIntegration } from './telemetry-integration'; export { bindTelemetryIntegration } from './get-global-telemetry-integration'; export { registerTelemetryIntegration } from './telemetry-integration-registry';