Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 5, 2026 Changes in this version + const DefaultPort + const DefaultReady + const Model + type Host struct + func Start(ctx context.Context, o Options) (*Host, error) + func (h *Host) Close() error + func (h *Host) Generate(ctx context.Context, img *image.RGBA, prompt string, maxTokens int, ...) error + func (h *Host) Name() string + type Options struct + Ctx int + Exe string + GPULayers int + Log *slog.Logger + Model string + Port int + Ready time.Duration