@ai-sdk/deepinfra
Version:
The **[DeepInfra provider](https://ai-sdk.dev/providers/ai-sdk-providers/deepinfra)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the DeepInfra API, giving you access to models like Llama 3, Mixtral, and other state-of-th
8 lines (7 loc) • 297 B
text/typescript
export { createDeepInfra, deepinfra } from './deepinfra-provider';
export type {
DeepInfraProvider,
DeepInfraProviderSettings,
} from './deepinfra-provider';
export type { OpenAICompatibleErrorData as DeepInfraErrorData } from '@ai-sdk/openai-compatible';
export { VERSION } from './version';