Module Usage.Cost_details

type t = {
  1. upstream_inference_cost : float option;
  2. upstream_inference_prompt_cost : float option;
  3. upstream_inference_completions_cost : float option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t