Class CacheCreation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class CacheCreation
Properties
| Edit this page View SourceEphemeral1hInputTokens
Required. The number of input tokens used to create the 1 hour cache entry.
Declaration
[JsonProperty("ephemeral_1h_input_tokens")]
public int Ephemeral1hInputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Ephemeral5mInputTokens
Required. The number of input tokens used to create the 5 minute cache entry.
Declaration
[JsonProperty("ephemeral_5m_input_tokens")]
public int Ephemeral5mInputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| int |