model_prizes | R Documentation |
Data set containing input and output prizes for all OpenAI's GPT API models.
model_prizes
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 |
OpenAI. Pricing. https://openai.com/api/pricing/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.