Class CohereApiVersion
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereApiVersion
Properties
| Edit this page View SourceIsDeprecated
Optional.
Declaration
[JsonProperty("is_deprecated")]
public bool? IsDeprecated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsExperimental
Optional.
Declaration
[JsonProperty("is_experimental")]
public bool? IsExperimental { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Version
Optional.
Declaration
[JsonProperty("version")]
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |