- Workflow: Managed Fine-Tuning or Training API.
- Infrastructure: Serverless or dedicated, only when you choose Training API.
- Interaction surface: Coding agent, UI, CLI or REST API, or Python SDK.
Step 1: Choose the workflow
Managed Fine-Tuning
Standard jobs with a platform-managed loop.
Training API
Programmable loops built from cookbook recipes or the SDK.
Step 2: If Training API, choose infrastructure
Serverless Training
Shared pooled trainer, no provisioning, per-token billing.
Dedicated Training
Provisioned trainer and deployment resources with explicit lifecycle control.
Step 3: Choose how to interact
The interface does not determine the workflow or infrastructure:
Install the Fireworks training skill to bring your own coding agent.
Examples
Standard SFT from labeled JSONL
- Workflow: Managed Fine-Tuning
- Infrastructure: Managed by the platform; no Training API infrastructure choice
- Interface: Coding agent, UI, CLI, or REST API
First custom GRPO experiment
- Workflow: Training API
- Infrastructure: Serverless when the model and LoRA workload are supported
- Interface: Cookbook through Python or a coding agent
Sustained full-parameter RL
- Workflow: Training API
- Infrastructure: Dedicated
- Interface: Cookbook or direct SDK, optionally orchestrated by a coding agent