Token Pricing
Token pricing is the most natural fit for LLM-backed endpoints where the true cost scales with prompt size or model usage.
OpenAI Example
Custom Model Example
When This Is Better Than Generic Dynamic Pricing
Use token pricing when:
- the endpoint wraps an LLM
- model cost is the dominant pricing factor
- buyers benefit from seeing model and token context in the quote
Use Dynamic Pricing when the cost model is not really about tokens.