/**
 * This file was auto-generated by Fern from our API Definition.
 */
export interface UsageTokens {
    /** The number of tokens used as input to the model. */
    inputTokens?: number;
    /** The number of tokens produced by the model. */
    outputTokens?: number;
}
