Usage

struct Usage : Codable

Response model for usage

  • prompt_tokens: optional

    Declaration

    Swift

    public let prompt_tokens: Int?
  • completion_tokens: optional

    Declaration

    Swift

    public let completion_tokens: Int?
  • total_tokens: optional

    Declaration

    Swift

    public let total_tokens: Int?