Click or drag to resize

AIProviderConfigurationGetCost Method

Cost of a usage based on the configured token costs, or null when no cost is configured.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public double? GetCost(
	AIUsage usage
)

Parameters

usage  AIUsage
 

Return Value

NullableDouble
See Also