@bobmatnyc/ai-code-review
Version:
A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter
19 lines (18 loc) • 644 B
TypeScript
/**
* @fileoverview Enhanced model mapping system for AI Code Review tool.
*
* This module provides a comprehensive model configuration system that includes:
* - Verified model specifications as of June 2025
* - Pricing information for accurate cost estimation
* - Deprecation tracking with migration guidance
* - Backwards compatibility with existing codebase
* - Provider-specific feature detection
* - Model categorization and capability mapping
*
* @version 4.0.0
* @since 3.2.8
*/
export * from './types';
export { ENHANCED_MODEL_MAP } from './data';
export { MODEL_MAP, MODELS } from './legacy';
export * from './functions';