SerenAI

Pay Per Call Agentic Commerce

InvocationCostBreakdown

Cost breakdown for template invocation response

Properties

PropertyTypeRequiredDescription
computeCost string Yes
llmCost string Yes
llmKeyUsed string Yes
publisherFee string Yes
total string Yes
View JSON Schema
{
  "type": "object",
  "description": "Cost breakdown for template invocation response",
  "required": [
    "publisherFee",
    "llmCost",
    "computeCost",
    "total",
    "llmKeyUsed"
  ],
  "properties": {
    "computeCost": {
      "type": "string"
    },
    "llmCost": {
      "type": "string"
    },
    "llmKeyUsed": {
      "type": "string"
    },
    "publisherFee": {
      "type": "string"
    },
    "total": {
      "type": "string"
    }
  }
}