openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 399 B
TypeScript
import { i as OpenClawConfig } from "./types.openclaw-DBHlrrVj.js";
//#region extensions/vercel-ai-gateway/onboard.d.ts
declare const VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF = "vercel-ai-gateway/anthropic/claude-opus-4.6";
declare function applyVercelAiGatewayConfig(cfg: OpenClawConfig): OpenClawConfig;
//#endregion
export { applyVercelAiGatewayConfig as n, VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF as t };