[Question]: Transactions collection explained #1640
-
What is your question?Hi everybody! There's an example object from my collection and some lines are commented with questions. Can somebody please help and tell me what these mean and how do they correspond with stuff I see on OpenAI dashboard?
I'm asking this to try to allocate per-user costs, as I'm using this in a kind of enterprise environment. Many thanks! More DetailsNo more details :-( What is the main subject of your question?No response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Raw amount of tokens as counted per the tokenizer algorithm.
Token credits value. 1000 credits = $0.001 (1 mill USD)
The rate at which tokens are charged as credits. For example, gpt-3.5-turbo-1106 has a rate of 1 for user prompt (input) and 2 for completion (output)
Given the provided example:
And to get the real amount of USD spend based on Token Value: The relevant file for editing rates is found in There will be more customization for this soon from the |
Beta Was this translation helpful? Give feedback.
Raw amount of tokens as counted per the tokenizer algorithm.
Token credits value. 1000 credits = $0.001 (1 mill USD)
The rate at which tokens are charged as credits.
For example, gpt-3.5-turbo-1106 has a rate of 1 for user prompt (input) and 2 for completion (output)
Given the provided example:
And to get the real amount of USD spend based on Token …