OutputCostDetails#

class langsmith.schemas.OutputCostDetails[source]#

Breakdown of output token costs.

Does not need to sum to full output cost. Does not need to have all keys.

audio: float#

Cost of audio output tokens.

reasoning: float#

Cost of reasoning output tokens.

Tokens generated by the model in a chain of thought process (i.e. by OpenAI’s o1 models) that are not returned as part of model output.