Class OpenRouterOptions.MaxPrice
Inherited Members
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public class OpenRouterOptions.MaxPrice
Properties
| Edit this page View SourceAudio
Maximum price for audio processing in USD. Optional.
Declaration
[JsonProperty("audio")]
public double? Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Completion
Maximum price per million completion tokens in USD. Optional.
Declaration
[JsonProperty("completion")]
public double? Completion { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Image
Maximum price for image processing in USD. Optional.
Declaration
[JsonProperty("image")]
public double? Image { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Prompt
Maximum price per million prompt tokens in USD. Optional.
Declaration
[JsonProperty("prompt")]
public double? Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Request
Maximum price per request in USD. Optional.
Declaration
[JsonProperty("request")]
public double? Request { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |