pub const UNKNOWN_MODEL_ID: &str = "unknown";
Default model identifier used when no model is specified.
This constant should be used instead of hardcoded “unknown” strings throughout the codebase for consistency.