Versions in this module Expand all Collapse all v0 v0.40.0 Apr 19, 2026 Changes in this version + func BuiltinAliasModels() (fast, normal, powerful string) + func DefaultModelID() string + func DefaultOptions() []llm.Option + func EmbeddedModels() []modelInfo + func FastModelID() string + func LocalAvailable() bool + func ModelAliases() map[string]string + func PowerfulModelID() string + type Auth struct + func LoadAuth() (*Auth, error) + func (a *Auth) AccountID() string + func (a *Auth) Token(ctx context.Context) (string, error) + type Provider struct + func New(auth *Auth, opts ...llm.Option) *Provider + func (p *Provider) CreateStream(ctx context.Context, src llm.Buildable) (llm.Stream, error) + func (p *Provider) FetchModels(ctx context.Context) ([]llm.Model, error) + func (p *Provider) FetchRawModels(ctx context.Context) ([]byte, error) + func (p *Provider) Models() llm.Models + func (p *Provider) Name() string