UNPKG

@callmedayz/ai-prompt-toolkit

Version:

Professional AI prompt engineering toolkit with advanced template features, real-time dashboards, conditional logic, template inheritance, live monitoring, OpenRouter integration, and 310+ model support

7 lines 450 B
import { SupportedModel, ModelConfig } from './types'; export declare const MODEL_CONFIGS: Record<SupportedModel, ModelConfig>; export declare function getModelConfig(model: SupportedModel): ModelConfig; export declare function getFreeModels(): SupportedModel[]; export declare function getPaidModels(): SupportedModel[]; export declare function getModelsByProvider(provider: string): SupportedModel[]; //# sourceMappingURL=openrouter-models.d.ts.map