@ai-sdk/anthropic
Version:
The **[Anthropic provider](https://ai-sdk.dev/providers/ai-sdk-providers/anthropic)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the [Anthropic Messages API](https://docs.anthropic.com/claude/reference/messages_post).
18 lines (17 loc) • 698 B
text/typescript
export type {
AnthropicMessageMetadata,
AnthropicUsageIteration,
} from './anthropic-message-metadata';
export type {
AnthropicLanguageModelOptions,
/** @deprecated Use `AnthropicLanguageModelOptions` instead. */
AnthropicLanguageModelOptions as AnthropicProviderOptions,
} from './anthropic-messages-options';
export type { AnthropicToolOptions } from './anthropic-prepare-tools';
export { anthropic, createAnthropic } from './anthropic-provider';
export type {
AnthropicProvider,
AnthropicProviderSettings,
} from './anthropic-provider';
export { forwardAnthropicContainerIdFromLastStep } from './forward-anthropic-container-id-from-last-step';
export { VERSION } from './version';