Class AiSupportedProviderModel
Inheritance
AiSupportedProviderModel
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiSupportedProviderModel
Properties
|
Edit this page
View Source
ContextWindow
Declaration
[JsonProperty("contextWindow")]
public long ContextWindow { get; set; }
Property Value
|
Edit this page
View Source
DisplayName
Declaration
[JsonProperty("displayName")]
public string? DisplayName { get; set; }
Property Value
|
Edit this page
View Source
Features
Declaration
[JsonProperty("features")]
public AiModelFeatures? Features { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Intelligence
Declaration
[JsonProperty("intelligence")]
public int Intelligence { get; set; }
Property Value
|
Edit this page
View Source
KnowledgeCutoff
Declaration
[JsonProperty("knowledgeCutoff")]
public DateTime? KnowledgeCutoff { get; set; }
Property Value
|
Edit this page
View Source
MaxOutputTokens
Declaration
[JsonProperty("maxOutputTokens")]
public long MaxOutputTokens { get; set; }
Property Value
|
Edit this page
View Source
Modalities
Declaration
[JsonProperty("modalities")]
public AiModelModalities? Modalities { get; set; }
Property Value
|
Edit this page
View Source
Price
Declaration
[JsonProperty("price")]
public AiModelPrice? Price { get; set; }
Property Value
|
Edit this page
View Source
ProviderId
Declaration
[JsonProperty("providerId")]
public long ProviderId { get; set; }
Property Value
|
Edit this page
View Source
ProviderName
Declaration
[JsonProperty("providerName")]
public string? ProviderName { get; set; }
Property Value
|
Edit this page
View Source
ProviderType
Declaration
[JsonProperty("providerType")]
public string? ProviderType { get; set; }
Property Value
|
Edit this page
View Source
ReleaseDate
Declaration
[JsonProperty("releaseDate")]
public DateTime? ReleaseDate { get; set; }
Property Value
|
Edit this page
View Source
Speed
Declaration
[JsonProperty("speed")]
public int Speed { get; set; }
Property Value
|
Edit this page
View Source
SupportReasoning
Declaration
[JsonProperty("supportReasoning")]
public bool SupportReasoning { get; set; }
Property Value