TokenUsage
The tokens used in a message API inference call.
Contents
- inputTokens
-
The number of tokens sent in the request to the model.
Type: Integer
Valid Range: Minimum value of 0.
Required: Yes
- outputTokens
-
The number of tokens that the model generated for the request.
Type: Integer
Valid Range: Minimum value of 0.
Required: Yes
- totalTokens
-
The total of input tokens and tokens generated by the model.
Type: Integer
Valid Range: Minimum value of 0.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: