1//! Given a prompt, the model will return one or more predicted completions, 2//! and can also return the probabilities of alternative tokens at each position. 3 4pub mod request;