//! Model configuration and identification module
//!
//! This module provides a centralized enum for model identifiers and their configurations,
//! replacing hardcoded model strings throughout the codebase for better maintainability.
//! Read the model list in `docs/models.json`.
pub use ModelParseError;
pub use ;
pub use OpenRouterMetadata;
pub use openrouter_generated;
pub use Provider;