Class ModelPricing
Inherited Members
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public sealed class ModelPricing
Properties
| Edit this page View SourceCompletion
Required. Cost per completion token.
Declaration
[JsonProperty("completion")]
public string Completion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
Required. Cost per image.
Declaration
[JsonProperty("image")]
public string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputCacheRead
Required. Cost for input cache read.
Declaration
[JsonProperty("input_cache_read")]
public string InputCacheRead { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputCacheWrite
Required. Cost for input cache write.
Declaration
[JsonProperty("input_cache_write")]
public string InputCacheWrite { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InternalReasoning
Required. Cost for internal reasoning.
Declaration
[JsonProperty("internal_reasoning")]
public string InternalReasoning { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prompt
Required. Cost per prompt token.
Declaration
[JsonProperty("prompt")]
public string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Request
Required. Cost per request.
Declaration
[JsonProperty("request")]
public string Request { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebSearch
Required. Cost for web search.
Declaration
[JsonProperty("web_search")]
public string WebSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| string |