AgentRateCardEntryType
One Crowdy Studio agent model price, in micro-USD per million tokens. Only an ACTIVE row with a model_id ever prices a run.
type AgentRateCardEntryType {
code: String!
modelId: String
currency: String!
status: String!
inputMicroUsdPerMillion: BigInt!
outputMicroUsdPerMillion: BigInt!
reasoningMicroUsdPerMillion: BigInt!
cachedInputMicroUsdPerMillion: BigInt!
}
Fields
AgentRateCardEntryType.code ● String! non-null scalar
Stable code for this card row, unique across the table.
AgentRateCardEntryType.modelId ● String scalar
Provider model this prices, matched against the resolved model at ingest. Null is only legal on a non-ACTIVE row.
AgentRateCardEntryType.currency ● String! non-null scalar
ISO currency code. USD today.
AgentRateCardEntryType.status ● String! non-null scalar
DRAFT, ACTIVE or RETIRED. Only ACTIVE, inside its effective window, prices a run; an uncarded model is left unbilled rather than charged at cost.
AgentRateCardEntryType.inputMicroUsdPerMillion ● BigInt! non-null scalar
Micro-USD per million uncached prompt tokens.
AgentRateCardEntryType.outputMicroUsdPerMillion ● BigInt! non-null scalar
Micro-USD per million completion tokens.
AgentRateCardEntryType.reasoningMicroUsdPerMillion ● BigInt! non-null scalar
Micro-USD per million reasoning tokens.
AgentRateCardEntryType.cachedInputMicroUsdPerMillion ● BigInt! non-null scalar
Micro-USD per million cached prompt tokens.
Returned By
agentRateCards query