Class ModelPricing
- Namespace
- Glitch9.AIDevKit.OpenRouter
public class ModelPricing
- Inheritance
-
objectModelPricing
Properties
Completion
Required. Cost per completion token.
public string Completion { get; set; }
Property Value
- string
Image
Required. Cost per image.
public string Image { get; set; }
Property Value
- string
InputCacheRead
Required. Cost for input cache read.
public string InputCacheRead { get; set; }
Property Value
- string
InputCacheWrite
Required. Cost for input cache write.
public string InputCacheWrite { get; set; }
Property Value
- string
InternalReasoning
Required. Cost for internal reasoning.
public string InternalReasoning { get; set; }
Property Value
- string
Prompt
Required. Cost per prompt token.
public string Prompt { get; set; }
Property Value
- string
Request
Required. Cost per request.
public string Request { get; set; }
Property Value
- string
WebSearch
Required. Cost for web search.
public string WebSearch { get; set; }
Property Value
- string