pub fn create_response_stream<C, Fut, B, E>(
client: C,
request: &CreateResponse,
) -> CreateResponseStream<Fut, B, E> ⓘ
Expand description
Creates a model response. Provide text or image inputs to generate text or JSON outputs. Have the model call your own custom code or use built-in tools like web search or file search to use your own data as input for the model’s response.