Package-level declarations
Types
Build assistants that can call models and use tools to perform tasks.
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Manage fine-tuning jobs to tailor a model to your specific training data.
Defines the configuration parameters for logging.
Given an input text, outputs if the model classifies it as violating OpenAI's content policy.
OpenAI API.
OpenAI client configuration.
A class to configure the OpenAI host. It provides a mechanism to customize the base URL and additional query parameters used in OpenAI API requests.
Proxy configuration.
Specifies the retry strategy
Vector stores are used to store files for use by the file_search tool.
Functions
Creates an instance of OpenAI.