blob: 9e1ec542ea2c5f03b6ca8672918b617f798b21a0 [file] [log] [blame]
ben-aaron18868434e42022-12-24 20:04:21 +01001#' Contains the pricing for completion requests (see: [https://openai.com/api/pricing/#faq-completions-pricing](https://openai.com/api/pricing/#faq-completions-pricing))
2#'
3#' @description
4#' These are the prices listed for 1k tokens of requests for the various models. These are needed for the `rgpt3_cost_estimate(...)` function.
5#' @export
6price_base_davinci = 0.02
7price_base_curie = 0.002
8price_base_babbage = 0.0005
9price_base_ada = 0.0004