model_prizes {AIscreenR} | R Documentation |
Model prize data (last updated November 5, 2024)
Description
Data set containing input and output prizes for all OpenAI's GPT API models.
Usage
model_prizes
Format
A data.frame
containing 15 rows/models and 3 variables/columns
model | character | indicating the specific GPT model |
price_in_per_token | character | indicating the input prize per token |
price_out_per_token | character | indicating the output prize per token |
References
OpenAI. Pricing. https://openai.com/api/pricing/
[Package AIscreenR version 0.1.1 Index]