Pricing model supporting both token-based and time-based pricing.
| Field | Type | Required | Description |
|---|---|---|---|
input |
float | ✔️ | Price per input token |
output |
float | ✔️ | Price per output token |
response_time |
Optional[float] | ➖ | Price per response time in seconds |
unit_type |
Optional[models.ServerlessPriceUnitType] | ➖ | Serverless price unit type. |