Documentation
¶
Overview ¶
Package meta provides Meta Model API integration for the LLM gateway.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registration = providers.Registration{ Type: "meta", New: New, Discovery: providers.DiscoveryConfig{ DefaultBaseURL: defaultBaseURL, }, }
Registration provides factory registration for the Meta Model API provider.
Functions ¶
func New ¶
func New(cfg providers.ProviderConfig, opts providers.ProviderOptions) core.Provider
New creates a new Meta Model API provider.
Types ¶
type Provider ¶
type Provider struct {
*openai.ChatCompatible
}
Provider implements the core.Provider interface for the Meta Model API (Muse Spark models). The API is OpenAI-compatible (chat completions, model listing, streaming, tool calling) with bearer authentication.
Click to show internal directories.
Click to hide internal directories.