Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
Fireworks exposes open-weight and routed models through an OpenAI-compatible API. OpenClaw includes a bundled Fireworks provider plugin.
| Property | Value |
|---|---|
| Provider | text fireworks |
| Auth | text FIREWORKS_API_KEY |
| API | OpenAI-compatible chat/completions |
| Base URL | text https://api.fireworks.ai/inference/v1 |
| Default model | text fireworks/accounts/fireworks/routers/kimi-k2p5-turbo |
textThis stores your Fireworks key in OpenClaw config and sets the Fire Pass starter model as the default.
For scripted or CI setups, pass all values on the command line:
bashopenclaw onboard --non-interactive \ --mode local \ --auth-choice fireworks-api-key \ --fireworks-api-key "$FIREWORKS_API_KEY" \ --skip-health \ --accept-risk
| Model ref | Name | Input | Context | Max output | Notes |
|---|---|---|---|---|---|
text fireworks/accounts/fireworks/models/kimi-k2p6 | Kimi K2.6 | text,image | 262,144 | 262,144 | Latest Kimi model on Fireworks. Thinking is disabled for Fireworks K2.6 requests; route through Moonshot directly if you need Kimi thinking output. |
text fireworks/accounts/fireworks/routers/kimi-k2p5-turbo | Kimi K2.5 Turbo (Fire Pass) | text,image | 256,000 | 256,000 | Default bundled starter model on Fireworks |
OpenClaw accepts dynamic Fireworks model ids too. Use the exact model or router id shown by Fireworks and prefix it with
fireworks/json5{ agents: { defaults: { model: { primary: "fireworks/accounts/fireworks/routers/kimi-k2p5-turbo", }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine