Class GenerativeAISettings
Inheritance
object
GenerativeAISettings
Inherited Members
ScriptableResource<GenerativeAISettings>.Instance
Assembly: .dll
Syntax
public class GenerativeAISettings : AIClientSettings<GenerativeAISettings>
Properties
DefaultEMB
Declaration
public static string DefaultEMB { get; }
Property Value
DefaultIMG
Declaration
public static string DefaultIMG { get; }
Property Value
DefaultLLM
Declaration
public static string DefaultLLM { get; }
Property Value
DefaultVID
Declaration
public static string DefaultVID { get; }
Property Value
PaymentMode
Declaration
public static PaymentMode PaymentMode { get; }
Property Value
ProjectId
Declaration
public static string ProjectId { get; }
Property Value
Methods
IsDefaultModel(string, ModelCapability)
Declaration
public static bool IsDefaultModel(string id, ModelCapability cap)
Parameters
Returns