@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
11 lines • 337 B
TypeScript
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