Skip to main content

AiReviewModelUsage

One model's share of a usage aggregate.

type AiReviewModelUsage {
model: AiReviewModel
auto: Boolean!
cells: Int!
tokensIn: Int!
tokensCacheWrite: Int!
tokensCacheRead: Int!
tokensOut: Int!
costUsd: Float
}

Fields​

AiReviewModelUsage.model ● AiReviewModel object​

Null when auto is true.

AiReviewModelUsage.auto ● Boolean! non-null scalar​

Every Auto cell of the scope folds into this one row, whatever each one resolved to.

AiReviewModelUsage.cells ● Int! non-null scalar​

AiReviewModelUsage.tokensIn ● Int! non-null scalar​

AiReviewModelUsage.tokensCacheWrite ● Int! non-null scalar​

AiReviewModelUsage.tokensCacheRead ● Int! non-null scalar​

AiReviewModelUsage.tokensOut ● Int! non-null scalar​

AiReviewModelUsage.costUsd ● Float scalar​

Null when the catalog cannot price this row's model.

Member Of​

AiReviewUsage object