package ocaml-ai-sdk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ai_provider.UsageSource

Token usage statistics.

Sourcetype t = {
  1. input_tokens : int;
  2. output_tokens : int;
  3. total_tokens : int option;
}