beta
The beta
modules provides a unified interface for accessing beta features of the API, encapsulating synchronous and asynchronous access to resources in beta.
The module aggregates the beta functionalities related to features like yet considered generally available (GA), offering a simplified entry point for interacting with these resources. It is designed to facilitate easy access to the cutting-edge features still under development, enabling developers to experiment with and leverage new capabilities before they become GA.
Classes:
Name | Description |
---|---|
AsyncBeta |
|
AsyncBetaWithRawResponse |
|
AsyncBetaWithStreamingResponse |
|
Beta |
|
BetaWithRawResponse |
|
BetaWithStreamingResponse |
|
AsyncBeta
AsyncBeta(client: AsyncOpenAI)
AsyncBetaWithRawResponse
AsyncBetaWithRawResponse(beta: AsyncBeta)
AsyncBetaWithStreamingResponse
AsyncBetaWithStreamingResponse(beta: AsyncBeta)
Beta
Beta(client: OpenAI)
BetaWithStreamingResponse
BetaWithStreamingResponse(beta: Beta)