Skip to main content

ai_usagebar/zai/
mod.rs

1//! Z.AI / BigModel vendor — undocumented `/api/monitor/usage/quota/limit`.
2//! Auth header is `Authorization: <KEY>` with NO `Bearer` prefix.
3
4pub mod fetch;
5pub mod types;
6pub mod vendor;
7
8pub use fetch::{FetchOutcome, fetch_snapshot};