Coming from OpenAI? Fireworks uses the same OpenAI-compatible chat completion format for training data — the same
messages array with role, content, tool_calls, and weight fields. You can use your existing SFT datasets with no conversion required. See the SFT dataset format for the full schema and examples.Before managed or dedicated training: account tier and GPU quota
Managed jobs and dedicated Training API runs need training GPU quota, granted automatically by spending tier:
Check your quota with the Fireworks CLI (
firectl quota list). A job rejected with HTTP 429 quota_exceeded (sometimes a 403 on the job poll) is a tier issue, not a dataset/config problem.
Serverless Training uses a shared pool with its own model, concurrency, and rate limits instead of dedicated training GPU quota.
Need more training quota than your tier allows? Reach out for enterprise support and we’ll help size the right allocation for your workload.
Start here
Use Choose a Training Path to select the right workflow. That page owns the detailed workflow, infrastructure, and interface decisions.Choose a training path
Compare workflows, infrastructure, and interfaces.
Agent Skills
Configure, run, and troubleshoot training with your agent.