Response.Usage
type t = {
prompt_tokens : int;
total_tokens : int;
cost : float option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t