GoogleAiModel.Create
GoogleAiModel Create method. Creates GoogleAiModel with the specified AiModelType.
Create(AiModelType, string)
Creates GoogleAiModel
with the specified AiModelType
.
public static GoogleAiModel Create(AiModelType modelType, string apiKey)
Remarks
Gemini15Flash, Gemini15Flash8B and Gemini15Pro are applicable.
See Also
- enum AiModelType
- class GoogleAiModel
- namespace Wordize.AI
- assembly Wordize
Create(string, string, string)
Creates GoogleAiModel
wit custom model url and name.
public static GoogleAiModel Create(string url, string name, string apiKey)
Parameter | Type | Description |
---|---|---|
url | String | Url to the model. |
name | String | Name of the model. |
apiKey | String | Model api key. |
See Also
- class GoogleAiModel
- namespace Wordize.AI
- assembly Wordize