SerenAI

Pay Per Call Agentic Commerce

PricingModel

Pricing model used to interpret pricing units.

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Pricing model used to interpret pricing units.",
  "enum": [
    "per_row",
    "per_request",
    "per_byte",
    "tiered",
    "passthrough"
  ]
}