Uses of Class
com.google.genkit.plugins.googlegenai.GoogleGenAIPlugin
Packages that use GoogleGenAIPlugin
-
Uses of GoogleGenAIPlugin in com.google.genkit.plugins.googlegenai
Methods in com.google.genkit.plugins.googlegenai that return GoogleGenAIPluginModifier and TypeMethodDescriptionstatic GoogleGenAIPluginGoogleGenAIPlugin.create()Creates a GoogleGenAIPlugin using environment variables for configuration.static GoogleGenAIPluginGoogleGenAIPlugin.create(GoogleGenAIPluginOptions options) Creates a GoogleGenAIPlugin with the specified options.static GoogleGenAIPluginCreates a GoogleGenAIPlugin with the specified API key.GoogleGenAIPlugin.customEmbeddingModel(String modelName) Registers a custom embedding model name.GoogleGenAIPlugin.customImageModel(String modelName) Registers a custom image generation model name.GoogleGenAIPlugin.customModel(String modelName) Registers a custom chat/generation model name.GoogleGenAIPlugin.customTtsModel(String modelName) Registers a custom TTS model name.GoogleGenAIPlugin.customVeoModel(String modelName) Registers a custom video generation model name.static GoogleGenAIPluginCreates a GoogleGenAIPlugin configured for Vertex AI.