Providers
fireworks
Fireworks AI — fast open-model inference with fine-tuning + function-calling support.
import { fireworks } from '@agentskit/adapters'
const adapter = fireworks({
apiKey: process.env.FIREWORKS_API_KEY!,
model: 'accounts/fireworks/models/llama-v3p3-70b-instruct',
})#Options
| Option | Type | Default |
|---|---|---|
apiKey | string | required |
model | string | required |
baseUrl | string | https://api.fireworks.ai/inference/v1 |
fetch | typeof fetch | global |
#Env
| Var | Purpose |
|---|---|
FIREWORKS_API_KEY | API key |
#Related
Explore nearby
- PeerProviders
25 native chat and embedder adapters, plus higher-order adapters that compose candidates. Separate from the 140-provider models catalog.
- PeerChoosing an adapter
Capability decision table and rules of thumb for picking a chat adapter.
- PeerHosted chat adapters
17 managed-LLM adapters. Same contract; swap by changing one import.