Module Completions.Response
module Usage : sig ... endtype t = {id : string;provider : string;model : string;object_ : string;created : int;choices : Choice.t list;system_fingerprint : string option;service_tier : string option;usage : Usage.t;
}include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.t