//! Dynamic model discovery from remote sources.
//!
//! Fetches model listings from [models.dev](https://github.com/anomalyco/models.dev),
//! Ollama instances, and OpenAI-compatible endpoints. Results are cached locally.
pub use ;
pub use fetch_ollama_models;
pub use fetch_openai_compatible_models;