//!
//! # OpenAI capabilities
//!
//! For text/code completion related tasks, OpenAI suggests to make use of
//! `gpt-3.5-turbo` model for a better performance at lower cost.
//!
//! Image capabilites make use of DALLĀ·E model and you may not be able to
//! control model selection.
////////////////////////////////////////////////////////////////////////////////
/// Chat completion using GPT-3.5 (ChatGPT) and GPT-4
/// Propmpt completion using GPT-3 series
/// Text and code edits
/// Image generation and manipulation
/// Embedding and extraction
/// Audio transcription and translation
/// Moderation endpoint