Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2026 Changes in this version + type Config struct + APIKey string + BaseURL string + type Provider struct + func New(cfg Config) (*Provider, error) + func (p *Provider) Capabilities() core.Capabilities + func (p *Provider) Close() error + func (p *Provider) CreateChatCompletion(ctx context.Context, req *core.ChatCompletionRequest) (*core.ChatCompletionResponse, error) + func (p *Provider) CreateChatCompletionStream(ctx context.Context, req *core.ChatCompletionRequest) (core.ChatCompletionStream, error) + func (p *Provider) Name() string