OpenAI Responses SDK
An unofficial Rust SDK for the OpenAI Responses API.
Usage
To get started, create a new Client and call the create method with a Request object. The Request object contains the parameters for the API call, such as the model, instructions, and input. The create method returns a Response object, which contains the output of the API call.
use ;
let response = from_env?.create.await?;
println!;
License
This project is licensed under the MIT License - see the LICENSE file for details.