getModelPricing
getModelPricing(
modelId):ModelPricing|null
Defined in: ai.matey.core/src/model-pricing.ts:303
Get pricing information for a specific model.
Parameters
Section titled “Parameters”modelId
Section titled “modelId”string
The model identifier (e.g., “gpt-4”, “claude-3-opus-20240229”)
Returns
Section titled “Returns”ModelPricing | null
Pricing data or null if not found