fireworks

package
v0.1.63 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package fireworks provides Fireworks AI API integration for the LLM gateway.

Index

Constants

This section is empty.

Variables

View Source
var Registration = providers.Registration{
	Type: "fireworks",
	New:  New,
	Discovery: providers.DiscoveryConfig{
		DefaultBaseURL: defaultBaseURL,
	},
}

Registration provides factory registration for the Fireworks AI provider.

Functions

func New

New creates a new Fireworks AI provider.

Types

type Provider

type Provider struct {
	*openai.ChatCompatible
}

Provider implements the core.Provider interface for Fireworks AI. Fireworks' inference API is OpenAI-compatible (chat completions, model listing, embeddings); model IDs are account-scoped paths such as "accounts/fireworks/models/llama-v3p1-8b-instruct" and pass through unchanged.

func NewWithHTTPClient

func NewWithHTTPClient(apiKey string, baseURL string, httpClient *http.Client, hooks llmclient.Hooks) *Provider

NewWithHTTPClient creates a new Fireworks AI provider with a custom HTTP client. If httpClient is nil, http.DefaultClient is used.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL