pub const UNKNOWN_MODEL_ID: &str = "unknown";
pub mod builders;
pub mod chat;
pub mod classify;
pub mod common;
pub mod completion;
pub mod embedding;
pub mod event_types;
pub mod generate;
pub mod interactions;
pub mod messages;
pub mod model_card;
pub mod model_type;
pub mod models;
pub mod parser;
pub mod realtime_conversation;
pub mod realtime_events;
pub mod realtime_response;
pub mod realtime_session;
pub mod rerank;
pub mod responses;
pub mod sampling_params;
pub mod tokenize;
pub mod validated;
pub mod worker;