Getting started
1
Set up Fireworks auth through onboarding
2
Verify the model is available
Non-interactive example
For scripted or CI setups, pass all values on the command line:Built-in catalog
Custom Fireworks model ids
FluffBuzz accepts dynamic Fireworks model ids too. Use the exact model or router id shown by Fireworks and prefix it withfireworks/.
How model id prefixing works
How model id prefixing works
Every Fireworks model ref in FluffBuzz starts with
fireworks/ followed by the exact id or router path from the Fireworks platform. For example:- Router model:
fireworks/accounts/fireworks/routers/kimi-k2p5-turbo - Direct model:
fireworks/accounts/fireworks/models/<model-name>
fireworks/ prefix when building the API request and sends the remaining path to the Fireworks endpoint.Environment note
Environment note
If the Gateway runs outside your interactive shell, make sure
FIREWORKS_API_KEY is available to that process too.Related
Model selection
Choosing providers, model refs, and failover behavior.
Troubleshooting
General troubleshooting and FAQ.