UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

11 lines 337 B
export type ResolvedModelConfig = { url: string | false; headers: Record<string, string>; resolvedModelId: string; fullModelId: string; }; export declare function parseModelRouterId(routerId: string, gatewayPrefix?: string): { providerId: string; modelId: string; }; //# sourceMappingURL=gateway-resolver.d.ts.map