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;
}val sexp_of_t : t -> Sexplib0.Sexp.t