// This is free and unencumbered software released into the public domain.
//! **OpenAI API: Completions**
//!
//! Given a prompt, the model will return one or more predicted completions
//! along with the probabilities of alternative tokens at each position. Most
//! developer should use our [Chat Completions
//! API][/docs/guides/text-generation#text-generation-models] to leverage our
//! best and newest models.
//!
//! [/docs/guides/text-generation#text-generation-models]: https://platform.openai.com/docs/guides/text-generation#text-generation-models