@ai-sdk/groq
Version:
The **[Groq provider](https://ai-sdk.dev/providers/ai-sdk-providers/groq)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the Groq chat and completion APIs, transcription support, and browser search tool.
13 lines (12 loc) • 644 B
text/typescript
export { createGroq, groq } from './groq-provider';
export type { GroqProvider, GroqProviderSettings } from './groq-provider';
export type {
GroqLanguageModelChatOptions,
/** @deprecated Use `GroqLanguageModelChatOptions` instead. */
GroqLanguageModelChatOptions as GroqLanguageModelOptions,
/** @deprecated Use `GroqLanguageModelChatOptions` instead. */
GroqLanguageModelChatOptions as GroqProviderOptions,
} from './groq-chat-language-model-options';
export type { GroqTranscriptionModelOptions } from './groq-transcription-model-options';
export { browserSearch } from './tool/browser-search';
export { VERSION } from './version';