//! Category: mod.rs (top-level module and constant exports)
//! Structure mirrors rig-bedrock:
//! - client.rs: Client and Builder; implements Provider/Verify/Completion/Embedding
//! - completion.rs: Chat completion model (OpenAI-compatible)
//! - embedding.rs: Text embeddings (OpenAI-compatible)
//! - streaming.rs: Streaming (OpenAI-compatible, same flags)
//! - types/mod.rs: Internal shared types (error response, tool choice mapping)
pub use Client;
pub use CompletionModel;
pub use ;
// Constants (aligned with original single-file version)
pub const VOLCENGINE_API_BASE_URL: &str = "https://ark.cn-beijing.volces.com/api/v3";
pub const DOUBAO_SEED: &str = "Doubao-Seed-1.6";