@ai-sdk/deepinfra
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

AI SDK - DeepInfra Provider

The DeepInfra provider for the AI SDK contains language model support for the DeepInfra API, giving you access to models like Llama 3, Mixtral, and other state-of-the-art LLMs.

Setup

The DeepInfra provider is available in the @ai-sdk/deepinfra module. You can install it with

npm i @ai-sdk/deepinfra

Provider Instance

You can import the default provider instance deepinfra from @ai-sdk/deepinfra:

import { deepinfra } from '@ai-sdk/deepinfra';

Example

import { deepinfra } from '@ai-sdk/deepinfra';
import { generateText } from 'ai';

const { text } = await generateText({
  model: deepinfra('meta-llama/Llama-3.3-70B-Instruct'),
  prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Documentation

Please check out the DeepInfra provider documentation for more information.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-canary.1955canary
1.0.0-beta.1335beta
1.0.0-alpha.1513alpha
1.0.40latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.40
1.0.3162
1.0.21,054
1.0.1679
1.0.01,424
1.0.0-beta.1335
1.0.0-beta.129
1.0.0-beta.114
1.0.0-beta.103
1.0.0-beta.93
1.0.0-beta.810
1.0.0-beta.71
1.0.0-beta.6714
1.0.0-beta.51
0.2.173,003
1.0.0-beta.41
1.0.0-beta.316
0.2.16137
1.0.0-beta.25
1.0.0-beta.12
1.0.0-alpha.1513
1.0.0-alpha.141
1.0.0-alpha.131
1.0.0-alpha.121
1.0.0-alpha.111
1.0.0-alpha.102
1.0.0-alpha.92
1.0.0-alpha.81
1.0.0-alpha.71
1.0.0-alpha.61
1.0.0-alpha.41
1.0.0-alpha.32
1.0.0-alpha.21
1.0.0-alpha.11
1.0.0-canary.1955
1.0.0-canary.181
1.0.0-canary.171
1.0.0-canary.161
0.2.151,766
1.0.0-canary.151
1.0.0-canary.141
1.0.0-canary.131
1.0.0-canary.121
1.0.0-canary.111
0.2.1469
1.0.0-canary.101
1.0.0-canary.91
0.2.138
1.0.0-canary.81
1.0.0-canary.71
0.2.12277
0.2.111
1.0.0-canary.61
0.2.102
1.0.0-canary.51
1.0.0-canary.41
1.0.0-canary.31
0.2.978
0.2.81
1.0.0-canary.21
0.2.748
1.0.0-canary.11
0.2.62
1.0.0-canary.01
0.2.51
0.2.44,001
0.2.31
0.2.232
0.2.11
0.2.01
0.1.18253
0.1.171
0.1.164
0.1.151
0.1.141
0.1.131
0.1.121
0.1.111
0.1.101
0.1.91
0.1.86
0.1.71
0.1.61
0.1.51
0.1.41
0.1.31
0.1.21
0.1.11
0.1.01
0.0.101
0.0.91
0.0.812
0.0.71
0.0.61
0.0.53
0.0.4865
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i @ai-sdk/deepinfra

Weekly Downloads

14,821

Version

1.0.4

License

Apache-2.0

Unpacked Size

65.4 kB

Total Files

10

Last publish

Collaborators

  • jaredpalmer
  • vercel-release-bot