//! The [`Model`] trait — the plugin interface for LLM providers.
//!//! Defined in [`daimon_core`] and re-exported here.
pubusedaimon_core::{ErasedModel, Model, SharedModel};pubusedaimon_core::{EmbeddingModel, ErasedEmbeddingModel, SharedEmbeddingModel};