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