By fw-ai
Fine-tune and train models on Fireworks using managed SFT, DPO, ORPO, RFT, and custom Training API loops, including dataset preparation, cost confirmation, monitoring, deployment, resume, and troubleshooting.
Ready-to-run training recipes for reinforcement learning (GRPO, DAPO, GSPO, CISPO), preference optimization (DPO, ORPO), and supervised fine-tuning (SFT) on Fireworks.
Full documentation: Fireworks Training API
git clone https://github.com/fw-ai/cookbook.git
cd cookbook/training
conda create -n cookbook python=3.12 -y && conda activate cookbook
pip install --pre -e .
See training/README.md for configuration, recipes, and examples.
One canonical skill covers the full training product: skills/fireworks-training/SKILL.md. It routes managed SFT/DPO/ORPO/RFT and Training API serverless or dedicated workflows, then progressively loads the relevant cookbook, operations, or troubleshooting references.
claude plugin marketplace add fw-ai/cookbook
claude plugin install fireworks-training@fw-ai-cookbook
npx --yes skills add fw-ai/cookbook -g -s fireworks-training -a cursor -y
npx --yes skills add fw-ai/cookbook -g -s fireworks-training -a codex -y
The skill is portable Agent Skills Markdown. Cursor and Codex installation is
validated with the skills CLI; it is not limited to the Claude compact
interface. firectl may still require mutating commands to be run manually in
the user's terminal when its AI-agent safety guard is active.
training/ is the primary development surface. tools/ holds standalone
customer-facing scripts (public firectl workflows). Other top-level
directories (integrations/, multimedia/, archived/) are kept for backward
compatibility.
training/ Training API recipes, utilities, and examples
recipes/ Fork-and-customize training loop scripts
utils/ Shared config, data loading, losses, metrics
examples/ Worked examples (RL, SFT, DPO, ORPO)
verifier/ Renderer correctness validator + live React viewer
tests/ Unit and end-to-end tests
tools/ Standalone customer scripts (downloadable from GitHub)
skills/ Agent skills and reference docs
skills/fireworks-training/SKILL.md — install once, then ask your coding agent to plan, run, resume, deploy, or debug training. The skill uses public firectl for managed jobs and the cookbook for custom Training API loops.See the Contribution Guide.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fw-ai/cookbook --plugin fireworks-trainingTrain on Fireworks from your coding agent: managed SFT/DPO/ORPO/RFT plus Training API serverless and dedicated cookbook workflows.
Use Fireworks models through Claude Code via FireConnect
LLM post-training — unified interface for SFT, OSFT, LoRA fine-tuning, and GRPO reinforcement learning
Eval-gated LLM fine-tuning lifecycle: LoRA/QLoRA SFT, preference optimization (DPO/ORPO/KTO), GRPO/RLVR, vision SFT, and quantized export — Unsloth-first with TRL fallback, no eval harness means no fine-tune
ML engineering plugin: Give your AI coding agent ML engineering superpowers.
Train and optimize machine learning models with automated workflows
Skills for fine-tuning language models with the Tinker API — research, debugging, and more.
Train ML models with scikit-learn, PyTorch, TensorFlow. Use for classification/regression, neural networks, hyperparameter tuning, or encountering overfitting, underfitting, convergence issues.