import { ModelInfo } from '@bernierllc/ai-provider-core'; export declare const OPENAI_MODELS: ModelInfo[]; export declare function getModelInfo(modelId: string): ModelInfo | undefined; export declare function getChatModels(): ModelInfo[]; export declare function getEmbeddingModels(): ModelInfo[]; export declare function getVisionModels(): ModelInfo[]; export declare function supportsFunctionCalling(modelId: string): boolean; //# sourceMappingURL=model-registry.d.ts.map