//! LLM provider catalog and capability profiles.
//!
//! The embedded catalog (`catalog.json`) contains 16 providers with model
//! metadata aligned to the [models.dev](https://github.com/anomalyco/models.dev)
//! schema: pricing, token limits, modalities, and capability flags.
//!
//! ```
//! use llm_kernel::provider::ProviderIndex;
//!
//! let catalog = ProviderIndex::embedded();
//! assert!(!catalog.ids().is_empty());
//! ```
pub use ;
pub use ;