You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// When using Predicted Outputs, the number of tokens in the prediction that appeared in the completion.
303
+
publicletacceptedPredictionTokens:Int?
304
+
/// Audio output tokens generated by the model.
305
+
publicletaudioTokens:Int?
306
+
/// Tokens generated by the model for reasoning. Only present for reasoning models.
307
+
publicletreasoningTokens:Int?
308
+
/// When using Predicted Outputs, the number of tokens in the prediction that did not appear in the completion.
309
+
/// However, like reasoning tokens, these tokens are still counted in the total completion tokens for purposes of billing, output, and context window limits.
0 commit comments