//! API backends: OpenAI/Anthropic/Cohere clients (08 §3).
//!//! Gated by the `api-backends` feature; not compiled by default in CI.
#[cfg(feature ="api-backends")]pubmodanthropic;#[cfg(feature ="api-backends")]pubmodcohere;#[cfg(feature ="api-backends")]pubmodopenai;