pub fn parse_composite_model( model: &str, ) -> Result<(Option<&str>, &str), NikaError>
Parse composite model identifier: “anthropic/claude-sonnet” → (Some(“anthropic”), “claude-sonnet”)