Module Completions.Response

module Usage : sig ... end
module Choice : sig ... end
type t = {
  1. id : string;
  2. provider : string;
  3. model : string;
  4. object_ : string;
  5. created : int;
  6. choices : Choice.t list;
  7. system_fingerprint : string option;
  8. service_tier : string option;
  9. usage : Usage.t;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
module Elide_image : sig ... end