1.0.0-alpha.12 • Published 7 months ago
@ai-sdk/gateway v1.0.0-alpha.12
AI SDK - Gateway Provider
The Gateway provider for the AI SDK allows the use of a wide variety of AI models and providers.
Setup
The Gateway provider is available in the @ai-sdk/gateway module. You can install it with
npm i @ai-sdk/gatewayProvider Instance
You can import the default provider instance gateway from @ai-sdk/gateway:
import { gateway } from '@ai-sdk/gateway';Example
import { gateway } from '@ai-sdk/gateway';
import { generateText } from 'ai';
const { text } = await generateText({
model: gateway('xai/grok-3-beta'),
prompt:
'Tell me about the history of the San Francisco Mission-style burrito.',
});Documentation
Please check out the AI SDK documentation for more information.
1.0.0-alpha.12
7 months ago
1.0.0-alpha.11
7 months ago
1.0.0-alpha.10
8 months ago
1.0.0-alpha.9
8 months ago
1.0.0-alpha.8
8 months ago
1.0.0-alpha.7
8 months ago
1.0.0-alpha.6
8 months ago