Copilot.Types.ModelBillingTokenPrices (Copilot SDK v2.3.0)

Copy Markdown

Token prices for model billing.

Summary

Types

t()

@type t() :: %Copilot.Types.ModelBillingTokenPrices{
  batch_size: integer() | nil,
  cache_price: integer() | nil,
  input_price: integer() | nil,
  output_price: integer() | nil
}

Functions

from_map(m)