1//! API backends: OpenAI / Anthropic / Cohere clients (08 §3). 2 3pub mod anthropic; 4pub mod cohere; 5pub mod openai;