Files
openclaw/extensions/vercel-ai-gateway/api.ts
2026-03-27 17:23:40 +00:00

6 lines
171 B
TypeScript

export { buildVercelAiGatewayProvider } from "./provider-catalog.js";
export {
applyVercelAiGatewayConfig,
VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF,
} from "./onboard.js";