AI SDK
stackfoundry/ai-sdkFreeBlock
Vercel AI SDK model configuration, streaming helpers, and gateway-ready defaults.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/ai-sdk.jsonSource
1export const DEFAULT_AI_MODEL = process.env.AI_GATEWAY_MODEL;23export function getAIGatewayModel(model?: string) {4 const selected = model || DEFAULT_AI_MODEL;5 if (!selected) {6 throw new Error("AI_GATEWAY_MODEL is not set.");7 }8 return selected;9}1011export function assertAIGatewayConfigured() {12 if (!process.env.AI_GATEWAY_API_KEY) {13 throw new Error("AI_GATEWAY_API_KEY is not set.");14 }15}
What it pulls in
npm packages
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Settingsaccount-settings | stackfoundry | Blocks | Free | no deps · 2 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI Elementsai-elements | stackfoundry | Blocks | Free | no deps · 5 files |
