models

package
v0.0.0-...-93ac733 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GoogleAIGemini2o5Pro       = "gemini-2.5-pro"
	GoogleAIGemini2o5Flash     = "gemini-2.5-flash"
	GoogleAIGemini2o5FlashLite = "gemini-2.5-flash-lite"
	GoogleAIGemma3o4b          = "gemma-3-4b-it"
	GoogleAIGemma3o12b         = "gemma-3-12b-it"
	GoogleAIGemma3o27b         = "gemma-3-27b-it"
)

Variables

This section is empty.

Functions

func GetGoogleAI

func GetGoogleAI(g *genkit.Genkit, modelName string) (ai.Model, error)

func GetOllamaGemma3

func GetOllamaGemma3(g *genkit.Genkit, bits int) (ai.Model, error)

func GetOllamaGptOss20b

func GetOllamaGptOss20b(g *genkit.Genkit) (ai.Model, error)

func GetOllamaQwen3

func GetOllamaQwen3(g *genkit.Genkit, bits int) (ai.Model, error)

func GoogleAI

func GoogleAI(g *genkit.Genkit, modelName string) (ai.Model, error)

func OllamaGemma3

func OllamaGemma3(g *genkit.Genkit, bits int) (ai.Model, error)

func OllamaGptOss20b

func OllamaGptOss20b(g *genkit.Genkit) (ai.Model, error)

func OllamaQwen3

func OllamaQwen3(g *genkit.Genkit, bits int) (ai.Model, error)

Types

This section is empty.