Class CohereBilledUnits
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereBilledUnits
Properties
| Edit this page View SourceClassifications
Optional. The number of billed classifications units.
Declaration
[JsonProperty("classifications")]
public double? Classifications { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Images
Optional. The number of billed images.
Declaration
[JsonProperty("images")]
public double? Images { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
InputTokens
Optional. The number of billed input tokens.
Declaration
[JsonProperty("input_tokens")]
public double? InputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
OutputTokens
Optional. The number of billed output tokens.
Declaration
[JsonProperty("output_tokens")]
public double? OutputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
SearchUnits
Optional. The number of billed search units.
Declaration
[JsonProperty("search_units")]
public double? SearchUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |