Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val send_raw :
(response_format:Basic.Images.response_format ->
size:Basic.Images.size ->
(Ezcurl_core.response, Curl.curlCode * string) result ->
'a Lwt.t) ->
Client.t ->
prompt:string ->
?n:int ->
?size:Basic.Images.size ->
?response_format:Basic.Images.response_format ->
?user:string ->
unit ->
'a Lwt.t
val send :
Client.t ->
prompt:string ->
?n:int ->
?size:Basic.Images.size ->
?response_format:Basic.Images.response_format ->
?user:string ->
unit ->
(Basic.Images.response_format * string) list Lwt.t