1//! Authentication and API key management.
2//!
3//! This module provides traits and implementations for managing API keys,
4//! BYOK (Bring Your Own Key) OpenRouter keys, and credit balances.
56mod client;
7mod objectiveai;
89pub use client::*;
10pub use objectiveai::*;